aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fw1.c
AgeCommit message (Collapse)AuthorFilesLines
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. svn path=/trunk/; revision=15844
2005-08-27sprintf removalRonnie Sahlberg1-4/+11
svn path=/trunk/; revision=15550
2005-08-19some ememificationLuis Ontanon1-1/+1
svn path=/trunk/; revision=15431
2005-08-18several times replacing:Ulf Lamping1-1/+1
sprintf -> g_snprintf snprintf -> g_snprintf vsnprintf -> g_vsnprintf strdup -> g_strdup svn path=/trunk/; revision=15412
2005-03-05Clean up indentation.Guy Harris1-22/+22
Strings don't have a base, so use BASE_NONE with them, not BASE_DEC or BASE_HEX. svn path=/trunk/; revision=13600
2005-02-03Yaniv KaulJörg Mayer1-62/+50
Attached patch simplifies a very complex 'if' statement in packet-fw1.c and generally streamlines the code. svn path=/trunk/; revision=13273
2004-11-22Get rid of an unused variable.Guy Harris1-12/+0
svn path=/trunk/; revision=12577
2004-10-30The interface name field is 6 bytes if we *do* have UUID information inGuy Harris1-6/+6
the file and 10 bytes if we *don't*. Small language edits in preference text and blurb. svn path=/trunk/; revision=12440
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
svn path=/trunk/; revision=12115
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+300
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410