aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-logon.c
Commit message (Expand)AuthorAgeFilesLines
* "dissect_mailslot_browse()", "dissect_mailslot_lanman()", andGuy Harris2003-11-191-5/+3
* Export "protocol_t" as an opaque type.Guy Harris2003-11-161-8/+4
* Add new routines:Guy Harris2003-06-121-6/+5
* Change the interface to dissect_nt_sid so that we can provide a hf field to useRonnie Sahlberg2003-05-211-3/+3
* From Jim McDonough: add names for some additional SAM messages.Guy Harris2003-05-011-4/+13
* Add an extra argument to get_unicode_string() to optionallyTim Potter2003-04-031-12/+33
* Add an extra argument to get_ms_string() so we can optionally passTim Potter2003-04-031-18/+18
* Modify dissect_nt_sid() function to return a string version of the SID.Tim Potter2003-01-311-3/+4
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-15/+15
* There are multiple types of "Announce change to UAS or SAM" messages;Guy Harris2002-06-241-42/+51
* Get rid of some unused arguments, and mark some others as unused.Guy Harris2002-04-301-68/+66
* Add support for dissecting NT FILETIME time stamp values.Guy Harris2002-01-281-2/+2
* In the "Announce change to UAS or SAM" NETLOGON message, dissect theGuy Harris2002-01-251-9/+6
* From Tim Potter: NT SID dissection.Guy Harris2002-01-251-25/+9
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-3/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-7/+7
* Make the register routines for the mailslot, pipe, browser, andGuy Harris2001-11-191-5/+3
* Set "pinfo->current_proto" in the browsser dissector.Guy Harris2001-07-131-4/+6
* Get rid of an unused variable.Guy Harris2001-07-081-3/+1
* Add some XXX comments on questions about some packet information.Guy Harris2001-07-081-2/+12
* Display LMNT tokens with the value 0xffff as "Windows NT Networking";Guy Harris2001-07-081-72/+185
* Assume the last token in a Announce Change to UAS or SAM message is anGuy Harris2001-07-081-5/+3
* Tvbuffified SMB NETLOGON dissector, from Ronnie Sahlberg.Guy Harris2001-07-081-362/+678
* Move the declaration of routines exported from "packet-smb-browse.c"Guy Harris2001-03-181-9/+14
* Get rid of trailing blanks in strings.Guy Harris2001-01-111-3/+3
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* A small fix to display SAM Response User Unknown responses correctly.Richard Sharpe2000-10-311-2/+4
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+4
* Use "BYTES_ARE_IN_FRAME()" rather than explicitly checking an offset andGuy Harris2000-08-061-11/+16
* Don't use "fd->pkt_len" when checking to see if you've run off the endGuy Harris2000-08-061-3/+3
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-2/+2
* Add tvbuff class.Gilbert Ramirez2000-05-111-14/+14
* Small fix for Jeff FosterRichard Sharpe2000-02-211-3/+3
* Fixing the GetDC response handling so it understands the short ones thatRichard Sharpe2000-02-211-5/+20
* Jeff Foster's SMB Mailslot and Netlogin dissectors; he splitGuy Harris2000-02-141-0/+555