aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-snp.c
AgeCommit message (Collapse)AuthorFilesLines
2000-04-15Ralf Schneider's changes to enhance to OSI CLNP, CLTP, and ISIS supportGuy Harris1-27/+16
and to add OSI ESIS support. svn path=/trunk/; revision=1865
2000-01-24Fix a bunch of dissectors to use "pi.captured_len" rather thanGuy Harris1-7/+7
"fd->cap_len" for the frame length - or to use macros such as "BYTES_ARE_IN_FRAME()", "IS_DATA_IN_FRAME()", and "END_OF_FRAME", which use "pi.captured_len" - so that they correctly handle frames where the actual data length of the packet is less than the size of the raw frame, e.g. with encapsulations such as ISL. svn path=/trunk/; revision=1530
1999-12-15Stuart Stanley's ISIS dissection support.Guy Harris1-0/+486
svn path=/trunk/; revision=1340