summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-7/+3
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-4/+3
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-1/+1
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-2/+2
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-2/+1
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-2/+2
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-1/+1
2013-08-10IxVeriwave 11ac patch (bug 8912) from Tom Cook.Martin Mathieson1-694/+628
2013-08-10dfilter: report warning if OR and AND logic operands are mixed without parent...Jakub Zawadzki6-12/+42
2013-08-10Use proper macros to cast between uint and pointerMartin Mathieson1-2/+2
2013-08-10Try again...Martin Mathieson1-2/+2
2013-08-10Try using guint.Martin Mathieson1-4/+4
2013-08-10Add a malformed check to show if GroupA has more RAPIDs than A & BMartin Mathieson1-6/+30
2013-08-10coverity 1058716Martin Kaiser1-1/+1
2013-08-10dissect the URL in the transport protocol descriptorMartin Kaiser1-0/+33
2013-08-09Decode Kafka metadata requests and responses.Evan Huus1-0/+196
2013-08-09Enhance verification to assert that the recycler and master list contain allEvan Huus1-12/+34
2013-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9022 :Pascal Quantin1-2/+2
2013-08-09Make more filterable items courtesy of convert_proto_tree_add_text.plMichael Mann1-24/+41
2013-08-08As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9011 :Jeff Morriss3-2/+3
2013-08-08Remove a couple of set-but-no-longer-used variables.Jeff Morriss1-4/+2
2013-08-08From Francesco Fondelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Jeff Morriss1-1/+1
2013-08-08Use convert_proto_tree_add_text.pl to make many more fields filterable.Michael Mann1-584/+916
2013-08-08Improve stats of broadcast messagesMartin Mathieson2-2/+6
2013-08-08One more chunk header alignment fix.Evan Huus1-2/+2
2013-08-08Make sure our chunk headers are large enough to correctly align the actual dataEvan Huus1-7/+9
2013-08-08When splitting a free chunk, if we don't have room for a free header don't evenEvan Huus1-42/+29
2013-08-08Correctly check bounds on dim_max.Evan Huus1-0/+5
2013-08-08Rename variables to reflect their use and to avoid a shadowing warning.Guy Harris1-8/+8
2013-08-08When dissecting IMSI handle the zero length tvb case, fixes "Malformed Packet...Anders Broman1-43/+45
2013-08-08Don't call eth_addr_resolve() unconditionally.Anders Broman1-1/+3
2013-08-08From Tommy Wu:Anders Broman1-10/+25
2013-08-07From Francesco Fondelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Jeff Morriss1-14/+427
2013-08-07From Vaibhav Katkade via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss4-1/+140
2013-08-07From Роман Донченко via https://bugs.wireshark.org/bugzilla/show...Jeff Morriss1-67/+180
2013-08-07fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9020Martin Kaiser1-6/+22
2013-08-07add a range check for dch_idMartin Kaiser1-58/+59
2013-08-07Fix dissection of FemtoInterfaceMsg media type when it includes a mandatory L...Pascal Quantin1-11/+30
2013-08-07Ensure we have both _initialize() and a corresponding _cleanup() routines forJeff Morriss4-289/+258
2013-08-07Enhance LISP Dissector (Mapping, Locator and Record type...)Alexis La Goutte1-29/+36
2013-08-07Remove some set-but-no-longer-used variables.Jeff Morriss1-6/+0
2013-08-07Try to fix build by removing proto_tree_add_text() call replaced by itemsMartin Mathieson1-9/+0
2013-08-07Enhance BGP UpdateAlexis La Goutte1-10/+29
2013-08-07Enhance LISP Dissector (Mapping, Locator and Record type...)Alexis La Goutte1-90/+241
2013-08-07From Matt TexierAlexis La Goutte1-141/+211
2013-08-07From Michael Mann:Anders Broman2-18/+31
2013-08-07From Javier Godoy:Anders Broman3-19/+51
2013-08-06Get rid of a set-but-unused variable.Jeff Morriss1-13/+12
2013-08-06Try to fix compilation under MSVCJakub Zawadzki1-1/+1
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki11-26/+34