aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-mailslot.c
AgeCommit message (Collapse)AuthorFilesLines
2005-02-01the old netlogon protocol is now called smb_netlogonRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=13230
2004-08-02Nothing, other than the include of "smb.h", in "packet-smb-common.h" isGuy Harris1-1/+1
used here; don't include it, just include "smb.h". svn path=/trunk/; revision=11590
2004-08-02Don't drag in a huge pile of headers in "packet-smb-common.h"; rely onGuy Harris1-0/+4
the files including it to include what they need. svn path=/trunk/; revision=11588
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+265
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410