aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nbns.c
AgeCommit message (Expand)AuthorFilesLines
2002-09-12Display the error string in the COL_INFO field for an unsuccessfulTim Potter1-5/+10
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-39/+39
2002-08-07Display calling and called names in COL_INFO for session request.Tim Potter1-1/+13
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-13/+9
2002-05-15Use registered fields for the subfields of the Flags field in DNS andGuy Harris1-106/+143
2002-05-01From Joerg Mayer: get rid of an unused argument.Guy Harris1-10/+6
2002-02-28Handle NBSS messages where the NBSS *header* is split across TCP segmentGuy Harris1-16/+50
2002-02-18Add support for reassembling RPC-over-TCP fragments, and do that in bothGuy Harris1-5/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris1-7/+7
2002-01-19We no longer do explicit checks in low-level routines for running pastGuy Harris1-11/+1
2002-01-07Shuffle a comment, and clean up white space.Guy Harris1-11/+12
2002-01-07Catch ReportedBoundsError exceptions when dissecting the payload of anGuy Harris1-3/+30
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-45/+46
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-5/+10
2001-11-21Get rid of some unused variables.Guy Harris1-2/+3
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-3/+2
2001-11-03Rename the "private" member of the "packet_info" structure toGuy Harris1-2/+2
2001-10-12Sigh. A MacOS X 10.1 appeared to have put out a malformed NetBIOSGuy Harris1-2/+10
2001-09-30The length of an NBSS message can be bigger than 64K, so make theGuy Harris1-39/+143
2001-09-29Start the process of tvbuffifying the SMB dissector - give it aGuy Harris1-2/+1
2001-09-29Have "dissect_netbios_payload()" take as an argument a tvbuff containingGuy Harris1-9/+14
2001-09-29Re-strengthen the check for NBSS continuations, to avoid, for example,Guy Harris1-4/+10
2001-09-28From Todd Sabin: dissect the auth info in connection oriented dcerpcGuy Harris1-30/+6
2001-09-17Add support for desegmentation of DNS messages.Guy Harris1-5/+4
2001-09-13TCP desegmentation support, and changes to the ONC RPC and NBSSGuy Harris1-1/+32
2001-08-05Make some of the NBDS fields enumerated fields, and give the BooleanGuy Harris1-70/+102
2001-07-02Tvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.Guy Harris1-443/+319
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-17/+17
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-12/+12
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-5/+5
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-4/+6
2000-11-19Fix buffer overruns:Gerald Combs1-2/+4
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-6/+6
2000-11-14Check for existence of COL_INFO before adding "Short xxx packet" toGilbert Ramirez1-2/+4
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+7
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-6/+6
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-15/+15
2000-05-11Add tvbuff class.Gilbert Ramirez1-105/+105
2000-04-12A further update from Mark Muhlestein.Guy Harris1-2/+10
2000-04-12Mark Muhlestein's code to support CIFS-atop-TCP (without the NetBIOSGuy Harris1-27/+66
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-4/+16
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-6/+6
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+3
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-3/+3
2000-01-16Get rid of the include of "util.h" that some dissectors do - it's notGuy Harris1-2/+1
1999-12-29Get rid of the "(UDP)" and "(TCP)" in various NetBIOS-over-TCP protocolGuy Harris1-6/+6
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-14/+42
1999-11-08The equivalent, for NBNS, of Brian J. Murrell's DNS patch to putGuy Harris1-374/+417
1999-10-17Add display filters for nbns, nbdgm and nbss protocols.Laurent Deniel1-42/+155