aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-llc.c
AgeCommit message (Collapse)AuthorFilesLines
2006-04-21updates to get the fc and scsi dissectorsRonnie Sahlberg1-0/+1
and get rid of some breakage in the design let the scsi transport keep track of itl (initiator, target, lun) matching and let it pass a itl structure to scsi that is persistent across packets. let scsi use this itl structure to track device type for a specific itl instead of the (must have been) broken hashtable. update both iscsi and fc to track the itl structure for scsi and schange the scsi signature to accept itl as a parameter. more to come. svn path=/trunk/; revision=17942
2005-10-25From Martin AndréAnders Broman1-6/+118
the attached patch implements a dissector for the Fast Handovers for Mobile IPv6 protocol (RFC4068). This patch was produced against version 0.10.13 and extends the following files: - packet-icmpv6.c - packet-ipv6.h - packet-mip6.c - packet-mip6.h svn path=/trunk/; revision=16302
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-6/+6
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-27Add classification of an aironet proprietary L2 protocolJörg Mayer1-0/+1
in both, Ethernet V2 and IEEE802.3 SNAP packets. svn path=/trunk/; revision=15561
2005-08-25add OUI's for Siemens and Xerox (and a hyperlink to the IEEE page)Ulf Lamping1-0/+4
svn path=/trunk/; revision=15532
2005-08-11Add Extreme OUI, reorder alphabeticallyJörg Mayer1-6/+7
svn path=/trunk/; revision=15297
2005-07-28char -> const char warning fixesJörg Mayer1-1/+1
svn path=/trunk/; revision=15126
2005-07-20"fix" bug #244: the implementation was correct but a bit hard to understand. ↵Ulf Lamping1-6/+6
I've added some small explanations, so it should be understandable somewhat better svn path=/trunk/; revision=14972
2005-03-21Add a capture_fr() routine when capturing on Frame Relay.Guy Harris1-58/+69
svn path=/trunk/; revision=13845
2005-01-06Handle the case where nobody registers any OUIs and oui_info_table isGuy Harris1-3/+6
thus null. svn path=/trunk/; revision=12966
2004-12-25a lot of warnings removed, most of them about pointer to int casts without ↵Ulf Lamping1-2/+2
using the appropriate GLib macros svn path=/trunk/; revision=12832
2004-11-24Export two versions of the Ethereal dissector, for use with encapsulatedGuy Harris1-3/+11
Ethernet frames, one for encapsulated frames that include an FCS and one for encapsulated frames that don't include an FCS. Use the appropriate versions. In the ISL dissector, do the same sort of processing we do in the Ethernet dissector to figure out whether the frame has a trailer or not and whether it has an FCS or not. svn path=/trunk/; revision=12593
2004-10-11From Mark C. Brown: add HP's OUI.Guy Harris1-0/+1
Update Gerald's e-mail address. svn path=/trunk/; revision=12256
2004-09-28Move the xDLC helper routines into epan.Guy Harris1-1/+1
svn path=/trunk/; revision=12127
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+750
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