From Jim McDonough: add names for some additional SAM messages.
[metze/wireshark/wip.git] / plugins /
2003-04-30 Guy HarrisThe typedefs in plugins/plugin_table.h must have "addr_...
2003-04-30 Guy HarrisFrom Matthijs Melchior: export the exception mechanism...
2003-04-30 Gerald CombsModify tvb_get_nstringz*() to behave more like snprintf...
2003-04-29 Guy HarrisAdd a "proto_item_set_end()" routine that sets the...
2003-04-24 Guy HarrisFrom Matthijs Melchior: add the ASN.1 routines to the...
2003-04-21 Guy HarrisAdd the usual .cvsignore file.
2003-04-21 Guy HarrisFrom Erwin Rol: ArtNET support.
2003-04-16 Guy HarrisFrom Lars Roland:
2003-04-08 Guy HarrisAdd "proto_tree_add_none_format()" to the set of functi...
2003-03-07 Gerald CombsAdd packet-mgcp.h to the distribution.
2003-03-06 Guy Harris"transid" values are guint32's, and should be printed...
2003-03-06 Ronnie SahlbergFrom Lars Ronald :
2003-02-25 Guy HarrisPut in a blank between "Intercept" and "packets".
2003-01-31 Guy HarrisGet rid of BASE_BIN - it's just the same as BASE_DEC...
2003-01-28 Guy HarrisGet rid of the extra "pcli." in the "pcli.pcli.udp_port...
2003-01-24 Jörg MayerRemove an unused function prototype
2003-01-15 Guy Harris#if 0 out the binary protocol stuff, as there's only...
2003-01-14 Guy HarrisGive it an RCS ID.
2003-01-14 Guy HarrisFrom Christian Falckenberg: beginnings of a MEGACO...
2003-01-11 Guy HarrisFix the copyright notice, give it an RCS ID, and fix...
2003-01-09 Guy HarrisUse "plugindir", not "PLUGIN_DIR", as the variable...
2002-12-02 Guy HarrisMake the format argument to the "col_XXX_fstr()" routin...
2002-11-28 Guy HarrisFix "addr_ip6_to_str" to reflect the fact that "ip6_to_...
2002-11-14 Guy HarrisFrom Tomas Kukosa: export more routines to plugins.
2002-10-24 Ed WarnickeAdded a pointer to more information on PCLI
2002-10-15 Guy HarrisWhen registering a protocol, make sure there are no...
2002-10-10 Guy HarrisAs we are (correctly) calling the IP dissector regardle...
2002-10-10 Ed WarnickeFixed minor error in call ordering.
2002-10-08 Guy HarrisFix a cut-and-pasteo - PCLI isn't defined by RFC 2705...
2002-10-06 Jörg MayerRemove unnecessary config* stuff
2002-10-06 Jörg MayerIgnore *.la and *.lo
2002-10-03 Ed WarnickeAdded a dissector plugin for Packet Cable Lawful Intercept.
2002-09-23 Jörg MayerFix two minor typos by Anand V. Narwani
2002-09-12 Jörg MayerHandle ignored files more flexible. This also fixes...
2002-09-12 Guy HarrisFrom Anand Narwani: fix an error in decoding classifier...
2002-09-10 Guy HarrisFrom Anand Narwani: support for Cisco vendor-specific...
2002-08-30 Guy HarrisFrom Anand Narwani: updates to fix:
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-20 Guy HarrisFrom Anand Narwani: fix an infinite recursion issue...
2002-08-14 Guy HarrisFrom Tomas Kukosa: add some more routines to the plugin...
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-22 Guy HarrisUpdate from Anand V. Narwani:
2002-07-21 Guy HarrisOffsets in packets should be "int", not "guint8", unles...
2002-07-20 Guy HarrisFrom Anand V. Narwani: fix to the Info column for Reque...
2002-07-17 Guy HarrisAdd an extra argument to "tvb_find_line_end()", which...
2002-07-17 Guy HarrisFrom Joerg Mayer:
2002-07-16 Guy HarrisGet rid of carriage returns.
2002-07-14 Guy HarrisFrom Anand V. Narwani: fix so that when a filter is...
2002-07-12 Guy HarrisFrom Anand V. Narwani:
2002-07-06 Guy HarrisFrom Nix:
2002-05-16 Gerald CombsFix a return type mismatch for get_CDR_wchar and a...
2002-05-13 Guy HarrisHave "is_tpkt()" take a minimum-payload-length argument...
2002-05-06 Guy HarrisRemove the unused "offset_saved" variable, as per the...
2002-05-05 Guy HarrisFix the declaration of pointers to "tcp_dissect_pdus()".
2002-05-05 Guy HarrisPut the pointer to "tcp_dissect_pdus()" in the function...
2002-05-05 Guy HarrisMake a "tcp_dissect_pdus()" with the standard loop...
2002-05-04 Guy HarrisUpdate the dissectors (by hand) to match the changes to
2002-05-01 Guy HarrisGet rid of unused arguments.
2002-05-01 Guy HarrisMake more use of "val_to_str()" and "decode_boolean_bit...
2002-05-01 Guy HarrisUse the bitfield decoding routines for bitfields.
2002-05-01 Guy HarrisAdd desegmentation support.
2002-04-30 Guy HarrisMark the "plugin_address_table_t *" argument to "plugin...
2002-04-30 Guy HarrisMark the "plugin_address_table_t *" argument to "plugin...
2002-04-04 Guy HarrisMake "dissect_data()" static - it's only called through...
2002-02-27 Guy HarrisFix the declaration of "addr_call_dissector" to match...
2002-02-27 Guy HarrisFrom Joerg Mayer:
2002-02-23 Guy Harris"is_tpkt()" is always used to check a TCP segment to...
2002-02-22 Guy HarrisHandle TPKT packets split across segment boundaries...
2002-02-20 Guy HarrisExport "conversation_set_dissector()" in the plugin...
2002-02-19 Guy HarrisFix up the declaration of "addr_tvb_new_real_data"...
2002-02-02 Guy HarrisRoutines added to the plugin table, and include-once...
2002-01-30 Guy HarrisUpdated GIOP plugins, from Frank Singleton.
2002-01-29 Guy HarrisSupport for capturing on, and reading captures from...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2002-01-20 Guy HarrisFix some problems in protocol preferences blurbs.
2002-01-05 Gilbert RamirezLong NCP traces can easily have many packets whose...
2001-12-19 Guy HarrisFrom Bernd Becker: don't clear COL_INFO until the GIOP...
2001-12-17 Guy HarrisNow that the GIOP dissector sets "pinfo->current_proto...
2001-12-12 Guy HarrisFrom Motonori Shindo:
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisRemove the no-longer-extant "conv_dissector_add()"...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-11-26 Ed WarnickeThis should be the final bit of removing the dissect_da...
2001-11-24 Guy HarrisFinish removing the pointer to the no-longer-extant...
2001-11-21 Gilbert RamirezRemove the pointer to the global packet_info from the...
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
2001-11-04 Guy HarrisInclude "conversation.h", as the plugin API now include...
2001-11-04 Guy HarrisAdditional routines made available to plugins, from...
2001-11-04 Guy HarrisIn "plugin_api_defs.h", just do
2001-11-01 Guy HarrisFix some declarations to match the signatures of "tvb_f...
2001-10-31 Guy HarrisSigh. Well, if you make the function declarations...
2001-10-29 Guy HarrisStop using "tvb_get_ntohll()" and "%llX" in the BOOTP...
2001-10-17 Gilbert RamirezEnable building of the coseventcomm plugin on Win32.
2001-09-14 Guy HarrisMake the resolution for time values be nanoseconds...
2001-09-04 Guy HarrisFrom Thomas Wittwer: add "prefs_register_string_prefere...
2001-08-29 Guy HarrisAdd a "proto_item_append_text()" routine, which is...
2001-08-28 Guy HarrisGet rid of "proto_tree_add_notext()" - if you create...
2001-07-22 Guy HarrisAdd a bunch of routines used by GIOP plugins to the...
2001-07-21 Guy HarrisUpdate .cvsignore.
next