aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.h
Commit message (Expand)AuthorAgeFilesLines
* Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez2001-12-181-20/+30
* Add an extra argument to "epan_dissect_new()" that indicates whether theGuy Harris2001-12-161-2/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-3/+3
* Remove proto_tree from capture_file and PacketWinData, since theyGilbert Ramirez2001-12-061-2/+3
* Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez2001-11-211-2/+6
* Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris2001-10-211-12/+1
* Added two new arguments to epan_init() and proto_init() toEd Warnicke2001-04-021-2/+3
* Create a more modular type system for the FT_* types. Put themGilbert Ramirez2001-02-011-2/+5
* Give libethereal its own configuration file, and have that configurationGuy Harris2000-10-161-1/+3
* Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez2000-10-061-6/+15
* More EPAN-related code movements. Get rid of usage of #include "globals.h"Gilbert Ramirez2000-09-281-0/+6
* First step in moving core Ethereal routines to libepan.Gilbert Ramirez2000-09-271-0/+49