aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.h
AgeCommit message (Expand)AuthorFilesLines
2002-10-22Add in a notion of "circuits", which are for virtual circuit-orientedGuy Harris1-3/+2
2002-09-09"dfilter_prime_proto_tree()" doesn't modify the "dfilter_t" to whichGuy Harris1-3/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-20/+30
2001-12-16Add an extra argument to "epan_dissect_new()" that indicates whether theGuy Harris1-2/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-3/+3
2001-12-06Remove proto_tree from capture_file and PacketWinData, since theyGilbert Ramirez1-2/+3
2001-11-21Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez1-2/+6
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris1-12/+1
2001-04-02Added two new arguments to epan_init() and proto_init() toEd Warnicke1-2/+3
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-2/+5
2000-10-16Give libethereal its own configuration file, and have that configurationGuy Harris1-1/+3
2000-10-06Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez1-6/+15
2000-09-28More EPAN-related code movements. Get rid of usage of #include "globals.h"Gilbert Ramirez1-0/+6
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez1-0/+49