aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nbns.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-15/+15
2000-05-11Add tvbuff class.gram1-105/+105
2000-04-12A further update from Mark Muhlestein.guy1-2/+10
2000-04-12Mark Muhlestein's code to support CIFS-atop-TCP (without the NetBIOSguy1-27/+66
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andguy1-4/+16
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-6/+6
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-1/+3
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myguy1-3/+3
2000-01-16Get rid of the include of "util.h" that some dissectors do - it's notguy1-2/+1
1999-12-29Get rid of the "(UDP)" and "(TCP)" in various NetBIOS-over-TCP protocolguy1-6/+6
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-14/+42
1999-11-08The equivalent, for NBNS, of Brian J. Murrell's DNS patch to putguy1-374/+417
1999-10-17Add display filters for nbns, nbdgm and nbss protocols.deniel1-42/+155
1999-10-07A DNS or NBNS name may contain pointers to other names in the packet; ifguy1-34/+9
1999-10-07Add more packet bounds checking to DNS, and add some to NetBIOS-over-TCPguy1-115/+319
1999-10-03A small fix to the handling of NetBIOS continuation messages where asharpe1-1/+2
1999-09-03Use "process_netbios_name()", rather than "canonicalize_netbios_name()",guy1-82/+87
1999-08-21Move the code to set "max_data" in "dissect_nbss()" earlier, so thatguy1-2/+7
1999-08-21This is the code in packet-nbns that handles continuation messages.sharpe1-1/+25
1999-08-18Declare the "packet_info" structure "pi" in "packet.h", rather than in aguy1-8/+10
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,gram1-7/+22
1999-07-07Created a new protocol tree implementation and a new display filtergram1-124/+114
1999-06-01As we may return an error message, rather than a NetBIOS name, fromguy1-3/+3
1999-05-27Correctly handle the case of the root showing up as a name in a DNSguy1-2/+2
1999-05-10Pass NBDS packets on to SMB even if we're only generating a summaryguy1-24/+34
1999-05-10Decode SMB requests inside NetBIOS Datagram Service packets.guy1-3/+8
1999-05-10EGCS 1.1's dataflow analysis (and probably that of other versions ofguy1-2/+2
1999-05-09Added initial support for SMB plus most of negprot decode ..sharpe1-48/+70
1999-04-30Add support for the NetBIOS Session Service.guy1-31/+178
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowgram1-144/+143
1999-01-05Clean up what's displayed for unknown opcodes and unknown rcodes.guy1-3/+3
1999-01-05Decode the various flag fields in resource records in NBNS replies.guy1-86/+215
1999-01-04Decode the word containing the opcode, flags, reply code, etc. in DNSguy1-97/+162
1998-12-04When dissecting DNS or NBNS queries or replies, add the item to the treeguy1-11/+11
1998-11-21Take the name-processing part of "get_nbns_name_type_class()" and put itguy1-33/+34
1998-11-20Added NetBIOS datagram support (over UDP, as per RFC 1002).gram1-1/+162
1998-11-17* Added column formatting functionality.gerald1-5/+6
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultgram1-2/+1
1998-10-15Fix up an "sprintf()" to handle the possibility that the differenceguy1-3/+3
1998-10-15Show queries as a summary line (as was the case before my DNS checkins)guy1-6/+13
1998-10-14Use "ip_to_str()" and "ether_to_str()" to extract IP and MAC addressesguy1-6/+5
1998-10-14Tag NetBIOS Name Service-over-UDP packets as "NBNS (UDP)".guy1-54/+653
1998-10-14Added preliminary support for NetBIOS Name Services over IPX and UDP. Notegram1-0/+157