aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2004-12-30We now require gint64/guint64 support to build Ethereal, so get rid ofGuy Harris1-56/+2
2004-12-30Regenerate.Guy Harris5-6/+6
2004-12-30Fix the declaration of "tap_queue_packet()" to match its new signature.Guy Harris1-1/+1
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping2-33/+33
2004-12-23Fixes for Mate from Luis Ontanon:Lars Roland9-136/+210
2004-12-16Patch for Mate Plugin.Lars Roland7-132/+152
2004-12-13Update Xplugin_table.h, too. (Just by regenerating the X-files of the plugin ...Lars Roland1-3/+3
2004-12-13change some signatures for some ber helpers from unsigned to signedRonnie Sahlberg1-3/+3
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...Ronnie Sahlberg2-8/+8
2004-12-13yet another plugin update for GeneralizedTimeRonnie Sahlberg1-1/+1
2004-12-13rename generalized_time to the new name GeneralizedTime in the plugin directory.Ronnie Sahlberg5-5/+5
2004-12-12Update for Mate from Luis Ontanon:Lars Roland6-52/+171
2004-12-12Update the declaration of dissect_ber_integer() in the plugin apiLars Roland2-3/+2
2004-12-12Fixes for Mate Plugin:Lars Roland16-144/+140
2004-12-11New Plugin from Luis Ontanon:Lars Roland32-0/+6268
2004-12-11Add functions to the old and the new plugin api for the MATE Plugin.Lars Roland6-7/+46
2004-12-10Get rid of C++/C99-style comments - not all C compilers accept them.Guy Harris1-1/+1
2004-11-29Make rtnet plugin compile again with MSVCLars Roland1-10/+15
2004-11-24Export two versions of the Ethereal dissector, for use with encapsulatedGuy Harris1-3/+3
2004-11-24From Erwin Rol: Dissect DMX in a readable format, and other updates.Guy Harris3-82/+500
2004-11-24Updates from Erwin Rol.Guy Harris2-331/+635
2004-11-21Update a URL.Guy Harris1-1/+1
2004-11-10Check for bogus attribute lengths.Guy Harris1-0/+4
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