Finally successfully built with the msvc2010 GUI a Debug
[metze/wireshark/wip.git] / epan /
2013-12-04 etxrab- Forward declaration of register functions.
2013-12-04 etxrabTry to fix a bunch of [-Wmissing-prototypes]
2013-12-04 jmayerFix
2013-12-04 etxrab- Make local functions static.
2013-12-04 etxrab"RFC 6733 [5] specifies the Experimental-Result AVP...
2013-12-04 cmaynardFrom Michal Labedzki via https://bugs.wireshark.org...
2013-12-04 alagoutteFrom Matt Texier
2013-12-04 alagoutteAdd also heuristic for HTTP
2013-12-04 alagoutteRegenerate dissector after change to add prototype
2013-12-04 stigFix for dissecting cdt without having a tree.
2013-12-03 darkjamesAvoid including <epan/epan.h> in dissectors.
2013-12-03 pascalDissect comprehension-tlv address object
2013-12-03 guyInclude <epan/dfilter/dfilter.h> in files that use...
2013-12-03 darkjamesmissing stdlib.h include for wslua.
2013-12-03 darkjamesRename struct _epan_dissect_t to epan_dissect.
2013-12-03 darkjamesWhen including <epan/prefs.h> don't force inclusion...
2013-12-03 darkjamesRename struct _uat_t to epan_uat
2013-12-03 darkjamesDissectors should not use dfilter.h, don't include it.
2013-12-03 darkjamesstruct _dfilter_t: rename to epan_dfilter.
2013-12-03 pascalAdd request / response tracking to MBIM_FUNCTION_ERROR_...
2013-12-03 pascalAdd Qualcomm proprietary UUID
2013-12-03 geraldThe ip.proto table isn't limited to the IPv4 dissector.
2013-12-03 alagoutteFix encoding arg Remove tab and trailing whitespace...
2013-12-03 alagoutteManual fix of Dead Store (Dead assignement/Dead increme...
2013-12-03 alagoutteRegenerate idl dissector after last change in generator !
2013-12-03 alagoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2013-12-03 alagoutteFix
2013-12-03 alagoutteFix warning: The following parameters of proto_tree_add...
2013-12-03 alagoutteFix warning: argument 'out/in' of command @param is...
2013-12-03 mmannDon't allow conversation_data to be NULL. Bug 9493...
2013-12-03 guyRemove some no-longer-necessary null pointer checks...
2013-12-03 guyClean up indentation.
2013-12-03 etxrabTry to fix [-Wmissing-prototypes]
2013-12-03 etxrab- copy paste error in parlay
2013-12-02 cmaynardReject the packet if data is NULL without doing anythin...
2013-12-02 cmaynardReject the packet if data is NULL without doing anythin...
2013-12-02 guyNo C++/C99 comments, as not all compilers handle them...
2013-12-02 cmaynardeject the packet if data is NULL without doing anything...
2013-12-02 cmaynardReject the packet if data is NULL without doing anythin...
2013-12-02 etxrabCharacter conversion error.
2013-12-02 etxrabAdd pragmas to remove warnings, this should go into...
2013-12-02 guyMake the declaration of stats_tree_format_node_as_str...
2013-12-02 alagoutteFix (-W)documentation error found by Clang
2013-12-02 alagoutteFix (-W)documentation error found by Clang
2013-12-02 alagoutteFix (-W)documentation error found by Clang
2013-12-02 guyGet rid of a stray semicolon, as it upsets Sun^WOracle...
2013-12-02 guyMake the declaration of stats_tree_format_as_str()...
2013-12-02 guyMove most of the plugin code from epan to wsutil and...
2013-12-02 cmaynardReject the packet if data is NULL.
2013-12-02 cmaynardReject the packet if data is NULL without doing anythin...
2013-12-02 cmaynardReject the packet if data is NULL.
2013-12-02 cmaynardIf data is NULL, the bug, if any, is not with *this...
2013-12-02 cmaynardFix Coverity CID 1134045: Printf format string issue...
2013-12-02 cmaynardFix Coverity CID 1134046: Structurally dead code.
2013-12-01 etxrabUpdate to V11.7.1 (2013-09)
2013-12-01 mmannPatch to include YAML export. Bug 9452 (https://bugs...
2013-12-01 mmannAdd MPLS dissector to "ppp.protocol" table. Bug 9492...
2013-12-01 jmayerLooks like the problem with redefined symbols is not...
2013-12-01 martinmStart teid_data field from the correct offset
2013-12-01 martinmAlso add filter and expert info for ICMPv6 requests...
2013-12-01 mmannMove codecs.[ch] out of epan and into codecs directory.
2013-11-30 mmannBetter fix for uninitialized variable warning. Part...
2013-11-30 mmannReplace "btsdp" tap with function to query service_info...
2013-11-30 pascalTry to please GCC 4.3.2
2013-11-30 guyMake the code testing the Rx MCS Bitmask subfield of...
2013-11-30 pascalFrom Peter Lemenkov via https://bugs.wireshark.org...
2013-11-30 mmannTx MCS set is not interpreted properly in WLAN beacon...
2013-11-30 mmannSTANAG 5066 DTS Layer dissector. Bug 9217 (https:...
2013-11-30 mmannAdd wifi display port to the RTSP dissector. Bug 9339...
2013-11-30 guyCasts required from void * in C++.
2013-11-30 guyConstify to squelch some warnings.
2013-11-29 guySquelch some "use parentheses" warnings.
2013-11-29 guyRename variable to avoid collisions with standard funct...
2013-11-29 guyA typedef has to actually define a type.
2013-11-29 pascalFrom Peter Lemenkov via https://bugs.wireshark.org...
2013-11-29 mmannStats_tree enhancements for sorting, averages and burst...
2013-11-29 darkjamesAvoid including <wiretap/wtap.h> in dissectors.
2013-11-29 darkjamesReplace macros: BSWAP16, BSWAP32, BSWAP64 with glib...
2013-11-29 darkjamesRename some of pint.h macros to match common style...
2013-11-29 darkjamesExpand macros: htoles(), htolel(), htolell()
2013-11-29 mmannGeneral "Prosody" placeholder parameter ("prosody-...
2013-11-29 martinmFix number of selected bytes for gtp.teid_data. Also...
2013-11-29 geraldClean up whitespace.
2013-11-29 mmannBugfix timestamp formatting of Gigamon trailer. Bug...
2013-11-29 mmannBugfixes of r53636, part of bug 9423 (https://bugs...
2013-11-29 pascalImprove request / response tracking in case you have...
2013-11-29 alagoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2013-11-29 alagoutteEnable by default UDP conversation (Needed by udp.stream)
2013-11-29 alagoutteAdd udp.stream display filter
2013-11-29 alagoutteAdd HTTP2 heuristic when it is encapsulated in SSL
2013-11-29 mmannImproved ZCL dissectors. Bug 9423 (https://bugs.wiresh...
2013-11-29 geraldRestore disabled "decode as" settings.
2013-11-28 darkjamesFix typo (r53633) in one more place, fix typo in filena...
2013-11-28 guyFix (presumed) tpyo.
2013-11-28 darkjamesMove MPEG section table id defines to packet-mpeg-sect.h
2013-11-28 pascalFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-11-28 guyGUINT_TO_POINTER() does just enough casting to suppress...
2013-11-28 mmannBluetooth: HSP: Add support for HSP. Bug 9446 (https...
2013-11-28 mmannBluetooth improvements. Bug 9446 (https://bugs.wiresha...
2013-11-28 rbalintSupport long Domain Names in NTLMSSP v2
next