aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nbns.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-10-14Use "ip_to_str()" and "ether_to_str()" to extract IP and MAC addressesGuy Harris1-6/+5
1998-10-14Tag NetBIOS Name Service-over-UDP packets as "NBNS (UDP)".Guy Harris1-54/+653
1998-10-14Added preliminary support for NetBIOS Name Services over IPX and UDP. NoteGilbert Ramirez1-0/+157