aboutsummaryrefslogtreecommitdiffstats
path: root/llcsaps.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for some additional SAPs for Netware and OSI.Guy Harris2003-06-101-5/+9
| | | | svn path=/trunk/; revision=7824
* From Jochen Friedrich: add support for:Guy Harris2003-03-021-3/+3
| | | | | | | | | | HP extended 802.2 LLC HP-UX remote management over HP extended 802.2 LLC SNMP over HP extended 802.2 LLC. svn path=/trunk/; revision=7253
* From Jochen Friedrich:Guy Harris2003-02-131-1/+2
| | | | | | | | | | | Fixed handling of NLP header in SNA XID handoff table for LLC, and XID dissection for SNA format 3 HPR optional segments in SNA Most important control vectors in SNA Route setup messages in SNA Additional LLC DSAPs for SNA svn path=/trunk/; revision=7131
* From Dave Richards: support BACNET over 802.2.Guy Harris2002-11-161-1/+2
| | | | svn path=/trunk/; revision=6644
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
| | | | | | | winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
* X.25-over-LLC support, from Paul Ionescu.Guy Harris2001-01-051-1/+2
| | | | svn path=/trunk/; revision=2829
* Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectorsGuy Harris2000-04-171-0/+56
for protocols that run inside 802.2 LLC register themselves with it using "dissector_add()". Make various dissectors static if they can be, and remove from header files declarations of those dissectors. svn path=/trunk/; revision=1872