aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-common.h
AgeCommit message (Expand)AuthorFilesLines
2003-05-21Change the interface to dissect_nt_sid so that we can provide a hf field to useRonnie Sahlberg1-2/+2
2003-05-15More work on dissecting generic and standard mappings for NT access masks.Tim Potter1-2/+24
2003-05-09Move the ntlmv2 response dissection out of packet-ntlmssp.c and in toTim Potter1-1/+17
2003-04-28Move the specific rights dissection function and name into a structureTim Potter1-5/+10
2003-04-03When dissecting specific rights, pass a name string down so theTim Potter1-3/+5
2003-04-03Add an extra argument to get_unicode_string() to optionallyTim Potter1-2/+2
2003-04-03Add an extra argument to get_ms_string() so we can optionally passTim Potter1-2/+2
2003-02-07Move dissect_nt_access_mask() from packet-dcerpc-nt.c to packet-smb.cTim Potter1-2/+12
2003-01-31Modify dissect_nt_sid() function to return a string version of the SID.Tim Potter1-2/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-08-10From Devin Heitmueller: dissect NTLMSSP authentication messages, and handleGuy Harris1-1/+5
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-05-24Move the value_string table for the share type values toGuy Harris1-1/+3
2002-04-30From Joerg Mayer: get rid of unused "pinfo" argument toGuy Harris1-2/+2
2002-04-30Get rid of some unused arguments, and mark some others as unused.Guy Harris1-6/+5
2002-02-21Export dissect_nt_sec_desc() so it can be used by other dissectors.Tim Potter1-1/+4
2002-01-28Add support for dissecting NT FILETIME time stamp values.Guy Harris1-2/+2
2002-01-25In the "Announce change to UAS or SAM" NETLOGON message, dissect theGuy Harris1-2/+4
2002-01-25From Tim Potter: NT SID dissection.Guy Harris1-1/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-07-08Tvbuffified SMB NETLOGON dissector, from Ronnie Sahlberg.Guy Harris1-35/+6
2000-08-11Miscellaneous code cleaningLaurent Deniel1-1/+6
2000-05-11Add tvbuff class.Gilbert Ramirez1-3/+3
2000-02-14Jeff Foster's SMB Mailslot and Netlogin dissectors; he splitGuy Harris1-0/+85