aboutsummaryrefslogtreecommitdiffstats
path: root/llcsaps.h
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-10Add support for some additional SAPs for Netware and OSI.guy1-5/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7824 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-02From Jochen Friedrich: add support for:guy1-3/+3
HP extended 802.2 LLC HP-UX remote management over HP extended 802.2 LLC SNMP over HP extended 802.2 LLC. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7253 f5534014-38df-0310-8fa8-9805f1628bb7
2003-02-13From Jochen Friedrich:guy1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7131 f5534014-38df-0310-8fa8-9805f1628bb7
2002-11-16From Dave Richards: support BACNET over 802.2.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6644 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
winapi_cleanup tool written by Patrik Stridvall for the wine project. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6117 f5534014-38df-0310-8fa8-9805f1628bb7
2001-01-05X.25-over-LLC support, from Paul Ionescu.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2829 f5534014-38df-0310-8fa8-9805f1628bb7
2000-04-17Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectorsguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1872 f5534014-38df-0310-8fa8-9805f1628bb7