aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-symantec.c
AgeCommit message (Collapse)AuthorFilesLines
2007-04-10From David Kennedy via bug 1464:Jeff Morriss1-19/+69
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1464 Support for Symantec SGS v3 files. svn path=/trunk/; revision=21362
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
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
2004-10-30From Martin Pichlmaier: the first 4 bytes of the Symantec firewallGuy Harris1-3/+9
header are the IP address of the interface that saw the packet. svn path=/trunk/; revision=12439
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+103
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