aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-12-03Dissectors should not use dfilter.h, don't include it.Jakub Zawadzki10-4/+16
2013-12-03struct _dfilter_t: rename to epan_dfilter.Jakub Zawadzki3-3/+3
2013-12-03Add request / response tracking to MBIM_FUNCTION_ERROR_MSG messagesPascal Quantin1-1/+23
2013-12-03Add Qualcomm proprietary UUIDPascal Quantin1-11/+39
2013-12-03The ip.proto table isn't limited to the IPv4 dissector.Gerald Combs1-1/+1
2013-12-03Fix encoding arg Remove tab and trailing whitespace Add modelines infoAlexis La Goutte1-129/+142
2013-12-03Manual fix of Dead Store (Dead assignement/Dead increment) warning found by C...Alexis La Goutte1-2/+2
2013-12-03Regenerate idl dissector after last change in generator !Alexis La Goutte4-5504/+5554
2013-12-03Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-5/+1
2013-12-03FixAlexis La Goutte1-1/+1
2013-12-03Fix warning: The following parameters of proto_tree_add_expert_format(proto_t...Alexis La Goutte1-0/+1
2013-12-03Fix warning: argument 'out/in' of command @param is not found in the argument...Alexis La Goutte1-2/+2
2013-12-03Don't allow conversation_data to be NULL. Bug 9493 (https://bugs.wireshark.o...Michael Mann1-7/+6
2013-12-03Remove some no-longer-necessary null pointer checks, as pointed out byGuy Harris1-8/+8
2013-12-03Clean up indentation.Guy Harris1-1/+1
2013-12-03Try to fix [-Wmissing-prototypes]Anders Broman7-0/+20
2013-12-03- copy paste error in parlayAnders Broman3-1/+9
2013-12-02Reject the packet if data is NULL without doing anything else.Chris Maynard1-10/+6
2013-12-02Reject the packet if data is NULL without doing anything else.Chris Maynard7-20/+35
2013-12-02No C++/C99 comments, as not all compilers handle them. Use #if 0/#endifGuy Harris1-1/+3
2013-12-02eject the packet if data is NULL without doing anything else.Chris Maynard3-9/+15
2013-12-02Reject the packet if data is NULL without doing anything else.Chris Maynard1-3/+5
2013-12-02Character conversion error.Anders Broman2-2/+2
2013-12-02Add pragmas to remove warnings, this should go into the generation script.Anders Broman2-1/+8
2013-12-02Make the declaration of stats_tree_format_node_as_str() match theGuy Harris1-1/+1
2013-12-02Fix (-W)documentation error found by ClangAlexis La Goutte1-4/+4
2013-12-02Fix (-W)documentation error found by ClangAlexis La Goutte1-1/+1
2013-12-02Fix (-W)documentation error found by ClangAlexis La Goutte1-28/+28
2013-12-02Get rid of a stray semicolon, as it upsets Sun^WOracle Studio's CGuy Harris1-3/+2
2013-12-02Make the declaration of stats_tree_format_as_str() match the definition.Guy Harris1-1/+1
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris13-672/+242
2013-12-02Reject the packet if data is NULL.Chris Maynard1-0/+3
2013-12-02Reject the packet if data is NULL without doing anything else.Chris Maynard1-8/+6
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 Maynard1-11/+8
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-01Update to V11.7.1 (2013-09)Anders Broman2-175/+540
2013-12-01Patch to include YAML export. Bug 9452 (https://bugs.wireshark.org/bugzilla/s...Michael Mann2-21/+52
2013-12-01Add MPLS dissector to "ppp.protocol" table. Bug 9492 (https://bugs.wireshark...Michael Mann1-0/+2
2013-12-01Looks like the problem with redefined symbols is not new, itJörg Mayer1-0/+2
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 Mann4-136/+0
2013-11-30Better fix for uninitialized variable warning. Part of bug 9452 (https://bug...Michael Mann1-2/+7
2013-11-30Replace "btsdp" tap with function to query service_infos tree, since that's a...Michael Mann6-87/+14
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-30Tx MCS set is not interpreted properly in WLAN beacon frame. Bug 8894 (https...Michael Mann1-4/+58