aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-browse.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-45/+45
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* Get rid of some unused arguments, and mark some others as unused.Guy Harris2002-04-301-7/+7
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-3/+3
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-19/+19
* Make the register routines for the mailslot, pipe, browser, andGuy Harris2001-11-191-2/+2
* Remote API protocol (that seems to be what it's called in a number ofGuy Harris2001-08-051-12/+20
* Put in the right URL for the browser spec on the Samba site.Guy Harris2001-08-011-5/+5
* Packets sent to \MAILSLOT\LANMAN appear to be browser announcements (forGuy Harris2001-08-011-41/+137
* Use "tvb_strsize()" rather than "tvb_strnlen()" to get the sizeGuy Harris2001-07-301-80/+8
* Get rid of some unused variables.Guy Harris2001-07-201-2/+1
* Set "pinfo->current_proto" in the browsser dissector.Guy Harris2001-07-131-19/+67
* Add a "time_msecs_to_str()" routine, to turn a time interval, expressedGuy Harris2001-07-131-5/+9
* The 2 bytes in the middle of the election criteria field of an electionGuy Harris2001-07-131-16/+35
* Tvbuffified SMB BROWSER dissector, from Ronnie Sahlberg.Guy Harris2001-07-121-422/+826
* Move the declaration of routines exported from "packet-smb-browse.c"Guy Harris2001-03-181-8/+13
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-3/+3
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+4
* 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-68/+68
* Minor update to SMB browse display code ...Richard Sharpe2000-04-081-2/+2
* Jeff Foster's SMB Mailslot and Netlogin dissectors; he splitGuy Harris2000-02-141-0/+582