aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nbns.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more packet bounds checking to DNS, and add some to NetBIOS-over-TCPGuy Harris1999-10-071-115/+319
* A small fix to the handling of NetBIOS continuation messages where aRichard Sharpe1999-10-031-1/+2
* Use "process_netbios_name()", rather than "canonicalize_netbios_name()",Guy Harris1999-09-031-82/+87
* Move the code to set "max_data" in "dissect_nbss()" earlier, so thatGuy Harris1999-08-211-2/+7
* This is the code in packet-nbns that handles continuation messages.Richard Sharpe1999-08-211-1/+25
* Declare the "packet_info" structure "pi" in "packet.h", rather than in aGuy Harris1999-08-181-8/+10
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-7/+22
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-124/+114
* As we may return an error message, rather than a NetBIOS name, fromGuy Harris1999-06-011-3/+3
* Correctly handle the case of the root showing up as a name in a DNSGuy Harris1999-05-271-2/+2
* Pass NBDS packets on to SMB even if we're only generating a summaryGuy Harris1999-05-101-24/+34
* Decode SMB requests inside NetBIOS Datagram Service packets.Guy Harris1999-05-101-3/+8
* EGCS 1.1's dataflow analysis (and probably that of other versions ofGuy Harris1999-05-101-2/+2
* Added initial support for SMB plus most of negprot decode ..Richard Sharpe1999-05-091-48/+70
* Add support for the NetBIOS Session Service.Guy Harris1999-04-301-31/+178
* Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-231-144/+143
* Clean up what's displayed for unknown opcodes and unknown rcodes.Guy Harris1999-01-051-3/+3
* Decode the various flag fields in resource records in NBNS replies.Guy Harris1999-01-051-86/+215
* Decode the word containing the opcode, flags, reply code, etc. in DNSGuy Harris1999-01-041-97/+162
* When dissecting DNS or NBNS queries or replies, add the item to the treeGuy Harris1998-12-041-11/+11
* Take the name-processing part of "get_nbns_name_type_class()" and put itGuy Harris1998-11-211-33/+34
* Added NetBIOS datagram support (over UDP, as per RFC 1002).Gilbert Ramirez1998-11-201-1/+162
* * Added column formatting functionality.Gerald Combs1998-11-171-5/+6
* A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1998-11-121-2/+1
* Fix up an "sprintf()" to handle the possibility that the differenceGuy Harris1998-10-151-3/+3
* Show queries as a summary line (as was the case before my DNS checkins)Guy Harris1998-10-151-6/+13
* Use "ip_to_str()" and "ether_to_str()" to extract IP and MAC addressesGuy Harris1998-10-141-6/+5
* Tag NetBIOS Name Service-over-UDP packets as "NBNS (UDP)".Guy Harris1998-10-141-54/+653
* Added preliminary support for NetBIOS Name Services over IPX and UDP. NoteGilbert Ramirez1998-10-141-0/+157