aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-04-16Add a "report_failure()" routine to allow dissectors to report arbitraryGuy Harris1-2/+22
2004-03-23Make "epan_init()" take, as additional arguments, pointers to routinesGuy Harris1-3/+30
2003-05-04Add support for asynchronous DNS updates using the GNU ADNS library.Gerald Combs1-1/+4
2002-10-22Add in a notion of "circuits", which are for virtual circuit-orientedGuy Harris1-3/+7
2002-09-09"dfilter_prime_proto_tree()" doesn't modify the "dfilter_t" to whichGuy Harris1-3/+2
2002-09-04Tap api. tap is a simple api that can be used for arbitrary extensions.Ronnie Sahlberg1-1/+3
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-4/+4
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez1-11/+3
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-5/+2
2002-01-04Fix up white space.Guy Harris1-5/+5
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-22/+39
2001-12-16Add an extra argument to "epan_dissect_new()" that indicates whether theGuy Harris1-2/+11
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-4/+13
2001-11-21Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez1-2/+2
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