aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-browse.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-19char *drep -> guint8 *drepJörg Mayer1-6/+6
2004-01-10Eliminate "alignment.h" header - the stuff in it is no longer used.Guy Harris1-2/+1
2003-11-19"dissect_mailslot_browse()", "dissect_mailslot_lanman()", andGuy Harris1-9/+5
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-15/+8
2003-09-03Don't include <epan/conversation.h> if you don't need it.Guy Harris1-2/+1
2003-06-12Add new routines:Guy Harris1-10/+4
2003-04-30Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesGerald Combs1-2/+2
2003-03-24Fix up the parsing of browser rest messages.Richard Sharpe1-7/+47
2003-03-21Add support for the missing ResetBrowserState announcement inRichard Sharpe1-1/+23
2003-02-20At least in regular SMB Browse and RAP messages, the server type mask isGuy Harris1-8/+25
2003-02-17Dissect the server type bitfield in NetServerGetInfo for SERVER_INFO_101Tim Potter1-15/+19
2003-01-30Put the computer_name in COL_INFO when dissecting aTim Potter1-2/+15
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-45/+45
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-04-30Get rid of some unused arguments, and mark some others as unused.Guy Harris1-7/+7
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-3/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-19/+19
2001-11-19Make the register routines for the mailslot, pipe, browser, andGuy Harris1-2/+2
2001-08-05Remote API protocol (that seems to be what it's called in a number ofGuy Harris1-12/+20
2001-08-01Put in the right URL for the browser spec on the Samba site.Guy Harris1-5/+5
2001-08-01Packets sent to \MAILSLOT\LANMAN appear to be browser announcements (forGuy Harris1-41/+137
2001-07-30Use "tvb_strsize()" rather than "tvb_strnlen()" to get the sizeGuy Harris1-80/+8
2001-07-20Get rid of some unused variables.Guy Harris1-2/+1
2001-07-13Set "pinfo->current_proto" in the browsser dissector.Guy Harris1-19/+67
2001-07-13Add a "time_msecs_to_str()" routine, to turn a time interval, expressedGuy Harris1-5/+9
2001-07-13The 2 bytes in the middle of the election criteria field of an electionGuy Harris1-16/+35
2001-07-12Tvbuffified SMB BROWSER dissector, from Ronnie Sahlberg.Guy Harris1-422/+826
2001-03-18Move the declaration of routines exported from "packet-smb-browse.c"Guy Harris1-8/+13
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-3/+3
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+4
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-2/+2
2000-05-11Add tvbuff class.Gilbert Ramirez1-68/+68
2000-04-08Minor update to SMB browse display code ...Richard Sharpe1-2/+2
2000-02-14Jeff Foster's SMB Mailslot and Netlogin dissectors; he splitGuy Harris1-0/+582