aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-16Have AC_WIRESHARK_GCC_CFLAGS_CHECK take an optional second flag toGuy Harris2-23/+80
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-15Initialize the new num_stat_entries and interface_statistics members ofGuy Harris1-4/+7
2012-03-15Document which warnings are c++ only.Jörg Mayer1-9/+14
2012-03-15i18 -> i18nJörg Mayer1-1/+1
2012-03-15Handle .pcap and .pcapng files: set their mime-types appropriately.Jeff Morriss1-0/+6
2012-03-15Don't set svn:keywords on PCAP filesJeff Morriss0-0/+0
2012-03-15Set mime-type to application/vnd.tcpdump.pcapJeff Morriss0-0/+0
2012-03-15Calls to col_add_fstr() & etc should not be under 'if (tree)';Bill Meier1-1821/+1839
2012-03-15Sort the options.Chris Maynard1-141/+141
2012-03-15Sort the options.Chris Maynard1-45/+45
2012-03-15Sort the options.Chris Maynard1-6/+6
2012-03-15Correct the sorting of the options in the synopsis.Chris Maynard1-1/+1
2012-03-15Sort the options. Delete all the line-terminating "g's" added in 40820.Chris Maynard1-108/+108
2012-03-15Sort the options.Chris Maynard1-9/+9
2012-03-15If we have one ISB, display the droped count from it.Anders Broman3-11/+23
2012-03-15Sort the -z options.Chris Maynard1-250/+250
2012-03-15Update a comment as to the number of Wireshark protocols;Bill Meier1-31/+33
2012-03-15- Store ISB data.Anders Broman2-4/+75
2012-03-15From David Wei:Anders Broman1-1/+1
2012-03-15Add support for SSH over SCTP.Michael Tüxen3-1/+5
2012-03-15Fixed error: "/*" within commentStig Bjørlykke1-1/+1
2012-03-15Update MPLS return codes, https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Anders Broman1-2/+7
2012-03-15Should have been part of r41542: Don't free idb_inf in wtap_dump_open_ng(): f...Jeff Morriss1-2/+5
2012-03-15Line-wrap an extremely long comment. Remove trailing white space.Jeff Morriss1-15/+23
2012-03-14Bump some version numbers.Michael Tüxen1-5/+5
2012-03-14hg_gsm_a_vamos_level --> hf_gsm_a_vamos_levelBill Meier1-3/+3
2012-03-14Fix:Jörg Mayer1-11/+11
2012-03-14Fix up a several REPORT_DISSECTOR_BUG messages to specify the correct functio...Bill Meier1-1170/+1268
2012-03-14Update to glib 2.31.20.Michael Tüxen3-18/+2
2012-03-14voip_calls.c Use the hastable instead, we should do away with the list.Anders Broman2-33/+96
2012-03-14VoIP Calls Graph Analysis: Elements not sorted by Time.Anders Broman2-3/+20
2012-03-14From Francesco Fondelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Jeff Morriss3-937/+1239
2012-03-14Don't free idb_inf in wtap_dump_open_ng(): free it in the callers. This fixe...Jeff Morriss3-5/+7