summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Meier33-37/+37
2012-03-18From Bill Schiller: New dissector for the HART/IP protocolBill Meier5-9/+1579
2012-03-18[Automatic manuf, services and enterprise-numbers update for 2012-03-18]Gerald Combs3-21/+310
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 Goutte5-1/+281
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-17Fix indentation.Guy Harris1-1/+1
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 Gui Text not translate and update french translationAlexis La Goutte5-13/+33
2012-03-16Add *Tilde file to .gitignoreAlexis La Goutte1-0/+1
2012-03-16Capitalize "Wireshark" in various package names.Gerald Combs3-4/+4
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-16From Irene Ruengeler: Add check for reading strings from theMichael Tüxen1-0/+4
2012-03-16Fix some of the incorrect hf[] FT_BOOLEAN 'display' and 'bitmask' fields;Bill Meier1-16/+15
2012-03-16Make it possible to run capinfos and editcap from this script.Jeff Morriss1-2/+9
2012-03-16When we're in a for(i=0,[...]) loop, don't reuse (and thus reset) 'i' in anot...Jeff Morriss1-3/+3
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-16Fix some comments and some indentation.Guy Harris1-9/+8
2012-03-16Add some more -D flags to CPPFLAGS rather than CFLAGS, and add someGuy Harris1-1/+9
2012-03-16Add @configure_input@ to a bunch of .in files that didn't have it.Guy Harris8-1/+18
2012-03-16Put -D and -I flags into CPPFLAGS rather than into CFLAGS; that shouldGuy Harris2-92/+63
2012-03-16Actually, the Lua-menu-items aren't necessary anyway; remove them.Jeff Morriss1-3/+0
2012-03-16Get the Lua menus working again: when adding UI menus, it appears that ourJeff Morriss2-16/+41
2012-03-16FT_BOOLEAN hf[] entry with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier2-2/+2
2012-03-16FT_BOOLEAN hf[] entry with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier2-446/+444
2012-03-16Fix menu path typos: Stataistics->Statistics, LUA->LuaJeff Morriss2-48/+48
2012-03-16FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier13-334/+338