aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-16From Weston Schmidt:Anders Broman5-8/+664
2012-03-16Upadte a value string.Anders Broman1-2/+8
2012-03-16From Guy Martin:Anders Broman1-15/+16
2012-03-16Add @configure_input@ to a bunch of .in files that didn't have it.Guy Harris1-0/+3
2012-03-16FT_BOOLEAN hf[] entry with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-1/+1
2012-03-16FT_BOOLEAN hf[] entry with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-224/+223
2012-03-16FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier13-334/+338
2012-03-16FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-197/+306
2012-03-16FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-4/+4
2012-03-15FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-4/+4
2012-03-15Update the link to the specification.Chris Maynard1-1/+1
2012-03-15FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-3361/+3358
2012-03-15proto_tree_add_bits_item() associated hf[] entry 'bitmask' must be 0;Bill Meier1-18/+18
2012-03-15Use 'display'=BASE_NONE for all FT_BOOLEAN hf[] entries with a 0 bitmask;Bill Meier1-480/+512
2012-03-15Calls to col_add_fstr() & etc should not be under 'if (tree)';Bill Meier1-1821/+1839
2012-03-15Update a comment as to the number of Wireshark protocols;Bill Meier1-31/+33
2012-03-15From David Wei:Anders Broman1-1/+1