aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-browse.c
AgeCommit message (Expand)AuthorFilesLines
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