aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-08Add an option to col_fill_in() to allow us to disable column expression proce...Kovarththanan Rajaratnam1-2/+2
2009-09-08From : Didier GautheronAnders Broman1-2/+2
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam1-2/+13
2009-08-25From Didier Gautheron:Anders Broman1-1/+12
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...Kovarththanan Rajaratnam1-6/+20
2009-08-11TRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default. If there are any use...Kovarththanan Rajaratnam1-0/+7
2009-07-27From Kovarththanan Rajaratnam:Anders Broman1-2/+2
2009-02-15Add a routine to report write errors to the list of failure-reportingGuy Harris1-2/+4
2008-12-19Rename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. RenameGerald Combs1-2/+2
2008-10-27Add support for the GeoIP library. Using different database files,Gerald Combs1-0/+7
2008-06-23Rename arguments not to collide with function names, to avoid warningsGuy Harris1-3/+4
2008-04-29Call se_free_all() in epan_cleanup() so that we will detect per-session (se_)Jeff Morriss1-0/+1
2007-11-30Next few improvements to speed up startup about 10%.Tomas Kukosa1-0/+3
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-2/+2
2007-05-25Have editcap and capinfos loading the wiretap plugins.Luis Ontanon1-43/+1
2007-05-07Updated splash screen for Wireshark that shows the initialisation progress. Graeme Lunt1-3/+5
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;Guy Harris1-23/+2
2006-11-30Add GPL disclaimer, which as been missing since forever.Gilbert Ramirez1-1/+17
2006-11-21We also need the memory allocation subsystem initialized in anythingGuy Harris1-0/+4
2006-11-21Call guids_init() in epan_init(), so anything that needs libwireshark -Guy Harris1-0/+4
2006-09-26Re-enable lua as the windows version is already there.Luis Ontanon1-1/+1
2006-09-26Complete the workarround of prev rev, temporarilly disabling lua from unix as...Luis Ontanon1-1/+1
2006-09-26Since there's no Lua headers in windows yet, as a temporary workarround just ...Luis Ontanon1-1/+1
2006-09-25Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon1-0/+8
2006-08-10GnuTLS/libgcrypt initialization moved to epan.cTomas Kukosa1-0/+21
2006-06-13new function epan_get_version()Tomas Kukosa1-0/+5
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-3/+3
2006-05-21name changeRonnie Sahlberg1-1/+1
2005-12-06OBJECT IDENTIFIER name resolution moved to oid_resolv.cTomas Kukosa1-0/+3
2005-10-02add doxygen comments to column-utils.h and do a slight code cleanupUlf Lamping1-1/+1
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...Ulf Lamping1-0/+3
2005-08-13get rid of one more gmemchunkRonnie Sahlberg1-2/+0
2005-07-22EMEM : a simple and FAST api to allocate memory that will be automatically fr...Ronnie Sahlberg1-0/+4
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