Put
[metze/wireshark/wip.git] / epan / epan.c
2007-01-02 Guy HarrisAdd a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment...
2006-11-30 Gilbert RamirezAdd GPL disclaimer, which as been missing since forever.
2006-11-21 Guy HarrisWe also need the memory allocation subsystem initialize...
2006-11-21 Guy HarrisCall guids_init() in epan_init(), so anything that...
2006-09-26 Luis OntanonRe-enable lua as the windows version is already there.
2006-09-26 Luis OntanonComplete the workarround of prev rev, temporarilly...
2006-09-26 Luis OntanonSince there's no Lua headers in windows yet, as a tempo...
2006-09-25 Luis OntanonMove the Lua interface into epan... (not a plugin anymore).
2006-08-10 Tomas KukosaGnuTLS/libgcrypt initialization moved to epan.c
2006-06-13 Tomas Kukosanew function epan_get_version()
2006-05-31 Gerald Combslibethereal -> libwireshark. idl2eth -> idl2wrs. ...
2006-05-21 Ronnie Sahlbergname change
2005-12-06 Tomas KukosaOBJECT IDENTIFIER name resolution moved to oid_resolv.c
2005-10-02 Ulf Lampingadd doxygen comments to column-utils.h and do a slight...
2005-09-11 Ulf LampingI'm adding the "Expert Info" prototype now, as it seems...
2005-08-13 Ronnie Sahlbergget rid of one more gmemchunk
2005-07-22 Ronnie SahlbergEMEM : a simple and FAST api to allocate memory that...
2004-09-29 Guy HarrisMove the tap infrastructure to the epan directory.
2004-08-06 Guy HarrisFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-04-16 Guy HarrisAdd a "report_failure()" routine to allow dissectors...
2004-03-23 Guy HarrisMake "epan_init()" take, as additional arguments, point...
2003-05-04 Gerald CombsAdd support for asynchronous DNS updates using the...
2002-10-22 Guy HarrisAdd in a notion of "circuits", which are for virtual...
2002-09-09 Guy Harris"dfilter_prime_proto_tree()" doesn't modify the "dfilte...
2002-09-04 Ronnie SahlbergTap api. tap is a simple api that can be used for arbit...
2002-06-04 Guy HarrisGet rid of the "data_src" member of the "frame_data...
2002-05-09 Gilbert RamirezMerge the work in Novell_NCP_branch into the mainline...
2002-02-18 Guy HarrisDon't give tvbuffs names; instead, give data sources...
2002-01-04 Guy HarrisFix up white space.
2001-12-18 Gilbert RamirezProvide for per-protocol-tree data in the proto_tree...
2001-12-16 Guy HarrisAdd an extra argument to "epan_dissect_new()" that...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-06 Gilbert RamirezRemove proto_tree from capture_file and PacketWinData...
2001-11-21 Gilbert RamirezRemove the global packet_info called "pi". Dissectors...
2001-04-02 Ed WarnickeAdded two new arguments to epan_init() and proto_init...
2001-04-01 Ed WarnickeChanged packet_init() to look up the frame dissector...
2001-04-01 Ed WarnickeMoved the frame_data structures and functions from...
2001-03-23 Jeff FosterChanges required to support multiple named data sources.
2001-02-01 Gilbert RamirezCreate a more modular type system for the FT_* types...
2001-01-26 Guy HarrisClean up the dissector registration up a bit - arrange...
2000-10-16 Guy HarrisGive libethereal its own configuration file, and have...
2000-10-06 Gilbert RamirezImplement epan_dissect_new() and epan_dissect_free...
2000-09-30 Olivier Abad- HAVE_PLUGINS is defined in plugins.h so it must be...
2000-09-27 Gilbert RamirezFirst step in moving core Ethereal routines to libepan.