aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis.h
AgeCommit message (Collapse)AuthorFilesLines
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
2002-04-07Get rid of unused "pinfo" arguments.guy1-5/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5112 f5534014-38df-0310-8fa8-9805f1628bb7
2001-07-02Get rid of a now-unused variable; it's the only variable of typeguy1-18/+2
"isis_hdr_t", so we can get rid of the definition of that as well. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3630 f5534014-38df-0310-8fa8-9805f1628bb7
2001-07-02Fetch fields from the ISIS header one at a time, rather than snarfingguy1-6/+1
the entire ISIS header into a structure - that way, if we run out of packet data in the middle of the header, we at least dissect the stuff for which we have packet data. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3629 f5534014-38df-0310-8fa8-9805f1628bb7
2001-07-02Tvbuffified ISIS dissector, from Ronnie Sahlberg.guy1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3626 f5534014-38df-0310-8fa8-9805f1628bb7
2000-04-17Register an "osinl" dissector table for ISO/IEC TR 9577 NLPID values,guy1-4/+1
and have dissectors for protocols that run at the OSI network layer 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@1873 f5534014-38df-0310-8fa8-9805f1628bb7
2000-04-15Ralf Schneider's changes to enhance to OSI CLNP, CLTP, and ISIS supportguy1-31/+33
and to add OSI ESIS support. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1865 f5534014-38df-0310-8fa8-9805f1628bb7
2000-01-13Get the NLPID value for ISIS from "nlpid.h", and report the NLPID valueguy1-7/+1
in ISIS packets with "nlpid_vals". Report the NLPID value in CLNP packets with "nlpid_vals" as well. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1462 f5534014-38df-0310-8fa8-9805f1628bb7
1999-12-15Stuart Stanley's ISIS dissection support.guy1-0/+90
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1340 f5534014-38df-0310-8fa8-9805f1628bb7