aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sll.h
AgeCommit message (Collapse)AuthorFilesLines
2010-11-25Fix for bug 5435:Jaap Keuter1-0/+1
Add support for dissecting SLL type 0x17 frames. svn path=/trunk/; revision=35029
2010-11-21Fix for bug 5425:Jaap Keuter1-0/+1
Add support for dissecting SLL type 0x0C frames. svn path=/trunk/; revision=34991
2010-11-20Fix for bug 5422:Jaap Keuter1-0/+1
Add support for dissecting SLL type 0x03 frames. svn path=/trunk/; revision=34987
2010-09-12Decode SLL payloads using a dissector table based on sll.ltype.Balint Reczey1-0/+7
The idea and the original patch came from Sebastian Reichel <elektranox@gmail.com> in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594390 svn path=/trunk/; revision=34101
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+29
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