From Michael Tuexen: update for the ASAP dissector which provides
[obnox/wireshark/wip.git] / plugins /
2002-07-06 guyFrom Nix:
2002-05-16 geraldFix a return type mismatch for get_CDR_wchar and a...
2002-05-13 guyHave "is_tpkt()" take a minimum-payload-length argument...
2002-05-06 guyRemove the unused "offset_saved" variable, as per the...
2002-05-05 guyFix the declaration of pointers to "tcp_dissect_pdus()".
2002-05-05 guyPut the pointer to "tcp_dissect_pdus()" in the function...
2002-05-05 guyMake a "tcp_dissect_pdus()" with the standard loop...
2002-05-04 guyUpdate the dissectors (by hand) to match the changes to
2002-05-01 guyGet rid of unused arguments.
2002-05-01 guyMake more use of "val_to_str()" and "decode_boolean_bit...
2002-05-01 guyUse the bitfield decoding routines for bitfields.
2002-05-01 guyAdd desegmentation support.
2002-04-30 guyMark the "plugin_address_table_t *" argument to "plugin...
2002-04-30 guyMark the "plugin_address_table_t *" argument to "plugin...
2002-04-04 guyMake "dissect_data()" static - it's only called through...
2002-02-27 guyFix the declaration of "addr_call_dissector" to match...
2002-02-27 guyFrom Joerg Mayer:
2002-02-23 guy"is_tpkt()" is always used to check a TCP segment to...
2002-02-22 guyHandle TPKT packets split across segment boundaries...
2002-02-20 guyExport "conversation_set_dissector()" in the plugin...
2002-02-19 guyFix up the declaration of "addr_tvb_new_real_data"...
2002-02-02 guyRoutines added to the plugin table, and include-once...
2002-01-30 guyUpdated GIOP plugins, from Frank Singleton.
2002-01-29 guySupport for capturing on, and reading captures from...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-20 guyFix some problems in protocol preferences blurbs.
2002-01-05 gramLong NCP traces can easily have many packets whose...
2001-12-19 guyFrom Bernd Becker: don't clear COL_INFO until the GIOP...
2001-12-17 guyNow that the GIOP dissector sets "pinfo->current_proto...
2001-12-12 guyFrom Motonori Shindo:
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyRemove the no-longer-extant "conv_dissector_add()"...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-26 hagbardThis should be the final bit of removing the dissect_da...
2001-11-24 guyFinish removing the pointer to the no-longer-extant...
2001-11-21 gramRemove the pointer to the global packet_info from the...
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-11-04 guyInclude "conversation.h", as the plugin API now include...
2001-11-04 guyAdditional routines made available to plugins, from...
2001-11-04 guyIn "plugin_api_defs.h", just do
2001-11-01 guyFix some declarations to match the signatures of "tvb_f...
2001-10-31 guySigh. Well, if you make the function declarations...
2001-10-29 guyStop using "tvb_get_ntohll()" and "%llX" in the BOOTP...
2001-10-17 gramEnable building of the coseventcomm plugin on Win32.
2001-09-14 guyMake the resolution for time values be nanoseconds...
2001-09-04 guyFrom Thomas Wittwer: add "prefs_register_string_prefere...
2001-08-29 guyAdd a "proto_item_append_text()" routine, which is...
2001-08-28 guyGet rid of "proto_tree_add_notext()" - if you create...
2001-07-22 guyAdd a bunch of routines used by GIOP plugins to the...
2001-07-21 guyUpdate .cvsignore.
2001-07-20 guyCosEventComm dissector, from Frank Singleton.
2001-07-20 guyGet rid of zero-length arrays.
2001-07-20 hagbardAdded .cvsignore
2001-07-19 guyGIOP CosNaming support, from Frank Singleton.
2001-07-10 guyAdd some additional items to .cvsignore files, for...
2001-07-10 hagbardFixed the make dist problem.
2001-07-09 girlichC sources are in $(srcdir) and not the current directory
2001-07-08 hagbardFixed the {tethereal,ethereal}_static targets so that the
2001-07-08 hagbardSome additional cleanup.
2001-07-05 hagbardFixed problem with handling empty parameters.
2001-07-04 hagbardSome minor changes to allow the mgcp plugin to be compiled
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-04-25 guyGet rid of support for non-tvbuffified plugin dissectors.
2001-04-25 guyMake "col_set_str()" and "tvb_reported_length_remaining...
2001-04-25 guyTvbuffify the Gryphon dissector.
2001-04-23 guySigned vs. unsigned fixes from Joerg Mayer.
2001-04-23 guyGet rid of NullTVB references.
2001-04-02 guy"tvb_get_ptr()" now returns a "const guint8 *", not...
2001-03-23 guyUpdate the version of the MGCP plugin.
2001-03-22 guyGet rid of no-longer-used "tvb_section_length()" routine.
2001-03-15 oabadPatch from Ed Warnicke.
2001-03-06 gramAdd some win32-specific targets in .cvsignore's.
2001-03-04 guyUpdates from Ed Warnicke.
2001-03-04 guyUpdate from Ed Warnicke.
2001-01-28 guyAdd "col_clear()" to the list of functions in the trans...
2001-01-26 guyClean up the dissector registration up a bit - arrange...
2001-01-22 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-13 guyTvbuffify the PIM dissector.
2001-01-12 gramIncrement module version.
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-04 gramDoesn't need #include "dfilter.h"
2001-01-03 guyAdd a new "prefs_register_protocol()" routine, which...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-28 guyUpdates from Ed Warnicke.
2000-12-25 guyPreferences shouldn't supposed to have blanks in their...
2000-12-20 gramBug fixes from Ed Warnicke.
2000-11-29 guyUse GLib's G_MODULE_EXPORT when defining constants...
2000-11-22 gramExport plugin_reg_handoff via DLLEXPORT.
2000-11-21 guyUpdates from Ed Warnicke.
2000-11-18 guyFix a number of problems that caused compiles to fail if
2000-11-16 guyTvbuffify the STP dissector, have it register itself...
2000-11-15 guyAdd a mechanism by which a dissector can be registered...
2000-11-14 guy"plugin_api.c" needs to include <glib.h>, to define...
2000-11-13 guyAdd "dissector_delete()", "proto_item_get_len()",
2000-11-13 guyAdd the tvbuff routines expected to be used by dissecto...
2000-11-12 guyAdd a Makefile.nmake for the MGCP plugin, and update
2000-11-10 guyYet Another .cvsignore file.
2000-11-10 guyTvbuffify the SAP and SDP dissectors.
next