aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-02Reject the packet if data is NULL without doing anything else.Chris Maynard2-14/+10
2013-12-02Reject the packet if data is NULL.Chris Maynard1-7/+9
2013-12-02If data is NULL, the bug, if any, is not with *this* dissector, but with whic...Chris Maynard2-20/+14
2013-12-02Fix Coverity CID 1134045: Printf format string issue. (As documented in the ...Chris Maynard1-1/+1
2013-12-02Fix Coverity CID 1134046: Structurally dead code.Chris Maynard1-1/+2
2013-12-01The changes to work around the msbuild deficiencies brokeJörg Mayer1-2/+4
2013-12-01Copy over rev 53700 to cmakeJörg Mayer1-2/+2
2013-12-01Small style changes.Jörg Mayer1-6/+6
2013-12-01Update to V11.7.1 (2013-09)Anders Broman6-178/+2195
2013-12-01If we're including "config.h" when compiling a codec, then /I.. must be part...Bill Meier1-1/+1
2013-12-01Patch to include YAML export. Bug 9452 (https://bugs.wireshark.org/bugzilla/s...Michael Mann4-24/+65
2013-12-01[Automatic manuf, services and enterprise-numbers update for 2013-12-01]Gerald Combs1-1/+36
2013-12-01Add MPLS dissector to "ppp.protocol" table. Bug 9492 (https://bugs.wireshark...Michael Mann1-0/+2
2013-12-01Too litte modify in copy - modify - paste cycleJörg Mayer1-2/+2
2013-12-01Graham BloiceJörg Mayer3-49/+73
2013-12-01Looks like the problem with redefined symbols is not new, itJörg Mayer1-0/+2
2013-12-01- Rename PCAP_VERSION to WINPCAP_VERSION - the version of the underlyingJörg Mayer9-29/+29
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