aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-browse.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
| | | | | | | winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
* Remote API protocol (that seems to be what it's called in a number ofGuy Harris2001-08-051-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
* Packets sent to \MAILSLOT\LANMAN appear to be browser announcements (forGuy Harris2001-08-011-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
* Tvbuffified SMB BROWSER dissector, from Ronnie Sahlberg.Guy Harris2001-07-121-6/+8
| | | | svn path=/trunk/; revision=3706
* Move the declaration of routines exported from "packet-smb-browse.c"Guy Harris2001-03-181-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