aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fw1.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-10-26Clean up more unnecessary use of the 'volatile' key word.Jeff Morriss1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris1-2/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix warningsJakub Zawadzki1-1/+4
2013-11-20Convert ethertype() function into a pure dissector. Bug 9454 (https://bugs.w...Michael Mann1-3/+17
2013-11-12Remove some #include (Found by iwyu)Alexis La Goutte1-1/+0
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin1-14/+15
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-2/+1
2013-03-19From beroset:Anders Broman1-1/+1
2013-01-29Add missing '&hf_fw1_trailer' hf[] entry;Bill Meier1-0/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-14more ephemeral memory cleanupMichael Mann1-8/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-03General cleanup to include:Bill Meier1-4/+8
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-1/+1
2010-12-14Minor cleanup:Bill Meier1-51/+55
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-5/+5
2009-03-30In packet-enttec.c and packet-fw1.c, replace string pointer tracking with aGerald Combs1-10/+6
2007-08-15- s/ntohs/g_ntohsJeff Morriss1-1/+1
2007-05-08Fix for bug #1532 -Stephen Fisher1-2/+2
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-1/+1
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-1/+1
2006-07-07Fix a few format string bugs found by Ilja van Sprundel.Gerald Combs1-7/+7
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-08-27sprintf removalRonnie Sahlberg1-4/+11
2005-08-19some ememificationLuis Ontanon1-1/+1
2005-08-18several times replacing:Ulf Lamping1-1/+1
2005-03-05Clean up indentation.Guy Harris1-22/+22
2005-02-03Yaniv KaulJörg Mayer1-62/+50
2004-11-22Get rid of an unused variable.Guy Harris1-12/+0
2004-10-30The interface name field is 6 bytes if we *do* have UUID information inGuy Harris1-6/+6
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+300