aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-logon.h
Commit message (Collapse)AuthorAgeFilesLines
* Tvbuffified SMB NETLOGON dissector, from Ronnie Sahlberg.Guy Harris2001-07-081-6/+8
| | | | | | | Fixed up some longstanding bugs (predating the tvbuffification) discovered during regression testing of the tvbuffification. svn path=/trunk/; revision=3661
* 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