aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-08-10Fix (-W)header-guard error found by clang 3.4Alexis La Goutte1-1/+1
2013-08-10Fix (-W)header-guard error found by clang 3.4Alexis La Goutte1-1/+1
2013-08-10Fix (-W)header-guard error found by clang 3.4Alexis La Goutte1-1/+1
2013-08-10Fix (-W)header-guard error found by clang 3.4Alexis La Goutte1-3/+3
2013-08-10Fix (-W)header-guard error found by clang 3.4Alexis La Goutte1-1/+1
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-2/+0
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-21/+21
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-5/+4
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-2/+0
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-14/+1
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-1/+1
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte2-145/+145
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-67/+28
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-2/+2
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-7/+6
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-9/+9
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-6/+6
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-512/+509
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-5/+5
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