Move the pointer to the "column_info" structure in the "frame_data"
[obnox/wireshark/wip.git] / packet-atalk.c
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)