Fix some warnings that were really errors.
[metze/wireshark/wip.git] / wiretap /
2013-11-15 gerald1.11.1 → 1.11.2.
2013-11-11 etxrabExport the right function name.
2013-11-09 darkjamesReplace wtap_nstime with nstime_t, remove wtap_nstime_t...
2013-11-08 wmeier(Trivial) whitespace cleanup (mostly trailing whitespace).
2013-11-08 jmayerLooks like r53166 was not compile tested. Now k12text...
2013-11-08 guyThe "file types" we have are actually combinations...
2013-11-08 guyFor open dialogs, offer a list of sets of extensions...
2013-10-29 martinksimplify file_error()
2013-10-29 martinkallow err_info==NULL in file_error()
2013-10-28 wmeierRevert SVN #52914;
2013-10-28 wmeierFrom Shekhar Chandra: support for version 3.0 of netsca...
2013-10-28 morrissFix up some formatting.
2013-10-27 morrissFix up some more svn properties.
2013-10-23 eapacheFrom Michal Labedzki via
2013-10-21 wmeierFix "unused variable 'dct3trace_magic_l2_end' [-Werror...
2013-10-19 rbalintMinor refactoring in CMake ABI dump generation
2013-10-19 rbalintSet and use TMPDIR for ABI dump generation when using...
2013-10-18 guyWhite space cleanups (thanks either to shekhar.chandra...
2013-10-18 wmeierRevert SVN #52665.
2013-10-18 wmeierFrom Shekhar Chandra: support for version 3.0 of netsca...
2013-10-16 wmeierFix various: whitespace, comments & etc.
2013-10-15 geraldAdd another cast.
2013-10-15 geraldAdd casts to fix some shortening errors.
2013-10-15 martinklimit the values written to phdr.(cap)len to guint32...
2013-10-15 martinkcode review of parse_s1_W_stats()
2013-10-15 rbalintFactor out common parts of ABI checks to UseABICheck...
2013-10-14 martinkdo some range checks when reading vwr files
2013-10-13 grahambAdd CMake properties to targets so that they are logica...
2013-09-29 guyGet rid of a redundant check - pcapng_read_packet_block...
2013-09-28 guyThe pcap-ng spec says the captured length is the minimu...
2013-09-28 guyActually, the captured length must be the minimum of:
2013-09-28 guyFix cut-and-pasteo.
2013-09-28 guyCorrectly calculate the captured length in a Simple...
2013-09-28 guyIn a Simple Packet Block, the captured length isn't...
2013-09-28 guyThere's no interface ID in a Simple Packet Block.
2013-09-22 eapacheFix some typos, indentation. Don't try to write the...
2013-09-22 eapacheRemove unused parameter.
2013-09-22 etxrabTurn off debuging.
2013-09-22 etxrabGet rid of struct addrinfo, use the hastables for name...
2013-09-15 alagoutteFrom Tom Cook via https://bugs.wireshark.org/bugzilla...
2013-09-07 martinktrivial: fix a typo
2013-08-27 guyMake sure we initialize the array of file type extensio...
2013-08-27 guyHave a separate list of extension sets to use in the...
2013-08-23 guyFor the Windows Open dialog for capture files, get...
2013-08-22 guyFrom Stephen Donnelly <stephen.donnelly@emulex.com>:
2013-08-22 guyBack out the previous change, so I can check it in...
2013-08-22 guyCopy over r51462 from trunk:
2013-08-22 guyWhat was I thinking? ".caz" is used for compressed...
2013-08-15 darkjamesOriginal ERF file format documentation is still 404...
2013-08-12 alagoutteFix error when enable "debug" in wiretap/pcapng.c file
2013-08-10 guyInitialize float variables with float constants, not...
2013-08-10 alagoutteFix error when build with clang 3.0
2013-08-10 martinmIxVeriwave 11ac patch (bug 8912) from Tom Cook.
2013-08-08 guyClarify what the special cases in wtap_wtap_encap_to_pc...
2013-08-08 guyPoint to the tcpdump.org link-layer header types page.
2013-08-08 guyRename "dlt_value" to "linktype_value", and give more...
2013-07-31 guyBack out previous checkin, which wasn't intended (and...
2013-07-31 guyCopy over r51049 from trunk:
2013-07-29 pascalTry to fix error: uninitialized const 'zeroes' is inval...
2013-07-29 guyMake a never-changed pile-o-zeroes const.
2013-07-29 guyMake a never-changed table const.
2013-07-29 guyMake non-static a variable that doesn't need to be...
2013-07-29 guyThe base_secs value should be a time_t, as it's calcula...
2013-07-29 guyAdd a URL for a STANAG 4607 spec.
2013-07-28 eapacheUse the portable g_ntohl, also add some casts.
2013-07-28 eapacheFrom Linas Vepstas via https://bugs.wireshark.org/bugzi...
2013-07-28 guyIf a core Wireshark developer repeatedly can't remember...
2013-07-23 guyDon't cast away constness (except where APIs render...
2013-07-23 guyDon't cast away constness.
2013-07-23 guyHandle operating systems that are anticipating the...
2013-07-23 jmayerUse largefile detection in cmake.
2013-07-22 jmayerMove file_wrappers.c to dirty files, it has some warnin...
2013-07-16 guyThe new frame-based tvbuff code found that the DOS...
2013-07-16 cmaynardMake camins_read_packet static.
2013-07-16 guyInclude merge.h, so it shows up in the distribution...
2013-07-16 morrissMove merge.{h,c} into wiretap: these modules use wireta...
2013-07-16 guyExplain that we don't have to worry about fixed-length...
2013-07-15 eapacheOn the suggestion of Cal Turney, via
2013-07-12 morrissAvoid building ascend.h and ascend.c in parallel (2...
2013-06-28 pascalUse newly assigned DLT for PDU export functionality
2013-06-21 guyFix some pointer-signedness (well, signedness of what...
2013-06-19 guyClarify (a V1.0 file might have a single zero byte...
2013-06-18 guySlight stylistic cleanup - most routines, when defined...
2013-06-18 guyNote that NetScaler trace files are page-oriented,...
2013-06-18 eapacheDon't limit the on-the-wire length of packets to 64KB...
2013-06-17 guyPut the code to fill in the struct wtap_pkthdr and...
2013-06-17 guyMerge more of the read and seek-read code paths.
2013-06-17 guyMerge "read record header" and "read packet data" routi...
2013-06-16 guyMake the libwiretap Buffer routines usable from C+...
2013-06-16 guyHave the seek-read routines take a Buffer rather than...
2013-06-15 guyPull some of the code to set the struct wtap_pkthdr...
2013-06-15 guyFill in at least some of the struct wtap_pkthdr in...
2013-06-14 guyRename radcom_process_rec_header() to radcom_process_re...
2013-06-10 etxrabAllign the error messages.
2013-06-09 guylibwireshark's add_new_ipv4() and add_new_ipv6() now...
2013-06-09 guyDon't treat zero-length names in the NRB as errors...
2013-06-07 guyUse g_try_malloc() for some memory allocations, and...
2013-06-07 guyPrevent attempts to allocate huge amounts of memory...
2013-06-06 pascalFrom Mark C. Brown via https://bugs.wireshark.org/bugzi...
2013-06-06 guyPull all the code that reads and processes the packet...
next