aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-common.c
AgeCommit message (Collapse)AuthorFilesLines
2001-07-08Get rid of incorrect "const" qualifier.Guy Harris1-2/+2
svn path=/trunk/; revision=3664
2001-07-08Use tvbuff-based routines to find the length of single-bit-character-setGuy Harris1-5/+20
strings. svn path=/trunk/; revision=3662
2001-07-08Tvbuffified SMB NETLOGON dissector, from Ronnie Sahlberg.Guy Harris1-101/+29
Fixed up some longstanding bugs (predating the tvbuffification) discovered during regression testing of the tvbuffification. svn path=/trunk/; revision=3661
2000-05-11Add tvbuff class.Gilbert Ramirez1-6/+6
Add exceptions routines. Convert proto_tree_add_*() routines to require tvbuff_t* argument. Convert all dissectors to pass NULL argument ("NullTVB" macro == NULL) as the tvbuff_t* argument to proto_tree_add_*() routines. dissect_packet() creates a tvbuff_t, wraps the next dissect call in a TRY block, will print "Short Frame" on the proto_tree if a BoundsError exception is caught. The FDDI dissector is converted to use tvbuff's. svn path=/trunk/; revision=1939
2000-02-14In "display_flags()", panic if the size handed to it is neither 1, 2,Guy Harris1-5/+19
nor 4, as we currently don't handle that. svn path=/trunk/; revision=1634
2000-02-14Fix the comment at the beginning of the file.Guy Harris1-3/+2
svn path=/trunk/; revision=1630
2000-02-14Jeff Foster's SMB Mailslot and Netlogin dissectors; he splitGuy Harris1-0/+142
"packet-smb.c" up into several files. svn path=/trunk/; revision=1629