summaryrefslogtreecommitdiff
path: root/epan/dissectors
AgeCommit message (Collapse)AuthorFilesLines
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki9-9/+21
svn path=/trunk/; revision=53769
2013-12-03Dissectors should not use dfilter.h, don't include it.Jakub Zawadzki6-1/+9
XXX ncp2222 dissector is using dfilter_compile(), why? svn path=/trunk/; revision=53766
2013-12-03Add request / response tracking to MBIM_FUNCTION_ERROR_MSG messagesPascal Quantin1-1/+23
svn path=/trunk/; revision=53762
2013-12-03Add Qualcomm proprietary UUIDPascal Quantin1-11/+39
svn path=/trunk/; revision=53760
2013-12-03The ip.proto table isn't limited to the IPv4 dissector.Gerald Combs1-1/+1
svn path=/trunk/; revision=53759
2013-12-03Fix encoding arg Remove tab and trailing whitespace Add modelines infoAlexis La Goutte1-129/+142
svn path=/trunk/; revision=53758
2013-12-03Manual fix of Dead Store (Dead assignement/Dead increment) warning found by ↵Alexis La Goutte1-2/+2
Clang No found how to fix the generator... svn path=/trunk/; revision=53757
2013-12-03Regenerate idl dissector after last change in generator !Alexis La Goutte4-5504/+5554
svn path=/trunk/; revision=53756
2013-12-03Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-5/+1
svn path=/trunk/; revision=53755
2013-12-03Don't allow conversation_data to be NULL. Bug 9493 ↵Michael Mann1-7/+6
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9493) svn path=/trunk/; revision=53744
2013-12-03Remove some no-longer-necessary null pointer checks, as pointed out byGuy Harris1-8/+8
Coverity; dissect_btl2cap() now returns immediately if handed a null private-data pointer. svn path=/trunk/; revision=53743
2013-12-03Clean up indentation.Guy Harris1-1/+1
svn path=/trunk/; revision=53742
2013-12-03Try to fix [-Wmissing-prototypes]Anders Broman7-0/+20
svn path=/trunk/; revision=53741
2013-12-03- copy paste error in parlayAnders Broman3-1/+9
- Add pragmas to remove warnings, this should go into the generation script. svn path=/trunk/; revision=53740
2013-12-02Reject the packet if data is NULL without doing anything else.Chris Maynard1-10/+6
svn path=/trunk/; revision=53737
2013-12-02Reject the packet if data is NULL without doing anything else.Chris Maynard7-20/+35
svn path=/trunk/; revision=53735
2013-12-02No C++/C99 comments, as not all compilers handle them. Use #if 0/#endifGuy Harris1-1/+3
instead. svn path=/trunk/; revision=53734
2013-12-02eject the packet if data is NULL without doing anything else.Chris Maynard3-9/+15
svn path=/trunk/; revision=53733
2013-12-02Reject the packet if data is NULL without doing anything else.Chris Maynard1-3/+5
svn path=/trunk/; revision=53732
2013-12-02Character conversion error.Anders Broman2-2/+2
svn path=/trunk/; revision=53731
2013-12-02Add pragmas to remove warnings, this should go into the generation script.Anders Broman2-1/+8
svn path=/trunk/; revision=53730
2013-12-02Reject the packet if data is NULL.Chris Maynard1-0/+3
svn path=/trunk/; revision=53709
2013-12-02Reject the packet if data is NULL without doing anything else.Chris Maynard1-8/+6
svn path=/trunk/; revision=53708
2013-12-02Reject the packet if data is NULL.Chris Maynard1-7/+9
svn path=/trunk/; revision=53707
2013-12-02If data is NULL, the bug, if any, is not with *this* dissector, but with ↵Chris Maynard1-11/+8
whichever one failed to pass the data properly. svn path=/trunk/; revision=53706
2013-12-02Fix Coverity CID 1134045: Printf format string issue. (As documented in the ↵Chris Maynard1-1/+1
printf man page for the ' option, "Note that many versions of gcc(1) cannot parse this option and will issue a warning." (r47940 reverted a similar change, so this keeps things consistent.) svn path=/trunk/; revision=53705
2013-12-02Fix Coverity CID 1134046: Structurally dead code.Chris Maynard1-1/+2
svn path=/trunk/; revision=53704
2013-12-01Update to V11.7.1 (2013-09)Anders Broman2-175/+540
svn path=/trunk/; revision=53700
2013-12-01Add MPLS dissector to "ppp.protocol" table. Bug 9492 ↵Michael Mann1-0/+2
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9492) From Peter Paluch svn path=/trunk/; revision=53694
2013-12-01Looks like the problem with redefined symbols is not new, itJörg Mayer1-0/+2
just got a few new ones. Add HAVE_STRING_H and HAVE_STDLIB_H to the list. svn path=/trunk/; revision=53691
2013-12-01Start teid_data field from the correct offsetMartin Mathieson1-1/+1
svn path=/trunk/; revision=53688
2013-12-01Also add filter and expert info for ICMPv6 requests with no responses.Martin Mathieson1-0/+21
svn path=/trunk/; revision=53687
2013-11-30Replace "btsdp" tap with function to query service_infos tree, since that's ↵Michael Mann6-87/+14
all dissectors were doing with it. Not used outside of dissectors and cuts down on a few redundant global variables. svn path=/trunk/; revision=53677
2013-11-30Make the code testing the Rx MCS Bitmask subfield of the Supported MCSGuy Harris1-17/+54
Set field of the HT Capabilities element a bit clearer, and add comments. Fix it so it doesn't assign a variable to itself, as clang warns about that. svn path=/trunk/; revision=53674
2013-11-30From Peter Lemenkov via ↵Pascal Quantin1-3/+17
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9490 : Couple packets in RTPproxy dissector not only with CookieID but also with Call-IDs svn path=/trunk/; revision=53673
2013-11-30Tx MCS set is not interpreted properly in WLAN beacon frame. Bug 8894 ↵Michael Mann1-4/+58
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8894) #BACKPORT svn path=/trunk/; revision=53670
2013-11-30STANAG 5066 DTS Layer dissector. Bug 9217 ↵Michael Mann2-0/+1370
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9217) From İbrahim Can Yüce From me: Update to new tcp_dissect_pdus format, minor whitespace issues noticed in wiretap files. svn path=/trunk/; revision=53669
2013-11-30Add wifi display port to the RTSP dissector. Bug 9339 ↵Michael Mann1-26/+20
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9339) From chaitanya From me: Add another obsolete preference and cleanup whitespace svn path=/trunk/; revision=53667
2013-11-29From Peter Lemenkov via ↵Pascal Quantin1-2/+5
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9487 : Use RTP payload descriptions from RTP dissector in RTPproxy codec param value svn path=/trunk/; revision=53658
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki42-6/+73
svn path=/trunk/; revision=53655
2013-11-29Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version.Jakub Zawadzki2-7/+5
XXX, people are not aware that expression of this macros might be evaluated multiple times, like: - BSWAP16(tvb_get_letohs(tvb, off)) : \ + GUINT16_SWAP_LE_BE(tvb_get_letohs(tvb, off)) : \ Should be tvb_get_ntohs() called? svn path=/trunk/; revision=53653
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki27-49/+49
pntohs -> pntoh16 pntohl -> pntoh32 pletohs -> pletoh16 pletohl -> pletoh32 phtons -> phton16 phtonl -> phton32 svn path=/trunk/; revision=53652
2013-11-29Expand macros: htoles(), htolel(), htolell()Jakub Zawadzki1-10/+9
svn path=/trunk/; revision=53651
2013-11-29General "Prosody" placeholder parameter ("prosody-") is broken down to a 6 ↵Michael Mann1-38/+88
new "Prosody" specific parameters. Bug 9425 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9425) From zeljko svn path=/trunk/; revision=53650
2013-11-29Fix number of selected bytes for gtp.teid_data. Also remove some stray tabs ↵Martin Mathieson1-68/+68
and unneeded _U_ svn path=/trunk/; revision=53649
2013-11-29Bugfix timestamp formatting of Gigamon trailer. Bug 9433 ↵Michael Mann1-1/+1
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9433) From Sandeep Dahiya svn path=/trunk/; revision=53646
2013-11-29Bugfixes of r53636, part of bug 9423 ↵Michael Mann2-44/+52
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9423) From DSR Corporation svn path=/trunk/; revision=53645
2013-11-29Improve request / response tracking in case you have several open / close ↵Pascal Quantin1-5/+29
commands in the capture svn path=/trunk/; revision=53644
2013-11-29Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
svn path=/trunk/; revision=53642
2013-11-29Enable by default UDP conversation (Needed by udp.stream)Alexis La Goutte1-4/+3
svn path=/trunk/; revision=53641