aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncp-nmas.c
AgeCommit message (Collapse)AuthorFilesLines
2005-01-14From Greg Morris: Improve malformed packet handling.gerald1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13034 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-10From Greg Morris:guy1-171/+220
support 6 additional login message verbs; correct a problem with displaying proper return code values in the reply packets. Clean up white space. Use "tvb_reported_length_remaining()" instead of "tvb_length_remaining()", and don't use either one to avoid throwing an exception on a short or malformed packet. Use "val_to_str()" rather than "match_strval()", so we don't crash if a value happens not to be valid. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12503 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12115 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+734
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7