aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* In "plugins/plugin_api.h", don't include stuff required for the pluginGuy Harris2004-09-296-6/+17
* From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris2004-09-2920-59/+205
* Move various tables into the epan directory.Guy Harris2004-09-291-1/+1
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-293-3/+3
* Move the xDLC helper routines into epan.Guy Harris2004-09-282-2/+2
* Move various checksum routines and headers to epan.Guy Harris2004-09-283-3/+3
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-2712-12/+12
* Routines called by "g_node_traverse()" return a Boolean - FALSE toGuy Harris2004-09-271-0/+1
* Add proto_tree_add_debug_text(), rtcp_add_address(), andGuy Harris2004-09-235-1/+14
* Add proto_tree_add_debug_text(), rtcp_add_address(), andGuy Harris2004-09-232-0/+9
* Preference strings don't remain null pointers for long - they getGuy Harris2004-09-191-144/+185
* Fix dissection of MEGACO over TCP, there will be a TPKT header included.Anders Broman2004-09-181-14/+49
* Export the "proto_tree_add_float" routines, and the routines to get IEEEGuy Harris2004-09-165-1/+31
* Export the "proto_tree_add_float" routines, and the routines to get IEEEGuy Harris2004-09-161-0/+9
* Fix a problem where MEGACO not fully RFC complient wasn't dissected, change s...Anders Broman2004-09-151-27/+37
* Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris2004-09-111-4/+4
* Make a bunch of source files non-executable.Guy Harris2004-09-011-0/+0
* Updates from Erwin Rol.Guy Harris2004-09-011-3/+112
* From Lars Roland: don't link with GTK+, as it's not necessary to do so,Guy Harris2004-08-261-12/+2
* From Lars Roland: add "tvb_get_ntoh64()" to the list of routinesGuy Harris2004-08-255-1/+9
* From Lars Roland: add "tvb_get_ntoh64()" to the list of routinesGuy Harris2004-08-251-0/+3
* Ethereal has required guint64 support for a while, so there's no need toGuy Harris2004-08-221-27/+30
* Map the old one-port "generic ASN.1" TCP/UDP/SCTP port-numberGuy Harris2004-08-081-2/+4
* From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris2004-08-0610-10/+10
* Change // to C90 style commentJörg Mayer2004-07-311-3/+4
* From Matthijs Melchior:Guy Harris2004-07-301-76/+455
* Trivial warning fixes:Jörg Mayer2004-07-231-3/+2
* From Laurent Rabret: OPSI support.Guy Harris2004-07-2110-2/+1375
* .cvsignore is deadJörg Mayer2004-07-1819-382/+0
* Add epan/dissectors/.cvsignoreJörg Mayer2004-07-1819-0/+38
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-185-15/+15
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-1895-95/+95
* Include "crc16.h" to handle "crc16_ccitt_tvb()".Guy Harris2004-06-301-1/+2
* get rid of data_handle decalriation, bacause it isMichael Tüxen2004-06-301-3/+1
* Add packet-sir.lo.Guy Harris2004-06-301-0/+1
* Add "crc16_ccitt_tvb()" to the plugin API and the list of functionsGuy Harris2004-06-306-2/+9
* From Shaun Jackman: Serial Infrared support.Guy Harris2004-06-305-6/+243
* From Dennis Lim: add routines used by dissectors for ONC RPC protocolsGuy Harris2004-06-197-3/+117
* From Thomas Anders fix some memory leaksAnders Broman2004-05-311-1/+4
* From Thomas Anders patch adds sub parameter dissection to the MGCP pluginAnders Broman2004-05-301-7/+148
* Have two strings in an enum_val_t - one that's a short string that isGuy Harris2004-05-241-12/+12
* Add translation of result codesAnders Broman2004-05-231-4/+48
* From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris2004-05-092-4/+31
* Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theOlivier Biot2004-04-2518-37/+37
* Fix the fixJörg Mayer2004-04-253-11/+3
* It's proto_register_rudp not proto_reg_rudpJörg Mayer2004-04-251-2/+2
* Give --enable-static a chance to succeed:Jörg Mayer2004-04-253-26/+90
* Get rid of bogus extra "proto_tree_add_text()" arguments.Guy Harris2004-04-231-3/+2
* Skipp leading spaces in front of MEGACO and fix dissection of TransactionResp...Anders Broman2004-04-211-22/+30
* Add a "report_failure()" routine to allow dissectors to report arbitraryGuy Harris2004-04-166-2/+10