aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-browse.h
AgeCommit message (Collapse)AuthorFilesLines
2001-08-05Remote API protocol (that seems to be what it's called in a number ofGuy Harris1-1/+4
places) dissector tvbuffified, from Ronnie Sahlberg and me. Additional "are we past the end of the buffer" checks added, so that we don't hand random junk to the transaction and transact2 dissectors. svn path=/trunk/; revision=3824
2001-08-01Packets sent to \MAILSLOT\LANMAN appear to be browser announcements (forGuy Harris1-2/+5
an older version of the protocol than the one for packets sent to \MAILSLOT\BROWSE), rather than being LANMAN pipe packets. svn path=/trunk/; revision=3803
2001-07-12Tvbuffified SMB BROWSER dissector, from Ronnie Sahlberg.Guy Harris1-6/+8
svn path=/trunk/; revision=3706
2001-03-18Move the declaration of routines exported from "packet-smb-browse.c"Guy Harris1-0/+30
into a "packet-smb-browse.h" header file, and have modules that import those routines include "packet-smb-browse.h" rather than declaring the routines themselves; do the same for routines exported from "packet-smb-logon.c". Make routines and arrays not exported static, and make routines that return a true/false return value "gboolean" rather than "guint32". svn path=/trunk/; revision=3147