aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-browse.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-3/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-19/+19
2001-11-19Make the register routines for the mailslot, pipe, browser, andguy1-2/+2
2001-08-05Remote API protocol (that seems to be what it's called in a number ofguy1-12/+20
2001-08-01Put in the right URL for the browser spec on the Samba site.guy1-5/+5
2001-08-01Packets sent to \MAILSLOT\LANMAN appear to be browser announcements (forguy1-41/+137
2001-07-30Use "tvb_strsize()" rather than "tvb_strnlen()" to get the sizeguy1-80/+8
2001-07-20Get rid of some unused variables.guy1-2/+1
2001-07-13Set "pinfo->current_proto" in the browsser dissector.guy1-19/+67
2001-07-13Add a "time_msecs_to_str()" routine, to turn a time interval, expressedguy1-5/+9
2001-07-13The 2 bytes in the middle of the election criteria field of an electionguy1-16/+35
2001-07-12Tvbuffified SMB BROWSER dissector, from Ronnie Sahlberg.guy1-422/+826
2001-03-18Move the declaration of routines exported from "packet-smb-browse.c"guy1-8/+13
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-11-19For each column, have both a buffer into which strings for that columnguy1-3/+3
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+4
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-2/+2
2000-05-11Add tvbuff class.gram1-68/+68
2000-04-08Minor update to SMB browse display code ...sharpe1-2/+2
2000-02-14Jeff Foster's SMB Mailslot and Netlogin dissectors; he splitguy1-0/+582