Don't ignore SIGCHLD - doing so means that, on many platforms, we don't
[metze/wireshark/wip.git] / packet-nbns.c
2002-09-12 Tim PotterDisplay the error string in the COL_INFO field for...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-07 Tim PotterDisplay calling and called names in COL_INFO for sessio...
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-05-15 Guy HarrisUse registered fields for the subfields of the Flags...
2002-05-01 Guy HarrisFrom Joerg Mayer: get rid of an unused argument.
2002-02-28 Guy HarrisHandle NBSS messages where the NBSS *header* is split...
2002-02-18 Guy HarrisAdd support for reassembling RPC-over-TCP fragments...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2002-01-20 Guy HarrisAllow a length of -1 to be specified when adding FT_NON...
2002-01-19 Guy HarrisWe no longer do explicit checks in low-level routines...
2002-01-07 Guy HarrisShuffle a comment, and clean up white space.
2002-01-07 Guy HarrisCatch ReportedBoundsError exceptions when dissecting...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-11-21 Guy HarrisGet rid of some unused variables.
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
2001-11-03 Guy HarrisRename the "private" member of the "packet_info" struct...
2001-10-12 Guy HarrisSigh. A MacOS X 10.1 appeared to have put out a malfor...
2001-09-30 Guy HarrisThe length of an NBSS message can be bigger than 64K...
2001-09-29 Guy HarrisStart the process of tvbuffifying the SMB dissector...
2001-09-29 Guy HarrisHave "dissect_netbios_payload()" take as an argument...
2001-09-29 Guy HarrisRe-strengthen the check for NBSS continuations, to...
2001-09-28 Guy HarrisFrom Todd Sabin: dissect the auth info in connection...
2001-09-17 Guy HarrisAdd support for desegmentation of DNS messages.
2001-09-13 Guy HarrisTCP desegmentation support, and changes to the ONC...
2001-08-05 Guy HarrisMake some of the NBDS fields enumerated fields, and...
2001-07-02 Guy HarrisTvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-01-22 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-11-19 Gerald CombsFix buffer overruns:
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-14 Gilbert RamirezCheck for existence of COL_INFO before adding "Short...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-04-12 Guy HarrisA further update from Mark Muhlestein.
2000-04-12 Guy HarrisMark Muhlestein's code to support CIFS-atop-TCP (withou...
2000-04-08 Guy HarrisMove calls to "dissector_add()" out of the register...
2000-03-12 Gilbert RamirezBreak proto_tree_add_item_format() into multiple functions:
2000-02-15 Gilbert RamirezCreate a header file for every packet-*.c file. Prune...
2000-01-22 Guy HarrisFix files that had Gilbert's old e-mail address or...
2000-01-16 Guy HarrisGet rid of the include of "util.h" that some dissectors...
1999-12-29 Guy HarrisGet rid of the "(UDP)" and "(TCP)" in various NetBIOS...
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-11-08 Guy HarrisThe equivalent, for NBNS, of Brian J. Murrell's DNS...
1999-10-17 Laurent DenielAdd display filters for nbns, nbdgm and nbss protocols.
1999-10-07 Guy HarrisA DNS or NBNS name may contain pointers to other names...
1999-10-07 Guy HarrisAdd more packet bounds checking to DNS, and add some...
1999-10-03 Richard SharpeA small fix to the handling of NetBIOS continuation...
1999-09-03 Guy HarrisUse "process_netbios_name()", rather than "canonicalize...
1999-08-21 Guy HarrisMove the code to set "max_data" in "dissect_nbss()...
1999-08-21 Richard SharpeThis is the code in packet-nbns that handles continuati...
1999-08-18 Guy HarrisDeclare the "packet_info" structure "pi" in "packet...
1999-07-29 Gilbert RamirezMade the protocol (but not the fields) use the new...
1999-07-07 Gilbert RamirezCreated a new protocol tree implementation and a new...
1999-06-01 Guy HarrisAs we may return an error message, rather than a NetBIO...
1999-05-27 Guy HarrisCorrectly handle the case of the root showing up as...
1999-05-10 Guy HarrisPass NBDS packets on to SMB even if we're only generati...
1999-05-10 Guy HarrisDecode SMB requests inside NetBIOS Datagram Service...
1999-05-10 Guy HarrisEGCS 1.1's dataflow analysis (and probably that of...
1999-05-09 Richard SharpeAdded initial support for SMB plus most of negprot...
1999-04-30 Guy HarrisAdd support for the NetBIOS Session Service.
1999-03-23 Gilbert RamirezRemoved all references to gtk objects from packet*...
1999-01-05 Guy HarrisClean up what's displayed for unknown opcodes and unkno...
1999-01-05 Guy HarrisDecode the various flag fields in resource records...
1999-01-04 Guy HarrisDecode the word containing the opcode, flags, reply...
1998-12-04 Guy HarrisWhen dissecting DNS or NBNS queries or replies, add...
1998-11-21 Guy HarrisTake the name-processing part of "get_nbns_name_type_cl...
1998-11-20 Gilbert RamirezAdded NetBIOS datagram support (over UDP, as per RFC...
1998-11-17 Gerald Combs* Added column formatting functionality.
1998-11-12 Gilbert RamirezA lengthy patch to add the wiretap library. Wiretap...
1998-10-15 Guy HarrisFix up an "sprintf()" to handle the possibility that...
1998-10-15 Guy HarrisShow queries as a summary line (as was the case before...
1998-10-14 Guy HarrisUse "ip_to_str()" and "ether_to_str()" to extract IP...
1998-10-14 Guy HarrisTag NetBIOS Name Service-over-UDP packets as "NBNS...
1998-10-14 Gilbert RamirezAdded preliminary support for NetBIOS Name Services...