Change dissect_ppp() to accept offset.
[obnox/wireshark/wip.git] / packet-nbns.c
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
2000-02-15 gramCreate a header file for every packet-*.c file. Prune...
2000-01-22 guyFix files that had Gilbert's old e-mail address or...
2000-01-16 guyGet rid of the include of "util.h" that some dissectors...
1999-12-29 guyGet rid of the "(UDP)" and "(TCP)" in various NetBIOS...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-11-08 guyThe equivalent, for NBNS, of Brian J. Murrell's DNS...
1999-10-17 denielAdd display filters for nbns, nbdgm and nbss protocols.
1999-10-07 guyA DNS or NBNS name may contain pointers to other names...
1999-10-07 guyAdd more packet bounds checking to DNS, and add some...
1999-10-03 sharpeA small fix to the handling of NetBIOS continuation...
1999-09-03 guyUse "process_netbios_name()", rather than "canonicalize...
1999-08-21 guyMove the code to set "max_data" in "dissect_nbss()...
1999-08-21 sharpeThis is the code in packet-nbns that handles continuati...
1999-08-18 guyDeclare the "packet_info" structure "pi" in "packet...
1999-07-29 gramMade the protocol (but not the fields) use the new...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-06-01 guyAs we may return an error message, rather than a NetBIO...
1999-05-27 guyCorrectly handle the case of the root showing up as...
1999-05-10 guyPass NBDS packets on to SMB even if we're only generati...
1999-05-10 guyDecode SMB requests inside NetBIOS Datagram Service...
1999-05-10 guyEGCS 1.1's dataflow analysis (and probably that of...
1999-05-09 sharpeAdded initial support for SMB plus most of negprot...
1999-04-30 guyAdd support for the NetBIOS Session Service.
1999-03-23 gramRemoved all references to gtk objects from packet*...
1999-01-05 guyClean up what's displayed for unknown opcodes and unkno...
1999-01-05 guyDecode the various flag fields in resource records...
1999-01-04 guyDecode the word containing the opcode, flags, reply...
1998-12-04 guyWhen dissecting DNS or NBNS queries or replies, add...
1998-11-21 guyTake the name-processing part of "get_nbns_name_type_cl...
1998-11-20 gramAdded NetBIOS datagram support (over UDP, as per RFC...
1998-11-17 gerald* Added column formatting functionality.
1998-11-12 gramA lengthy patch to add the wiretap library. Wiretap...
1998-10-15 guyFix up an "sprintf()" to handle the possibility that...
1998-10-15 guyShow queries as a summary line (as was the case before...
1998-10-14 guyUse "ip_to_str()" and "ether_to_str()" to extract IP...
1998-10-14 guyTag NetBIOS Name Service-over-UDP packets as "NBNS...
1998-10-14 gramAdded preliminary support for NetBIOS Name Services...