aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fddi.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-11-16Fix previous commit + rename to bitswap.Jakub Zawadzki1-1/+1
2013-11-16Exporting/importing variables cause problems, so create function to do bitswa...Jakub Zawadzki1-5/+2
2013-11-16Move bitswap.[ch] from epan to wsutil.Jakub Zawadzki1-1/+1
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2012-10-22Comment more cases where static allocation is used with SET_ADDRESS.Jakub Zawadzki1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-03General cleanup to include:Bill Meier1-176/+175
2011-02-16Make swap_mac_addr() take a pointer to a TVB and an offset rather thanJeff Morriss1-6/+6
2011-01-16Use tvb_ip_to_str().Jeff Morriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+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-6/+6
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-7/+13
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-1/+0
2006-07-04Note what the standards are for FDDI.Guy Harris1-0/+4
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-08-18several times replacing:Ulf Lamping1-7/+7
2005-07-30Make some funtions static. More char -> const char warning fixesJörg Mayer1-2/+2
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+498