aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2004-10-21From Laurent Rabret:Gerald Combs2-0/+23
2004-10-11Constify more pointer arguments.Guy Harris1-2/+2
2004-10-11Constify more pointer arguments.Guy Harris1-2/+2
2004-10-11Make the "per_choice_t" and "per_sequence_t" pointer arguments pointersGuy Harris1-2/+2
2004-10-11Make the "per_choice_t" and "per_sequence_t" pointer arguments pointersGuy Harris1-2/+2
2004-10-09remove some MSVC warningsUlf Lamping2-4/+4
2004-10-01From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weGuy Harris19-38/+38
2004-09-29In "plugins/plugin_api.h", don't include stuff required for the pluginGuy Harris6-6/+17
2004-09-29From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris20-59/+205
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris3-3/+3
2004-09-28Move the xDLC helper routines into epan.Guy Harris2-2/+2
2004-09-28Move various checksum routines and headers to epan.Guy Harris3-3/+3
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris12-12/+12
2004-09-27Routines called by "g_node_traverse()" return a Boolean - FALSE toGuy Harris1-0/+1
2004-09-23Add proto_tree_add_debug_text(), rtcp_add_address(), andGuy Harris5-1/+14
2004-09-23Add proto_tree_add_debug_text(), rtcp_add_address(), andGuy Harris2-0/+9
2004-09-19Preference strings don't remain null pointers for long - they getGuy Harris1-144/+185
2004-09-18Fix dissection of MEGACO over TCP, there will be a TPKT header included.Anders Broman1-14/+49
2004-09-16Export the "proto_tree_add_float" routines, and the routines to get IEEEGuy Harris5-1/+31
2004-09-16Export the "proto_tree_add_float" routines, and the routines to get IEEEGuy Harris1-0/+9
2004-09-15Fix a problem where MEGACO not fully RFC complient wasn't dissected, change s...Anders Broman1-27/+37
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris1-4/+4
2004-09-01Make a bunch of source files non-executable.Guy Harris1-0/+0
2004-09-01Updates from Erwin Rol.Guy Harris1-3/+112
2004-08-26From Lars Roland: don't link with GTK+, as it's not necessary to do so,Guy Harris1-12/+2
2004-08-25From Lars Roland: add "tvb_get_ntoh64()" to the list of routinesGuy Harris5-1/+9
2004-08-25From Lars Roland: add "tvb_get_ntoh64()" to the list of routinesGuy Harris1-0/+3
2004-08-22Ethereal has required guint64 support for a while, so there's no need toGuy Harris1-27/+30
2004-08-08Map the old one-port "generic ASN.1" TCP/UDP/SCTP port-numberGuy Harris1-2/+4
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris10-10/+10
2004-07-31Change // to C90 style commentJörg Mayer1-3/+4
2004-07-30From Matthijs Melchior:Guy Harris1-76/+455
2004-07-23Trivial warning fixes:Jörg Mayer1-3/+2
2004-07-21From Laurent Rabret: OPSI support.Guy Harris10-2/+1375
2004-07-18 .cvsignore is deadJörg Mayer19-382/+0
2004-07-18Add epan/dissectors/.cvsignoreJörg Mayer19-0/+38
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez5-15/+15
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris95-95/+95
2004-06-30Include "crc16.h" to handle "crc16_ccitt_tvb()".Guy Harris1-1/+2
2004-06-30get rid of data_handle decalriation, bacause it isMichael Tüxen1-3/+1
2004-06-30Add packet-sir.lo.Guy Harris1-0/+1
2004-06-30Add "crc16_ccitt_tvb()" to the plugin API and the list of functionsGuy Harris6-2/+9
2004-06-30From Shaun Jackman: Serial Infrared support.Guy Harris5-6/+243
2004-06-19From Dennis Lim: add routines used by dissectors for ONC RPC protocolsGuy Harris7-3/+117
2004-05-31From Thomas Anders fix some memory leaksAnders Broman1-1/+4
2004-05-30From Thomas Anders patch adds sub parameter dissection to the MGCP pluginAnders Broman1-7/+148
2004-05-24Have two strings in an enum_val_t - one that's a short string that isGuy Harris1-12/+12
2004-05-23Add translation of result codesAnders Broman1-4/+48
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris2-4/+31