aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2004-09-16Export the "proto_tree_add_float" routines, and the routines to get IEEEguy5-1/+31
2004-09-16Export the "proto_tree_add_float" routines, and the routines to get IEEEguy1-0/+9
2004-09-15Fix a problem where MEGACO not fully RFC complient wasn't dissected, change s...etxrab1-27/+37
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;guy1-4/+4
2004-09-01Make a bunch of source files non-executable.guy1-0/+0
2004-09-01Updates from Erwin Rol.guy1-3/+112
2004-08-26From Lars Roland: don't link with GTK+, as it's not necessary to do so,guy1-12/+2
2004-08-25From Lars Roland: add "tvb_get_ntoh64()" to the list of routinesguy5-1/+9
2004-08-25From Lars Roland: add "tvb_get_ntoh64()" to the list of routinesguy1-0/+3
2004-08-22Ethereal has required guint64 support for a while, so there's no need toguy1-27/+30
2004-08-08Map the old one-port "generic ASN.1" TCP/UDP/SCTP port-numberguy1-2/+4
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy10-10/+10
2004-07-31Change // to C90 style commentjmayer1-3/+4
2004-07-30From Matthijs Melchior:guy1-76/+455
2004-07-23Trivial warning fixes:jmayer1-3/+2
2004-07-21From Laurent Rabret: OPSI support.guy10-2/+1375
2004-07-18 .cvsignore is deadjmayer19-382/+0
2004-07-18Add epan/dissectors/.cvsignorejmayer19-0/+38
2004-07-18Move dissectors to epan/dissectors directory.gram5-15/+15
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy95-95/+95
2004-06-30Include "crc16.h" to handle "crc16_ccitt_tvb()".guy1-1/+2
2004-06-30get rid of data_handle decalriation, bacause it istuexen1-3/+1
2004-06-30Add packet-sir.lo.guy1-0/+1
2004-06-30Add "crc16_ccitt_tvb()" to the plugin API and the list of functionsguy6-2/+9
2004-06-30From Shaun Jackman: Serial Infrared support.guy5-6/+243
2004-06-19From Dennis Lim: add routines used by dissectors for ONC RPC protocolsguy7-3/+117
2004-05-31From Thomas Anders fix some memory leaksetxrab1-1/+4
2004-05-30From Thomas Anders patch adds sub parameter dissection to the MGCP pluginetxrab1-7/+148
2004-05-24Have two strings in an enum_val_t - one that's a short string that isguy1-12/+12
2004-05-23Add translation of result codesetxrab1-4/+48
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:guy2-4/+31
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theobiot18-37/+37
2004-04-25Fix the fixjmayer3-11/+3
2004-04-25It's proto_register_rudp not proto_reg_rudpjmayer1-2/+2
2004-04-25Give --enable-static a chance to succeed:jmayer3-26/+90
2004-04-23Get rid of bogus extra "proto_tree_add_text()" arguments.guy1-3/+2
2004-04-21Skipp leading spaces in front of MEGACO and fix dissection of TransactionResp...etxrab1-22/+30
2004-04-16Add a "report_failure()" routine to allow dissectors to report arbitraryguy6-2/+10
2004-04-14Add support for plugin dissectors on cygwin builds, by adding the followingobiot18-18/+37
2004-03-30From Albert Chin: the Sun WorkShop 5.0 compiler and HP-UX 10.20 compilerguy1-4/+11
2004-03-30From Lars Roland: have "make clean" and "make distclean" clean up theguy1-1/+13
2004-03-30From Duncan Sargeant: include "moduleinfo.h" so that the plugins get theguy3-3/+9
2004-03-26Call plugin_address_table_init() before proto_register_protocol().gerald1-3/+3
2004-03-26Update for Tomas Kukosa's new APIs to get the parent and theguy5-1/+14
2004-03-25From Tomas Kukosa: add APIs to get the parent of a protocol tree itemguy1-1/+4
2004-03-25Add .cvsignore files to the new plugins.guy3-0/+57
2004-03-25Squelch compiler warnings, and remove some trailing blanks from lines.guy3-39/+39
2004-03-25Add the usual extra files to the new plugins.guy15-0/+1029
2004-03-25From Duncan Sargeant: Cisco SS7 RUDP, RLM, and Session Managementguy14-4/+930
2004-03-25From Tomas Kukosa: BER dissector enhancements and proto.c updates toguy6-29/+61