aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
AgeCommit message (Expand)AuthorFilesLines
2001-04-02Added two new arguments to epan_init() and proto_init() toEd Warnicke1-3/+4
2001-04-01Changed packet_init() to look up the frame dissector and cache itsEd Warnicke1-2/+2
2001-04-01Moved the frame_data structures and functions from packet.{h,c} toEd Warnicke1-1/+3
2001-03-23Changes required to support multiple named data sources.Jeff Foster1-1/+6
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-7/+4
2001-01-26Clean up the dissector registration up a bit - arrange that all pluginsGuy Harris1-6/+2
2000-10-16Give libethereal its own configuration file, and have that configurationGuy Harris1-2/+30
2000-10-06Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez1-0/+35
2000-09-30- HAVE_PLUGINS is defined in plugins.h so it must be included here.Olivier Abad1-1/+2
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez1-0/+41