aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis.h
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-60/+0
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
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-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. svn path=/trunk/; revision=11400
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2002-04-07Get rid of unused "pinfo" arguments.Guy Harris1-5/+3
svn path=/trunk/; revision=5112
2001-07-02Get rid of a now-unused variable; it's the only variable of typeGuy Harris1-18/+2
"isis_hdr_t", so we can get rid of the definition of that as well. svn path=/trunk/; revision=3630
2001-07-02Fetch fields from the ISIS header one at a time, rather than snarfingGuy Harris1-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
2001-07-02Tvbuffified ISIS dissector, from Ronnie Sahlberg.Guy Harris1-4/+4
svn path=/trunk/; revision=3626
2000-04-17Register an "osinl" dissector table for ISO/IEC TR 9577 NLPID values,Guy Harris1-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
2000-04-15Ralf Schneider's changes to enhance to OSI CLNP, CLTP, and ISIS supportGuy Harris1-31/+33
and to add OSI ESIS support. svn path=/trunk/; revision=1865
2000-01-13Get the NLPID value for ISIS from "nlpid.h", and report the NLPID valueGuy Harris1-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
1999-12-15Stuart Stanley's ISIS dissection support.Guy Harris1-0/+90
svn path=/trunk/; revision=1340