aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
AgeCommit message (Expand)AuthorFilesLines
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itguy1-4/+4
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.gram1-11/+3
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aguy1-5/+2
2002-01-04Fix up white space.guy1-5/+5
2001-12-18Provide for per-protocol-tree data in the proto_tree code.gram1-22/+39
2001-12-16Add an extra argument to "epan_dissect_new()" that indicates whether theguy1-2/+11
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-3/+3
2001-12-06Remove proto_tree from capture_file and PacketWinData, since theygram1-4/+13
2001-11-21Remove the global packet_info called "pi". Dissectors now onlygram1-2/+2
2001-04-02Added two new arguments to epan_init() and proto_init() tohagbard1-3/+4
2001-04-01Changed packet_init() to look up the frame dissector and cache itshagbard1-2/+2
2001-04-01Moved the frame_data structures and functions from packet.{h,c} tohagbard1-1/+3
2001-03-23Changes required to support multiple named data sources.jfoster1-1/+6
2001-02-01Create a more modular type system for the FT_* types. Put themgram1-7/+4
2001-01-26Clean up the dissector registration up a bit - arrange that all pluginsguy1-6/+2
2000-10-16Give libethereal its own configuration file, and have that configurationguy1-2/+30
2000-10-06Implement epan_dissect_new() and epan_dissect_free(). These are thegram1-0/+35
2000-09-30- HAVE_PLUGINS is defined in plugins.h so it must be included here.oabad1-1/+2
2000-09-27First step in moving core Ethereal routines to libepan.gram1-0/+41