aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nbns.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-10-07A DNS or NBNS name may contain pointers to other names in the packet; ifGuy Harris1-34/+9
1999-10-07Add more packet bounds checking to DNS, and add some to NetBIOS-over-TCPGuy Harris1-115/+319
1999-10-03A small fix to the handling of NetBIOS continuation messages where aRichard Sharpe1-1/+2
1999-09-03Use "process_netbios_name()", rather than "canonicalize_netbios_name()",Guy Harris1-82/+87
1999-08-21Move the code to set "max_data" in "dissect_nbss()" earlier, so thatGuy Harris1-2/+7
1999-08-21This is the code in packet-nbns that handles continuation messages.Richard Sharpe1-1/+25
1999-08-18Declare the "packet_info" structure "pi" in "packet.h", rather than in aGuy Harris1-8/+10
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-7/+22
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-124/+114
1999-06-01As we may return an error message, rather than a NetBIOS name, fromGuy Harris1-3/+3
1999-05-27Correctly handle the case of the root showing up as a name in a DNSGuy Harris1-2/+2
1999-05-10Pass NBDS packets on to SMB even if we're only generating a summaryGuy Harris1-24/+34
1999-05-10Decode SMB requests inside NetBIOS Datagram Service packets.Guy Harris1-3/+8
1999-05-10EGCS 1.1's dataflow analysis (and probably that of other versions ofGuy Harris1-2/+2
1999-05-09Added initial support for SMB plus most of negprot decode ..Richard Sharpe1-48/+70
1999-04-30Add support for the NetBIOS Session Service.Guy Harris1-31/+178
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-144/+143
1999-01-05Clean up what's displayed for unknown opcodes and unknown rcodes.Guy Harris1-3/+3
1999-01-05Decode the various flag fields in resource records in NBNS replies.Guy Harris1-86/+215
1999-01-04Decode the word containing the opcode, flags, reply code, etc. in DNSGuy Harris1-97/+162
1998-12-04When dissecting DNS or NBNS queries or replies, add the item to the treeGuy Harris1-11/+11
1998-11-21Take the name-processing part of "get_nbns_name_type_class()" and put itGuy Harris1-33/+34
1998-11-20Added NetBIOS datagram support (over UDP, as per RFC 1002).Gilbert Ramirez1-1/+162
1998-11-17* Added column formatting functionality.Gerald Combs1-5/+6
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-2/+1
1998-10-15Fix up an "sprintf()" to handle the possibility that the differenceGuy Harris1-3/+3
1998-10-15Show queries as a summary line (as was the case before my DNS checkins)Guy Harris1-6/+13