aboutsummaryrefslogtreecommitdiffstats
path: root/epan/libwireshark.def
AgeCommit message (Expand)AuthorFilesLines
2010-03-31Insert the function which analyzes Q.708 ISPCs in libwireshark.defGerasimos Dimitriadis1-0/+1
2010-03-27Convert tabs to spaces as per the comment in the file.Bill Meier1-13/+13
2010-03-27Add proto_tree_add_bitmask_text to libwireshark.defAnders Broman1-0/+1
2010-03-07Make tap-diameter-avp.c compile on windows.Anders Broman1-0/+1
2010-03-03Add oids_cleanup and oids_init to libwireshark.def to make it compile.Anders Broman1-0/+2
2010-02-28Sort the geoip_db_ routines, add geoip_db_type(), remove extraGuy Harris1-2/+2
2010-02-07Forgot that etype_vals is DATA.Stig Bjørlykke1-1/+1
2010-02-07Export etype_vals from libwireshark.Stig Bjørlykke1-2/+3
2010-02-01Fix for Bug 3116Gerasimos Dimitriadis1-0/+1
2010-01-25From Jakub Zawadzki:Gerasimos Dimitriadis1-0/+1
2010-01-25Change the prefix of the underscore escaping/unescapingGerasimos Dimitriadis1-0/+2
2010-01-25Export the dissect_mscldap_string() that is used to dissectRonnie Sahlberg1-0/+1
2009-12-21Add profile_store_persconffiles.Gerald Combs1-0/+1
2009-12-21Export copy_persconffile_profile.Stig Bjørlykke1-0/+1
2009-12-11From Richard Pecl:Jaap Keuter1-0/+1
2009-11-12Export more BER functionsTomas Kukosa1-0/+2
2009-10-23Load lua scripts in the plugins directory, both global and personal.Stig Bjørlykke1-0/+1
2009-10-21... and emem_init isn't (it is called directly by reassemble_test).Jeff Morriss1-0/+1
2009-10-20ep_init_chunk() and se_init_chunk() are static.Guy Harris1-2/+0
2009-10-10Add req_resp_hdrs_do_reassembly to the list of functions that areGuy Harris1-0/+1
2009-10-09mark the dcerpc 1632 and 3264 type dissectors exportable for windowsRonnie Sahlberg1-0/+2
2009-10-08calculate_crc32c -> crc32c_calculate for proper 'namespacing'Kovarththanan Rajaratnam1-1/+1
2009-10-08As requested by Gregory Seidman on -dev: add CRC32 functions to libwireshark....Jeff Morriss1-0/+8
2009-10-07add a new function read_keytab_file_from_preferences(void)Ronnie Sahlberg1-0/+1
2009-10-02Prime interesting fields when selecting a package, so Lua's ProtoFieldStig Bjørlykke1-0/+1
2009-09-22Refactor frame_data_init() into frame_data_set_before_dissect() and frame_dat...Kovarththanan Rajaratnam1-0/+2
2009-09-20Introduce frame_data_cleanup() and start using itKovarththanan Rajaratnam1-0/+1
2009-09-20Introduce frame_data_init() and get rid of fill_in_fdata() in tshark.cKovarththanan Rajaratnam1-0/+1
2009-09-10offset_from_real_beginning() is only called with 0 as second argument, so rem...Kovarththanan Rajaratnam1-1/+1
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-3/+3
2009-09-05col_custom_set_fstr() is unused. Remove itKovarththanan Rajaratnam1-1/+0
2009-08-26export t38_add_address, prefer destination port for T.38 conversation searchingTomas Kukosa1-0/+1
2009-08-21Use col_text in frame data.Anders Broman1-0/+1
2009-08-19From Didier Gautheron:Anders Broman1-0/+2
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-0/+1
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...Kovarththanan Rajaratnam1-0/+2
2009-08-11TRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default. If there are any use...Kovarththanan Rajaratnam1-0/+1
2009-07-27From Kovarththanan Rajaratnam:Anders Broman1-0/+2
2009-07-22Take 2:Anders Broman1-0/+1
2009-07-18From Kovarththanan Rajaratnam via bug 3719:Stig Bjørlykke1-0/+1
2009-07-12From Kovarththanan Rajaratnam via bug 3702:Stig Bjørlykke1-0/+1
2009-07-07Removed flags_set_truthStig Bjørlykke1-1/+0
2009-07-02mkstemp cleanups.Gerald Combs1-1/+0
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-1/+2
2009-05-20From Vincenzo Condoleo via bug 2589:Gerald Combs1-0/+1
2009-05-13Apply some of the patches from:Anders Broman1-0/+1
2009-04-16From Vincent Helfre and Me:Anders Broman1-0/+4
2009-03-28Replace a lot of pointer tracking and some GStrings with emem_strbufs. AddGerald Combs1-0/+2
2009-03-27Add initial support for string buffers - ep_allocated, growable stringsGerald Combs1-0/+7
2009-03-18Create an "epan/crc" directory for CRC code. Add crc-16-plain.[ch],Gerald Combs1-0/+1