summaryrefslogtreecommitdiff
path: root/epan/libwireshark.def
AgeCommit message (Collapse)AuthorFilesLines
2008-05-20Add PTV cursor API to Win32 exported functionsJaap Keuter1-1/+15
svn path=/trunk/; revision=25322
2008-05-14Do not export the depreciated functions proto_tree_add_xx_hidden()Anders Broman1-14/+0
any more. svn path=/trunk/; revision=25295
2008-04-13export emem_tree_foreach as requested by userUlf Lamping1-0/+1
svn path=/trunk/; revision=25003
2008-04-12Added an option to save column widths in the recent file.Stig Bjørlykke1-0/+2
Not 100% implemented for usage with configuration profiles with different column layout yet, as this requires some of the recent values to be saved in each profile. svn path=/trunk/; revision=24949
2008-04-12From Jonas Nilsson:Anders Broman1-0/+24
Add exports for packet-gsm_a decoding functions in libwireshark.def http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2427 svn path=/trunk/; revision=24944
2008-04-07Remove ws_strsplit from libwireshark.def to fix Windows buildStephen Fisher1-1/+0
svn path=/trunk/; revision=24830
2008-04-04Export proto_register_prefix()Martin Mathieson1-0/+1
svn path=/trunk/; revision=24766
2008-04-04Add a missing routine (proto_initialize_all_prefixes).Guy Harris1-0/+1
svn path=/trunk/; revision=24764
2008-03-25Export:Anders Broman1-0/+2
dissect_gsm_map_GlobalCellId dissect_gsm_map_lcs_Ext_GeographicalInformation Dissect GlobalCellId Fix offset in GeographicalInformation use parameter tvb when calling be_chan_type() svn path=/trunk/; revision=24728
2008-03-19export SRTP related functionsTomas Kukosa1-0/+2
svn path=/trunk/; revision=24694
2008-03-17Export get_column_custom_field from libwireshark.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=24680
2008-03-17From Anders: Add a couple of entries to libwireshark.def.Gerald Combs1-6/+8
svn path=/trunk/; revision=24670
2008-03-17For Anders: add call_ber_oid_callback()Jeff Morriss1-5/+6
svn path=/trunk/; revision=24665
2008-03-16Add register_ber_oid_dissector_handle to the exported functions.Anders Broman1-0/+1
svn path=/trunk/; revision=24659
2008-03-15Add register_ber_oid_dissector to the exported functions.Anders Broman1-0/+1
svn path=/trunk/; revision=24638
2008-03-05From Peter Johansson :Anders Broman1-0/+1
Support for EtherCAT subdissectors. svn path=/trunk/; revision=24566
2008-02-17Added an option to Conversations and Endpoints to limit the list to matchStig Bjørlykke1-0/+1
the current display filter. Some Hosts -> Endpoints cleanup. svn path=/trunk/; revision=24368
2008-02-15Add fvalue_string_repr_len.Gerald Combs1-0/+1
svn path=/trunk/; revision=24337
2008-02-13Check in changes originally checked in as SVN revision 24308 (new columnStephen Fisher1-0/+3
type: Custom) that were backed out in SVN revision 24309. Changes since that revision include a reworking of the handling of the cfile/cinfo variables in epan/column-utils.c, addition of three new functions to libwireshark.def and a bug fix to prevent a crash when no custom columns were not in use. Compilation verified locally on MacOS X, Linux and Windows. svn path=/trunk/; revision=24317
2008-02-08Add get_sctp_port to libwireshark.defStig Bjørlykke1-0/+1
svn path=/trunk/; revision=24292
2008-01-31Make the "!="/"ne" change compile under Windows.Gerald Combs1-0/+1
svn path=/trunk/; revision=24234
2008-01-31Hide hidden devices in "Capture Interfaces" dialog.Stig Bjørlykke1-0/+1
Added a function to check for hidden devices, which also work correctly for plumbed devices on solaris. svn path=/trunk/; revision=24231
2008-01-30Add Luis' uat_get_table_by_name() to fetch SMI uat tables.Stig Bjørlykke1-2/+1
svn path=/trunk/; revision=24229
2008-01-25Add tvb_free (as per the request in ↵Jeff Morriss1-0/+1
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2219) svn path=/trunk/; revision=24191
2008-01-19Free allocated data in prefs_reset, removed need for uat_reload_all and Stig Bjørlykke1-1/+0
made some cleanups in profile_dlg. svn path=/trunk/; revision=24136
2008-01-18Added smi_modules_uat and smi_paths_uat to libwireshark.def.Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=24134
2008-01-15make per_constrained_integer handle 64bits needed for X2AP.Anders Broman1-0/+1
svn path=/trunk/; revision=24097
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-0/+10
configure and use more than one set of preferences and configuration files. This can be found in the "Configuration Profiles..." menu item from the Edit menu, or by pressing Shift-Ctrl-A. It's also possible to start wireshark and tshark with a named profile by using the "-C ProfileName" option. A new status pane in the main window will show the current profile. The configuration files currently stored in the Profiles are: - Preferences - Capture Filters - Display Filters - Coloring Rules - Disabled Protocols - User Accessible Tables The recent data are by design not added to the profile. Planned future enhancements: - make a more convenient function to switch between profiles - add a "clone profile" button to copy an existing profile - make the profiles list active and accept return as OK - save users "Decode as" in the profile - make new, clone and deletion of profiles more secure - make some of the recent values available in the profile This patch also fixes: - setting default status pane sizes - a bug setting status pane for packets when not having main lower pane. svn path=/trunk/; revision=24089
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-1/+0
dissect_ber_boolean() to return a value and update asn2wrs to generate the new signature. Regenerate all BER dissectors. svn path=/trunk/; revision=24015
2008-01-04Get rid of ber_last_created_item(). (Final?)Anders Broman1-1/+0
svn path=/trunk/; revision=24010
2007-12-15Add missing proto_get_idGraeme Lunt1-1/+2
svn path=/trunk/; revision=23874
2007-12-09Move the routines tvb_skip_wsp() to tvbuff.cAnders Broman1-0/+2
svn path=/trunk/; revision=23818
2007-12-04Add an oid_get_default_mib_path() function, and use it to display the MIBGerald Combs1-0/+1
path in About->Folders. svn path=/trunk/; revision=23753
2007-11-29hide implementation of module listTomas Kukosa1-1/+2
(it makes easier change from GList to GTree as we have many modules now and GList implementation is slow for searching) svn path=/trunk/; revision=23669
2007-11-27Added tvb_get_ephemeral_faked_unicode and tvb_get_ephemeral_stringzStig Bjørlykke1-0/+2
to epan/libwireshark.def svn path=/trunk/; revision=23619
2007-11-20Add relative start time, duration, and average data rate (bps) columnsGerald Combs1-0/+1
to the conversation lists. Move the "copy" button down to the button bar in order to free up some real estate. Add an nstime_cmp() function. Clean up code in a few places. svn path=/trunk/; revision=23516
2007-11-16Embedding EAP inside wimaxasncp.Martin Mathieson1-0/+2
svn path=/trunk/; revision=23474
2007-11-04follow_tcp_stats -> follow_statsAnders Broman1-1/+1
svn path=/trunk/; revision=23351
2007-10-29asn2wrsTomas Kukosa1-0/+9
- parameterized object class assignment - octet string with extensible size constraint - RELATIVE-OID type (still not supported in packet-per/ber) packet-per - octet string with extensible size constraint more dissect_per_... functions exported from libwireshark.dll PER dissectors regenerated add forgotten packet-h323-template.h fix svn properties for h323 files svn path=/trunk/; revision=23309
2007-10-25new codec table for registering codecs by nameTomas Kukosa1-0/+5
new codec plugin type search registered codecs in rtp player fix memory leak in rtp player svn path=/trunk/; revision=23270
2007-10-18H.460 new dissector implemented (H.460.2-H.460.22)Tomas Kukosa1-1/+1
H.225 - change RysMessage_vals to h225_Rasmessage_vals - use #.PDU directive for H323-UserInformation and RasMessage instead of implementing it by hands - register RasMessage_PDU as "h225.ras" dissector for calling it from H.460 asn2wrs make PDUs exportable svn path=/trunk/; revision=23226
2007-10-18Fixed sort order, used case-insensitive ascendingGraham Bloice1-179/+179
svn path=/trunk/; revision=23223
2007-10-18Add eth_stdio_open to libwireshark.defStig Bjørlykke1-0/+1
svn path=/trunk/; revision=23222
2007-10-05export more types from H.225.0 and H.245 which will be necessary for ↵Tomas Kukosa1-1/+1
H.460.x, H.323 (Annex M,R), H.501 svn path=/trunk/; revision=23069
2007-10-03This patch adds two new column types:Sake Blok1-0/+1
- COL_REL_CONV_TIME which is used to display the time relative to the first frame that was seen in the conversation - COL_DELTA_CONV_TIME which is used to display the delta time from the previous frame of the conversation It also adds the function "col_set_time()" to "epan/column-utils.[ch]" which can be called from within a dissector to set either of these two columns to the appropiate time. Last but not least, it lets the tcp-dissector make use of these two columns. svn path=/trunk/; revision=23058
2007-09-24improvements in ROS handling in Q.932 and H.450Tomas Kukosa1-0/+1
move common ROS code into ros/ros-*.cnf files svn path=/trunk/; revision=22936
2007-09-17Support of QSIG ExtensionsTomas Kukosa1-0/+1
svn path=/trunk/; revision=22888
2007-09-15Add routines under Windows to check if npf.sys is running, and toGerald Combs1-0/+1
fetch the major OS version. If we're running Windows >= 6 (Vista) _and_ npf.sys isn't running, warn the user in Wireshark and TShark. Add a recent prefs item to disable the warning in Wireshark. svn path=/trunk/; revision=22877
2007-09-06Added ipprotostr to libwireshark.defStig Bjørlykke1-0/+1
svn path=/trunk/; revision=22805
2007-08-30Added capture_wlancap to libwireshark.defStig Bjørlykke1-0/+1
svn path=/trunk/; revision=22756