aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dlsw.c
AgeCommit message (Collapse)AuthorFilesLines
2005-01-13Use tcp_dissect_pdus() for DLSw-over-TCP.Guy Harris1-40/+156
Have the DLSw dissector reject packets with an unknown version field. Leave out some more fields when dissecting Capability Exchange packets, as they're not used in those packets. Show numbers in hex when appropriate. Show the individual subfields of the flow control and SSP flags fields. Show the frame direction field with val_to_str(), and show the raw value. Clean up indentation. svn path=/trunk/; revision=13019
2005-01-13Don't crash on a negative lengthAnders Broman1-0/+4
svn path=/trunk/; revision=13012
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+435
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