aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-18Fix the infinite-loop fuzz failure reported in https://bugs.wireshark.org/bug...Jeff Morriss1-3/+3
2012-03-18Fix one of the dissector assertions in https://bugs.wireshark.org/bugzilla/sh...Jeff Morriss1-3/+3
2012-03-18Fix one of the dissector assertions in https://bugs.wireshark.org/bugzilla/sh...Jeff Morriss1-9/+10
2012-03-18Fix typo (wrong proto_item is used... when there is PAD1 Option)Alexis La Goutte1-1/+1
2012-03-18From Francesco Fondelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Alexis La Goutte4-1/+280
2012-03-17From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=69...Jeff Morriss2-6/+6
2012-03-17Mark the computed-from-the-MCS-field data rate as generated, and make itGuy Harris1-6/+8
2012-03-17Clean up from what appears to have been 4-space tabs.Jeff Morriss1-2479/+1106
2012-03-17Fix the infinite-loop fuzz failure reported inJeff Morriss1-20/+20
2012-03-16Remove dissect_ipv6_options function (unused from Revision 16302...)Alexis La Goutte2-105/+1
2012-03-16Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2012-03-16Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-11/+8
2012-03-16Update comments about tvbuff.Bill Meier1-16/+21
2012-03-16Use NULL instead of essentially duplicate text for one hf[] blurb;Bill Meier1-454/+451
2012-03-16Fix some of the incorrect hf[] FT_BOOLEAN 'display' and 'bitmask' fields;Bill Meier1-16/+15
2012-03-16Show instance_id.Anders Broman1-2/+7
2012-03-16From Martin Kaiser: remove a set-but-unused variableJeff Morriss1-3/+0
2012-03-16Make a function staticJeff Morriss1-1/+1
2012-03-16Make several functions static; remove trailing commas and white space.Jeff Morriss4-40/+36
2012-03-16Make most of the functions in here staticJeff Morriss1-29/+30
2012-03-16Terminate a value_string. Remove a couple of trailing commas.Jeff Morriss1-18/+19
2012-03-16Fix typo.Anders Broman1-1/+1
2012-03-16Fix a typoAnders Broman1-1/+1
2012-03-16Error: the name for field "Initial Resource Locator Type " ("eiss.aid.irl.typ...Anders Broman1-3/+3
2012-03-16From Guy Martin:Anders Broman6-0/+3059