aboutsummaryrefslogtreecommitdiffstats
path: root/epan/libwireshark.def
AgeCommit message (Expand)AuthorFilesLines
2012-12-10General cleanup:Bill Meier1-1/+1
2012-11-29Add an add_hosts_file routine that adds a "hosts" path to an array andGerald Combs1-1/+1
2012-11-03Manually revert r45669Jakub Zawadzki1-1/+0
2012-10-31Add CRC verification to Modbus RTU dissector. CRC algorithm is the same as t...Michael Mann1-0/+1
2012-10-20Make data_source opqaue, add getter for tvb.Jakub Zawadzki1-0/+1
2012-10-20Introduce epan_dissect_run_with_taps() which run dissection with taps.Jakub Zawadzki1-2/+1
2012-10-20- Allow reseting edt with new function epan_dissect_reset(),Jakub Zawadzki1-0/+1
2012-10-08col_cleanup is used outside libwireshark, so it needs to be exported.Guy Harris1-0/+1
2012-10-08There's no longer a ep_free_all() routine.Guy Harris1-1/+0
2012-10-08Continuation of r43335Jakub Zawadzki1-1/+1
2012-09-11Add new function: call_dissector_with_dataJakub Zawadzki1-0/+1
2012-09-08Make register_all_wiretap_modules() and register_all_codecs() static;Guy Harris1-1/+0
2012-09-07Revert 44804 as it fails on most OSX and Windows buildbotsAnders Broman1-9/+0
2012-09-07From pi-rho via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7403 :Jeff Morriss1-0/+9
2012-08-18Convert GString to emem_strbuf_t in packet-gadu-gadu.cMichael Mann1-0/+1
2012-08-14 Added proto_tree_free to the libwireshark expoert definitions for use in plu...Graham Bloice1-0/+1
2012-08-08Have (almost) all preferences use the generic preferences API (per https://bu...Michael Mann1-2/+0
2012-08-03Make the columns of the capture options dialog selectable. Changes are stored...Irene Rüngeler1-0/+1
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris1-0/+1
2012-08-02From Richard Stearn: AX.25 KISS protocol support.Guy Harris1-0/+1
2012-07-26The comment in the file says:Bill Meier1-10/+10
2012-07-26Export proto_unregister_field as requested by Helge Kruse.Chris Maynard1-0/+1
2012-07-15From Wonil Kim: Enable statistics menu register for the tap plug-in. Fixes ht...Anders Broman1-0/+2
2012-07-07From Michael Mann:Guy Harris1-0/+2
2012-06-13Create, and start using, file name preferences.Jeff Morriss1-0/+1
2012-05-14Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-0/+1
2012-05-04From Jakub Zawadzki: Use custom model in Filter Expression dialog.Anders Broman1-0/+1
2012-04-20Added de_ms_cm_3 to export list.Graham Bloice1-0/+1
2012-03-13From Weston Schmidt:Anders Broman1-0/+4
2012-02-28OK, to heck with it - link reassemble_test with libwireshark. Trying toGuy Harris1-0/+3
2012-02-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 -Jeff Morriss1-0/+1
2012-02-05From QA Cafe:Anders Broman1-0/+2
2012-01-28Well, we *did* go to a widget that invokes callback to get the text forGuy Harris1-1/+0
2012-01-01From Mike Morrin:Anders Broman1-1/+1
2011-12-28Add tshark option '-G heuristic-decodes' to dump heuristic dissector tables.Bill Meier1-0/+1
2011-12-27Add a "-G ftypes" option, which dumps our supprted FT_… names andGerald Combs1-0/+1
2011-12-14Treat expert info as a <field> instead of a <proto> when exporting to pdml.Chris Maynard1-0/+1
2011-10-17Add dissectors/packet-lcsap.c to CMake. Remove dissect_lcsap_Correlation_ID_...Jeff Morriss1-1/+0
2011-10-17dissect_lcsap_Correlation_ID_PDU() is used in one module and exported inGuy Harris1-0/+1
2011-10-12Revert http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39380Anders Broman1-7/+0
2011-10-12From Eliot:Anders Broman1-0/+7
2011-10-07As suggested/requested inJeff Morriss1-0/+1
2011-10-05Add GeoIP IPv6 database support. Tested with GeoIP 1.4.7, but olderGerald Combs1-0/+1
2011-09-26Move tvb_new_octet_aligned() to tvbuff.c and use it.Anders Broman1-3/+3
2011-09-19Make it possiblwe to creare a trime string from frame data.Anders Broman1-0/+1
2011-09-08From Edwin Groothuis via bug 6207:Stig Bjørlykke1-0/+2
2011-09-05List heuristic tables in Internals->Disscetor tables menu.Anders Broman1-0/+1
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-4/+5
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-0/+10
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-10/+0