aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-03-24From Nikitha Malgi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=69...Jeff Morriss2-19/+187
2012-03-23From Guy Martin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6989 :Jeff Morriss5-0/+346
2012-03-23Add a couple casts to fix the Windows builds.Jeff Morriss1-2/+2
2012-03-23Replace some duplicate blurbs with NULL.Jeff Morriss1-44/+44
2012-03-23From Tom Bottom via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6887 :Jeff Morriss1-82/+26
2012-03-23From Elliot Parsons via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6...Jeff Morriss1-1/+1
2012-03-22From Krishna:Anders Broman1-4/+100
2012-03-22Unescape NAL unitsAnders Broman1-7/+61
2012-03-22Renamed dmp_class to sec_class, as this is a more correct variable name.Stig Bjørlykke1-5/+5
2012-03-22Removed unused 'msg_type_val' argument to some functions.Stig Bjørlykke1-13/+8
2012-03-22From Yaniv Kaul:Anders Broman3-3/+188
2012-03-22From Weston Schmidt:Anders Broman6-3/+1295
2012-03-22If the checksum is 0, then only report "no checksum" for UDP/IPv4. This patc...Chris Maynard1-1/+1
2012-03-21From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=69...Jeff Morriss4-2/+4
2012-03-21Fix fuzz failure reported in Jeff Morriss1-20/+22
2012-03-21'tab-width/tabstop/tabSize' in editor modelines should really always be 8.Bill Meier2-4/+4
2012-03-21'tab-width/tabstop/tabSize' in editor modelines should really always be 8;Bill Meier15-512/+528
2012-03-21Trivial formatting: Show segment offsets/length closer to associated sequence...Martin Mathieson1-2/+2
2012-03-21From Guy Martin:Anders Broman1-3/+5
2012-03-21When a TCP graph is summoned, work out how many unique TCP conversationsMartin Mathieson1-5/+5
2012-03-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-11/+6
2012-03-21From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6972Alexis La Goutte1-1/+1
2012-03-21From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6206Alexis La Goutte1-16/+36
2012-03-21From Steve Magnani:Anders Broman5-22/+133
2012-03-21packet-ieee1722.c:127: warning: 'ieee1722_tree' may be used uninitialized in ...Anders Broman1-1/+1
2012-03-21From Jason Damori: packet-ieee1722.c calls subdissectors too late in dissecti...Anders Broman1-8/+12
2012-03-21If you're not going to use a subtree, don't create it.Guy Harris1-2/+0
2012-03-21Fix Coverity CID 1337: UNUSED_VALUE.Chris Maynard1-3/+1
2012-03-21Fix Coverity CID 1449: DEADCODE.Chris Maynard1-3/+0
2012-03-21Fix Coverity CID's 1452-1453: UNUSED_VALUE.Chris Maynard1-2/+2
2012-03-21Fix Coverity CID 1379: UNUSED_VALUE.Chris Maynard1-1/+1
2012-03-21Fix Coverity CID's 1439-1448 OVERRUN_STATIC introduced with r41468. Also fix...Chris Maynard1-12/+11
2012-03-21Add missing break between AECP_COMMAND_SET_NAME and AECP_COMMAND_GET_NAME cas...Chris Maynard1-0/+1
2012-03-20From Yaniv Kaul:Anders Broman1-1/+42
2012-03-20On behalf of Ericsson a dissector for output from a log tool.Anders Broman3-0/+591
2012-03-20Add Quick Start IPv6 Option ( And shared Quick Start option between IPv4/IPv6...Alexis La Goutte4-59/+122
2012-03-19Use consistent indentation & whitespace;Bill Meier1-770/+784
2012-03-19Fix crash (caused by a corrupted Diameter dictionary) reported inJeff Morriss1-3/+26
2012-03-19From Roland Knall:Anders Broman1-27/+56
2012-03-19From Martin Kaiser:Anders Broman1-22/+19
2012-03-19Update cause values and export the extended value string.Anders Broman2-4/+10
2012-03-19From Smyle6 via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6953Alexis La Goutte3-0/+1022
2012-03-19Add a new environment variable (WIRESHARK_ABORT_ON_OUT_OF_MEMORY) thatJeff Morriss1-2/+8
2012-03-19Set eol-style to native (just to make these files readable on *NIX).Jeff Morriss2-199/+199
2012-03-18From Harald Welte: patch adding the missing hf[] entries ...Bill Meier2-0/+17
2012-03-18Fix a checkAPIs error: Blurb matches field name.Bill Meier1-1/+1
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier27-28/+28
2012-03-18From Bill Schiller: New dissector for the HART/IP protocolBill Meier3-0/+1563
2012-03-18[Automatic manuf, services and enterprise-numbers update for 2012-03-18]Gerald Combs1-5/+205
2012-03-18Use a value_string_ext to reference a value_string array;Bill Meier1-599/+590