aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtp.c
AgeCommit message (Collapse)AuthorFilesLines
2005-03-09removed some MSVC compiler warnings, mostly I've casted "downsized function ↵Ulf Lamping1-1/+1
parameters" svn path=/trunk/; revision=13684
2005-03-09Set the eol-style and keywords properties.Guy Harris1-13/+11
Use "tvb_reported_length_remaining()", not "tvb_length_remaining()", in the loop parsing the packet contents, so we throw an exception on a short frame (to mark that it *is* a short frame). Use "tvb_format_text()" for text strings, so we don't have a problem with non-printable characters. Use "ether_to_str()" to turn MAC addresses into strings. Clean up indentation. svn path=/trunk/; revision=13679
2005-03-05New Protocol : DTPRonnie Sahlberg1-0/+238
From Charlie Lenahan initial DTP support svn path=/trunk/; revision=13598