aboutsummaryrefslogtreecommitdiffstats
path: root/epan/libwireshark.def
AgeCommit message (Expand)AuthorFilesLines
2011-07-03Fix: tvbuff.obj : error LNK2019: unresolved external symbol _EBCDIC_to_ASCII ...Jakub Zawadzki1-1/+0
2011-07-03Need to export EBCDIC_to_ASCII().Guy Harris1-0/+1
2011-07-03Add a tvb_get_ephemeral_string_enc() routine that's likeGuy Harris1-0/+1
2011-06-30Export tvb_get_unicode_string().Guy Harris1-0/+1
2011-06-28Export all tfs from tfs.hJakub Zawadzki1-0/+11
2011-06-21From Stéphane Gorse:Anders Broman1-0/+1
2011-06-01Show the plugin paths in Help→About→Plugins. Add a "-G plugins" optionGerald Combs1-0/+1
2011-05-28Add "File -> Export -> SSL Session Keys..." to be able to save the keyring in...Sake Blok1-0/+1
2011-05-27Make TVBs opaque for most users.Jeff Morriss1-0/+2
2011-05-25Add a convinience function to add expert warnings for not dissected items.Anders Broman1-0/+1
2011-05-20Use proto_tree_add_item() instead of proto_tree_add_xxx() with a pointer intoJeff Morriss1-0/+2
2011-05-17Add generic tvb_get_bits_buf() which accepts any no_of_bits.Jakub Zawadzki1-0/+2
2011-05-12Fix the test.sh failures based on Guy's suggestion in https://bugs.wireshark....Jeff Morriss1-1/+1
2011-05-09Add sl_ API to libwireshark.defJakub Zawadzki1-0/+4
2011-05-09Convert SLAB_-s, to sl_-API.Jakub Zawadzki1-1/+1
2011-05-08Add FT_EUI64 Field TypeAlexis La Goutte1-0/+5
2011-04-13Update to reflect recent changes in epan/strutil.[ch].Gerald Combs1-2/+2
2011-04-11Add proto_field_is_referenced. Fixes bug 5816.Chris Maynard1-0/+1
2011-04-09In packet_list_dissect_and_cache_record(), set the columns toGuy Harris1-0/+1
2011-03-26Introduce ep_strconcat (copied from the glib version)Jeff Morriss1-0/+1
2011-03-24Add initial pcapng name resolution record support. Wireshark has readGerald Combs1-0/+4
2011-03-24Export next_tvb_... functionsTomas Kukosa1-0/+5
2011-03-14Export Anders Broman1-0/+3
2011-03-09Add emem_tree_lookup32_array_le. Resolves bug 5744.Chris Maynard1-0/+1
2011-02-26Added functionality for handling global profiles.Stig Bjørlykke1-0/+2
2011-02-02Add and use accessors to get/set per-packet data for LTE MAC.Martin Mathieson1-0/+2
2011-01-21Fix typosAnders Broman1-2/+2
2011-01-21Introduce, and start using, tvb_eth_to_str().Jeff Morriss1-2/+5
2011-01-14Add tvb_get_[n|le]toh[40|48|56]() accessors. Addresses bug 5082.Chris Maynard1-0/+6
2011-01-13Introduce, and start using, tvb_ip_to_str() and tvb_ip6_to_str(). TheseJeff Morriss1-0/+2
2011-01-12Document and export:Anders Broman1-0/+1
2011-01-12Introduce, and start using, tvb_get_const_stringz(). This function returns aJeff Morriss1-0/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-6/+6
2010-12-07Move getenv_utf8() to wsutil.Jeff Morriss1-1/+0
2010-11-14Add proto_item_append_string() to exported functions per:Stephen Fisher1-0/+1
2010-11-08Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-1/+1
2010-11-08Use value_string_ext for RTP payload types.Anders Broman1-2/+2
2010-11-05Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-5/+4
2010-11-03Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-2/+2
2010-10-29Use value_string_ext fcns to access certain value_string arrays.Bill Meier1-4/+4
2010-10-27Added two new functions: nstime_diff() and nstime_subtract().Stig Bjørlykke1-0/+1
2010-10-22From CaL Turney:Anders Broman1-0/+2
2010-10-14Rework "extended value strings":Bill Meier1-1/+1
2010-10-12Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & i...Bill Meier1-1/+1
2010-10-10Rename vals_status & vals_pdu_type to wsp_vals_status & wsp_vals_pdu_typeBill Meier1-2/+2
2010-10-09Added "Edit Column Details" functions to the packet list heading popup.Stig Bjørlykke1-0/+4
2010-10-01Export is_default_profile().Stig Bjørlykke1-0/+1
2010-09-22Make buildbot happy again...Sake Blok1-0/+1
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-1/+3
2010-09-15Bug #5127 from Guenter Strubreiter:Stephen Fisher1-0/+1