aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-30Next few improvements to speed up startup about 10%.kukosa1-0/+3
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-2/+2
2007-05-25Have editcap and capinfos loading the wiretap plugins.lego1-43/+1
2007-05-07Updated splash screen for Wireshark that shows the initialisation progress. gal1-3/+5
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;guy1-23/+2
2006-11-30Add GPL disclaimer, which as been missing since forever.gram1-1/+17
2006-11-21We also need the memory allocation subsystem initialized in anythingguy1-0/+4
2006-11-21Call guids_init() in epan_init(), so anything that needs libwireshark -guy1-0/+4
2006-09-26Re-enable lua as the windows version is already there.lego1-1/+1
2006-09-26Complete the workarround of prev rev, temporarilly disabling lua from unix as...lego1-1/+1
2006-09-26Since there's no Lua headers in windows yet, as a temporary workarround just ...lego1-1/+1
2006-09-25Move the Lua interface into epan... (not a plugin anymore).lego1-0/+8
2006-08-10GnuTLS/libgcrypt initialization moved to epan.ckukosa1-0/+21
2006-06-13new function epan_get_version()kukosa1-0/+5
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofgerald1-3/+3
2006-05-21name changesahlberg1-1/+1
2005-12-06OBJECT IDENTIFIER name resolution moved to oid_resolv.ckukosa1-0/+3
2005-10-02add doxygen comments to column-utils.h and do a slight code cleanupulfl1-1/+1
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...ulfl1-0/+3
2005-08-13get rid of one more gmemchunksahlberg1-2/+0
2005-07-22EMEM : a simple and FAST api to allocate memory that will be automatically fr...sahlberg1-0/+4
2004-09-29Move the tap infrastructure to the epan directory.guy1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-04-16Add a "report_failure()" routine to allow dissectors to report arbitraryguy1-2/+22
2004-03-23Make "epan_init()" take, as additional arguments, pointers to routinesguy1-3/+30
2003-05-04Add support for asynchronous DNS updates using the GNU ADNS library.gerald1-1/+4
2002-10-22Add in a notion of "circuits", which are for virtual circuit-orientedguy1-3/+7
2002-09-09"dfilter_prime_proto_tree()" doesn't modify the "dfilter_t" to whichguy1-3/+2
2002-09-04Tap api. tap is a simple api that can be used for arbitrary extensions.sahlberg1-1/+3
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