aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Get rid of unused "pinfo" arguments.Guy Harris2002-04-071-5/+3
| | | | svn path=/trunk/; revision=5112
* Get rid of a now-unused variable; it's the only variable of typeGuy Harris2001-07-021-18/+2
| | | | | | "isis_hdr_t", so we can get rid of the definition of that as well. svn path=/trunk/; revision=3630
* Fetch fields from the ISIS header one at a time, rather than snarfingGuy Harris2001-07-021-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. svn path=/trunk/; revision=3629
* Tvbuffified ISIS dissector, from Ronnie Sahlberg.Guy Harris2001-07-021-4/+4
| | | | svn path=/trunk/; revision=3626
* Register an "osinl" dissector table for ISO/IEC TR 9577 NLPID values,Guy Harris2000-04-171-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. svn path=/trunk/; revision=1873
* Ralf Schneider's changes to enhance to OSI CLNP, CLTP, and ISIS supportGuy Harris2000-04-151-31/+33
| | | | | | and to add OSI ESIS support. svn path=/trunk/; revision=1865
* Get the NLPID value for ISIS from "nlpid.h", and report the NLPID valueGuy Harris2000-01-131-7/+1
| | | | | | | | in ISIS packets with "nlpid_vals". Report the NLPID value in CLNP packets with "nlpid_vals" as well. svn path=/trunk/; revision=1462
* Stuart Stanley's ISIS dissection support.Guy Harris1999-12-151-0/+90
svn path=/trunk/; revision=1340