aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-06-04From Anthony Coddington:Anders Broman1-0/+6
2013-06-04From Anthony Coddington:Anders Broman4-43/+134
2013-06-04Fix the fuzz failure reported (by me) in https://bugs.wireshark.org/bugzilla/...Jeff Morriss1-7/+14
2013-06-04From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8762 :Jeff Morriss1-9/+5
2013-06-03From William Sims via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8755Evan Huus1-2/+16
2013-06-03From Marko Hrastovec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-2/+196
2013-06-03From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8707 :Jeff Morriss1-10/+12
2013-06-03From chen liMartin Kaiser1-0/+4
2013-06-03rename expert module to expert_iso7816Martin Kaiser1-4/+4
2013-06-03Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8739 :Pascal Quantin1-1/+1
2013-06-03Enhance CERT DNS TypeAlexis La Goutte1-26/+30
2013-06-03Enhance KX DNS TypeAlexis La Goutte1-7/+17
2013-06-03Enhance NXT DNS TypeAlexis La Goutte1-23/+10
2013-06-03Enhance NSEC DNS TypeAlexis La Goutte1-3/+8
2013-06-03Enhance LOC DNS TypeAlexis La Goutte1-15/+63
2013-06-03Enhance DNAME DNS TypeAlexis La Goutte1-3/+9
2013-06-03Enhance A6 DNS TypeAlexis La Goutte1-8/+22
2013-06-03Enhance AAAA DNS TypeAlexis La Goutte1-2/+9
2013-06-03Enhance IPSECKEY DNS TypeAlexis La Goutte1-27/+70
2013-06-03Enhance KEY TypeAlexis La Goutte1-47/+71
2013-06-03cc1: warnings being treated as errorsAnders Broman1-3/+3
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann20-235/+520
2013-06-03Put a space between "because" and the next word.Guy Harris1-2/+2
2013-06-02Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8756 :Pascal Quantin1-5/+7
2013-06-02Remove unused cc_type parameterPascal Quantin1-3/+3
2013-06-02Get out of global variable hell and other optimizations.Michael Mann1-388/+263
2013-06-01Fix an infinite loop in the GSM CBCH dissector.Evan Huus1-3/+13
2013-06-01Also notify CMAS alertsPascal Quantin1-0/+4
2013-06-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8745 :Pascal Quantin1-17/+51
2013-06-01Make Earthquake and Tsunami Warning Sytem indications stand out aMartin Mathieson1-0/+3
2013-06-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8744 :Pascal Quantin1-13/+13
2013-06-01More constification.Guy Harris1-2/+2
2013-06-01More constification.Guy Harris1-5/+5
2013-06-01More constification.Guy Harris1-4/+4
2013-06-01Check on fh_tree is already done within add_ethernet_trailer()Sake Blok1-5/+3
2013-06-01Add ethernet protocol preference to manually set the trailer length.Sake Blok1-8/+41
2013-06-01More constification.Guy Harris1-5/+5
2013-06-01When allocating the frame table for a NetMon file, use g_try_malloc(),Guy Harris1-0/+43
2013-06-01Note which *particular* IDL this is. (Actually, is that the OSF's DCEGuy Harris1-5/+5
2013-06-01Fix buildbot:Jörg Mayer1-12/+12
2013-05-31Peter Van Eynde <pevaneyn@cisco.com>Jörg Mayer1-1320/+3090
2013-05-31Try to port glbp dissector to new expert info infrastructure.Jörg Mayer1-4/+36
2013-05-31nameres.hosts_file_handling shouldn't affect loading the profile "hosts"Gerald Combs1-7/+5
2013-05-31Add UDT dissector. Bug 8741 (https://bugs.wireshark.org/bugzilla/show_bug.cg...Michael Mann3-0/+460
2013-05-31Report the operation number in all places where we note that we don'tGuy Harris1-8/+16
2013-05-31Fix the integer overflow case Jakub caught inEvan Huus1-5/+15
2013-05-31Check USB CCID length to see if subdissectors should be called instead of doi...Michael Mann1-107/+80
2013-05-31Don't intentionally use -1 as an hfindex: while only naughty before, with theJeff Morriss1-3/+5
2013-05-31Get rid of most of the if(tree) checks: the proto_tree_add_*() functionsJeff Morriss1-72/+49
2013-05-31(Finally!) check in part of Didier's patch to fixJeff Morriss1-3/+28