summaryrefslogtreecommitdiff
path: root/epan/libwireshark.def
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-05Addded tfs_used_notused.Stig Bjørlykke1-0/+1
2009-03-03Export the E212 dissection routine.Anders Broman1-0/+1
2009-02-24Get the Windows build going again.Jaap Keuter1-0/+2
2009-02-17Add a string utility function "string_or_null" which can be used toGerald Combs1-0/+1
2009-02-15The function I really wanted to export (not that exporting the other oneGuy Harris1-0/+1
2009-02-15The joys of Windows.Guy Harris1-0/+1
2009-02-10Remove an ugly hack:Ulf Lamping1-0/+1
2009-01-30Don't remove it, but replace it with the relevant one.Jaap Keuter1-0/+1
2009-01-29Don't mention a variable that no longer exists.Guy Harris1-1/+0
2009-01-28- add attributes and CDATA into XML structureTomas Kukosa1-0/+3
2009-01-13Fix the URL for the RLM stuff at Cisco.Guy Harris1-0/+1
2009-01-06Export prefs_find_preference.Gerald Combs1-0/+1
2008-12-23Add GeoIP to the Windows build. Fix a remaining geoip_ -> geoip_db_Gerald Combs1-0/+4
2008-12-20geoip_get_paths -> geoip_db_get_paths.Gerald Combs1-1/+1
2008-11-25- export tvb_memeql()Tomas Kukosa1-0/+1
2008-11-25export call_dissector_only()Tomas Kukosa1-0/+1
2008-11-07From Pascal Quantin:Anders Broman1-0/+1
2008-11-06From Pascal Quantin:Anders Broman1-0/+1
2008-10-27Show configured GeoIP paths in About->FoldersStig Bjørlykke1-0/+1
2008-10-24Added proto_get_protocol_long_name.Stig Bjørlykke1-0/+1
2008-10-10Added proto_check_field_name to libwireshark.defStig Bjørlykke1-0/+1
2008-10-03Export read_keytab_file(), which is used outside libwireshark.Guy Harris1-0/+1
2008-08-12From Alexey Neyman:Anders Broman1-0/+1
2008-08-04From Neil Piercy:Anders Broman1-0/+7
2008-07-30From Stephen Donnelly:Anders Broman1-0/+2