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