aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-01SBC -> sbcJörg Mayer5-7/+7
2013-12-01Start teid_data field from the correct offsetMartin Mathieson1-1/+1
2013-12-01Also add filter and expert info for ICMPv6 requests with no responses.Martin Mathieson1-0/+21
2013-12-01Move codecs.[ch] out of epan and into codecs directory.Michael Mann8-15/+16
2013-12-01Use 4-space (PEP 8) indentation. Add modelines.Gerald Combs5-443/+501
2013-12-01Use indentation recommended by PEP 8.Gerald Combs1-126/+125
2013-12-01Fix compatibility with Python 2.5. Tested with 2.5, 2.6, 2.7, and 3.3.Gerald Combs1-3/+4
2013-11-30Looks like the WinPcap version can only be determined from theJörg Mayer1-1/+2
2013-11-30The HAVE_xxx definitions come from config.h; include it.Guy Harris1-0/+2
2013-11-30Tag arguments to decodeXXX routines as unused iff we don't support theGuy Harris2-2/+18
2013-11-30Better fix for uninitialized variable warning. Part of bug 9452 (https://bug...Michael Mann1-2/+7
2013-11-30Update documentation for tcp_dissect_pdus. Bug 9491 (https://bugs.wireshark....Michael Mann2-29/+39
2013-11-30Replace "btsdp" tap with function to query service_infos tree, since that's a...Michael Mann6-87/+14
2013-11-30Add G.722, G.726 and SBC codecs. G.722 and G.726 are from bug 5619 (https://...Michael Mann9-4/+381
2013-11-30Try to please GCC 4.3.2Pascal Quantin1-2/+2
2013-11-30Make the code testing the Rx MCS Bitmask subfield of the Supported MCSGuy Harris1-17/+54
2013-11-30From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-3/+17
2013-11-30Update release notesPascal Quantin1-0/+2
2013-11-30README update. Bug 9174 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Michael Mann1-3/+26
2013-11-30Tx MCS set is not interpreted properly in WLAN beacon frame. Bug 8894 (https...Michael Mann1-4/+58
2013-11-30STANAG 5066 DTS Layer dissector. Bug 9217 (https://bugs.wireshark.org/bugzil...Michael Mann7-1/+1379
2013-11-30Fix indentation.Guy Harris1-12/+12
2013-11-30Add wifi display port to the RTSP dissector. Bug 9339 (https://bugs.wireshar...Michael Mann1-26/+20
2013-11-30Strings are usually unwritable; squelch "constness is being assignedGuy Harris1-2/+2
2013-11-30Squelch a "parentheses suggested" warning.Guy Harris1-3/+3
2013-11-30Casts required from void * in C++.Guy Harris1-1/+1
2013-11-30Constify to squelch some warnings.Guy Harris2-10/+16
2013-11-29Squelch some "use parentheses" warnings.Guy Harris1-11/+11
2013-11-29Rename variable to avoid collisions with standard function names.Guy Harris1-23/+23
2013-11-29When a snaplength isn't specifically set by the user, the default snaplength ...Chris Maynard1-25/+5
2013-11-29A typedef has to actually define a type.Guy Harris1-1/+1
2013-11-29From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-2/+5
2013-11-29Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann14-118/+1399
2013-11-29Graham BloiceJörg Mayer1-0/+9
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki51-21/+93
2013-11-29Graham BloiceJörg Mayer2-7/+27
2013-11-29Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version.Jakub Zawadzki9-110/+77
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki42-129/+129
2013-11-29Expand macros: htoles(), htolel(), htolell()Jakub Zawadzki11-143/+133
2013-11-29General "Prosody" placeholder parameter ("prosody-") is broken down to a 6 ne...Michael Mann2-38/+89
2013-11-29Fix number of selected bytes for gtp.teid_data. Also remove some stray tabs ...Martin Mathieson1-68/+68
2013-11-29Clean up whitespace.Gerald Combs1-66/+79
2013-11-29Graham Bloice:Jörg Mayer1-0/+3
2013-11-29Bugfix timestamp formatting of Gigamon trailer. Bug 9433 (https://bugs.wires...Michael Mann1-1/+1
2013-11-29Bugfixes of r53636, part of bug 9423 (https://bugs.wireshark.org/bugzilla/sho...Michael Mann2-44/+52
2013-11-29Improve request / response tracking in case you have several open / close com...Pascal Quantin1-5/+29
2013-11-29At least winpcap checks for WIN32 and not for _WIN32, soJörg Mayer1-1/+6
2013-11-29Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-11-29Enable by default UDP conversation (Needed by udp.stream)Alexis La Goutte1-4/+3
2013-11-29Add udp.stream display filterAlexis La Goutte2-0/+44