There's no need to keep a "FILE *" for the file being printed to in a
[obnox/wireshark/wip.git] / packet-nbns.c
2004-01-06 guyThe error code in an NBDS error packet is 1 byte, not 2.
2004-01-05 ulflremoved some MSVC warnings (level 3)
2002-09-12 tpotDisplay the error string in the COL_INFO field for...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-07 tpotDisplay calling and called names in COL_INFO for sessio...
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-05-15 guyUse registered fields for the subfields of the Flags...
2002-05-01 guyFrom Joerg Mayer: get rid of an unused argument.
2002-02-28 guyHandle NBSS messages where the NBSS *header* is split...
2002-02-18 guyAdd support for reassembling RPC-over-TCP fragments...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-20 guyAllow a length of -1 to be specified when adding FT_NON...
2002-01-19 guyWe no longer do explicit checks in low-level routines...
2002-01-07 guyShuffle a comment, and clean up white space.
2002-01-07 guyCatch ReportedBoundsError exceptions when dissecting...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-21 guyGet rid of some unused variables.
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-11-03 guyRename the "private" member of the "packet_info" struct...
2001-10-12 guySigh. A MacOS X 10.1 appeared to have put out a malfor...
2001-09-30 guyThe length of an NBSS message can be bigger than 64K...
2001-09-29 guyStart the process of tvbuffifying the SMB dissector...
2001-09-29 guyHave "dissect_netbios_payload()" take as an argument...
2001-09-29 guyRe-strengthen the check for NBSS continuations, to...
2001-09-28 guyFrom Todd Sabin: dissect the auth info in connection...
2001-09-17 guyAdd support for desegmentation of DNS messages.
2001-09-13 guyTCP desegmentation support, and changes to the ONC...
2001-08-05 guyMake some of the NBDS fields enumerated fields, and...
2001-07-02 guyTvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-01-22 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-19 geraldFix buffer overruns:
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-14 gramCheck for existence of COL_INFO before adding "Short...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-04-12 guyA further update from Mark Muhlestein.
2000-04-12 guyMark Muhlestein's code to support CIFS-atop-TCP (withou...
2000-04-08 guyMove calls to "dissector_add()" out of the register...
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...