Obscure more email addresses.
[obnox/wireshark/wip.git] / packet-atalk.c
2003-03-05 guyUse the reported length, not the captured length, as...
2003-01-23 guySupport Appletalk, IPv6, and Banyan Vines over ARCNET.
2002-12-19 sahlbergUpdate reassemble.c/show_item and all callers to use...
2002-11-28 guyArguments to hash routines are gconstpointer's; assign...
2002-10-24 guyAdd a "fragment_add_seq_next()" to reassemble fragments...
2002-10-17 guyFrom Didier Gautheron: better AFP 3.x dissector.
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-06-29 guyUse "%u" to print unsigned quantities.
2002-06-29 guyFrom Didier Gautheron:
2002-06-28 guyFrom Didier Gautheron: move port number from AppleTalk...
2002-06-25 tpotFixed incorrect format string.
2002-06-20 guyFrom Didier Gautheron: assorted small fixes, more AFP...
2002-06-07 guyAdd "show_fragment_seq_tree()", which is like "show_fra...
2002-06-04 guyGet rid of the "data_src" member of the "frame_data...
2002-05-10 guyFrom Joerg Mayer: make a pile of stuff not used outside...
2002-05-08 guyFrom Didier Gautheron:
2002-05-03 guyFrom Didier Gautheron:
2002-05-01 guyShow errors in the desegmentation process in the protoc...
2002-04-30 guyFrom Didier Gautheron:
2002-04-28 guyPass even zero-length DSI and ASP "command" messages...
2002-04-28 guyUpdates from Didier Gautheron:
2002-04-26 guyIt's the AppleTalk Session Protocol, not the AppleTalk...
2002-04-25 guyATP, ASP, and AFP support, from Didier Gautheron.
2002-04-24 guyFrom Joerg Mayer: get rid of extra arguments to capture...
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...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-08 guyAttach a descriptive name field type and base to dissec...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-30 guyAdd support for LocalTalk Link Access Protocol.
2001-11-26 hagbardMoved from using dissect_data to using call_dissector()
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-04-27 guyMore signed-vs-unsigned changes from Joerg Mayer.
2001-04-23 guyGet rid of END_OF_FRAME references in tvbuffified disse...
2001-03-22 gramMove appletalk- and sna-related address routines out...
2001-03-15 guyAdd a new Wiretap encapsulation type for Cisco HDLC...
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 guyFor each column, have both a buffer into which strings...
2000-11-19 guyThe source operand of "SET_ADDRESS()" has to be static...
2000-11-17 guyGive the "null" link-layer header dissector a dissector...
2000-11-16 guyTvbuffify the STP dissector, have it register itself...
2000-11-13 guyUse "tvb_offset_exists()" rather than "tvb_length_remai...
2000-11-13 guyTvbuffify the AppleTalk dissectors.
2000-11-11 guyDon't have separate versions of "ddp_hops()" and "ddp_l...
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-30 guyGive the IPX dissector dissector hash tables for the...
2000-05-28 guyGive the Appletalk DDP dissector a dissector hash table...
2000-05-22 guyEIGRP over Appletalk and EIGRP over IPX support, from...
2000-05-11 gramAdd tvbuff class.
2000-04-16 guyRegister a "ppp.protocol" dissector table for PPP,...
2000-04-13 gramChange the sub-dissector handoff registration routines...
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
1999-12-09 nneulcleaned up nbp and added rtmp dissector
1999-12-09 nneulcleanup/renaming of fields for nbp dissector
1999-12-09 guyGet rid of an unused variable.
1999-12-09 nneulextended nbp dissector, is stable, but i believe it...
1999-12-08 nneulstarted nbp dissector
1999-12-08 nneulfix stupid atalk typo and remove other proto names...
1999-12-08 nneuladded a couple of ddp protocol names based on looking...
1999-12-06 gramRemove #include "globals.h" from packet-atalk.c (not...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-11-04 guyInclude <netinet/in.h> before including "global.h"...
1999-11-03 guyWe *do* need <netinet/in.h> on Debian (and probably...
1999-11-03 guyDon't include <netinet/in.h>; at least on AIX 4.3.2...
1999-10-29 guyGive DDP packets their own ETT_ type, rather than using...
1999-10-22 guyGet rid of an "extern" before the definition of "atalk_...
1999-10-22 guyAdd support for Appletalk DDP addresses to the code...
1999-10-12 gramNew proto_tree header_field_info stuff. Header_field_in...
1999-10-07 deniel- add display filters
1999-09-23 guyGive it an RCS ID.
1999-09-12 denielSome old CPP or tools that take C code in input do
1999-09-10 guyGive "globals.h" an RCS ID and copyright/GPL notice.
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-03-28 gramJun-ichiro's IPv6 patch is merged in with ethereal...
1999-03-23 gramRemoved all references to gtk objects from packet*...
1999-02-08 gramI removed the bit-fields that depended upon gcc's abili...
1998-11-17 gerald* Added column formatting functionality.
1998-11-12 gramA lengthy patch to add the wiretap library. Wiretap...
1998-10-20 guy Add a "val_to_str()" routine that calls "match_strval...
1998-10-16 gerald* Copied in the correct GNU license (I'm such a goober)