aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nbns.c
Commit message (Expand)AuthorAgeFilesLines
* 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