From Jan Kiszka: add a comment explaining what the IrDA plugin does.
[obnox/wireshark/wip.git] / plugins /
2003-12-18 guyFrom Jan Kiszka: add a comment explaining what the...
2003-12-18 guyFrom Jan Kiszka: IrDA support.
2003-12-18 guyFix some typoes.
2003-12-17 guyGet rid of an unused value_string table and unused...
2003-12-17 ulfladded missing rule for v5ua plugin
2003-12-17 guyMake Makefile.am and Makefile.nmake match those for...
2003-12-17 guyFrom Christoph Neusch: V5UA support.
2003-12-16 ulflusing G_DIR_SEPARATOR_S instead of hardcoded slash
2003-12-13 guyUse "int"s, not "guint16"s, as packet offsets (using...
2003-12-13 guyUse "int"s, not "guint16"s, as packet offsets (using...
2003-12-13 guyUse "int"s, not "guint16"s, as packet offsets (using...
2003-12-11 ulflprevent MSVC warning:
2003-12-05 guySubdissectors must be called regardless of whether...
2003-12-04 guyFrom some reason, at least on Mac OS X 10.3, the change...
2003-12-01 guyFrom Tomas Kukosa: add "decode_enumerated_bitfield_shif...
2003-11-27 guyFrom Erwin Rol: RTCFG support.
2003-11-18 guyGet rid of the second "col_set_fence()" entry.
2003-11-18 guyThe second of the "col_set_fence()" entries is the...
2003-11-18 guyFrom Lars Roland: put missing "enttec" into "all" list.
2003-11-18 ulflcol_set_fence occurs twice, removed one appearance
2003-11-18 ulflcorrected cut and paste errors, makefile was unchanged...
2003-11-18 guyAdd "col_get_writable()", "col_set_writable()", and...
2003-11-18 guyExport "protocol_t" as an opaque type.
2003-11-17 guyFix the copyright notices (Gerald has the copyright...
2003-11-17 guyTweak the introductory comment.
2003-11-17 guyFix the .cvsignore files.
2003-11-17 guyFrom Erwin Rol: check the checksum in RDM packets.
2003-11-17 guyFrom Erwin Rol: initial ENTTEC support and RDM support.
2003-11-16 guyExport "protocol_t" as an opaque type.
2003-11-12 guyFrom Anand Narwani: fix bitmask for Active Grants field.
2003-11-11 guyGet rid of carriage returns in source files.
2003-11-11 guyAdd "asn1_id_decode1()" to the list of exported functions.
2003-11-09 guyFrom Albert Chin: the HP-UX 10.20 C compiler doesn...
2003-11-06 guyFrom Erwin Rol: fix some switched fields.
2003-11-06 guyUse "$(OBJECTS)" whenever a complete list of .obj files...
2003-11-05 guyUpdate from Erwin Rol.
2003-11-04 guyFrom Masaki Chikama: fix static compilation of "generic...
2003-11-04 gerald#ifdef out "#include <gtk/gtk.h>", so that --disable...
2003-11-03 geraldExport get_tempfile_path() to the plugins.
2003-11-02 geraldFrom Gisle Vanem:
2003-11-01 guyFrom Charlie Duke: add more functions to the plugin...
2003-11-01 guy"End" means end, not "almost the end".
2003-11-01 guyMove the new functions to the end of the list, so we...
2003-11-01 guyFrom Charlie Duke: add more functions to the plugin...
2003-10-31 guyFrom Erwin Rol: update.
2003-10-30 guy"strchr()" and the like would be compared against NULL...
2003-10-29 guyFrom Matthijs Melchior: #ifdef out the GUI code, for...
2003-10-29 guyThere's no need to #define tvb_get_string or tvb_get_st...
2003-10-28 guyUse "get_datafile_path()", rather than constructing...
2003-10-28 guyExport "get_datafile_path()", not "get_datafile_dir...
2003-10-28 guy"get_datafile_dir()" is now in the plugin table.
2003-10-28 guyAdd "get_datafile_dir()" to the plugin API list, for...
2003-10-28 guyAs we don't supply a default ASN.1 SNACC output file...
2003-10-28 guyThis dissector uses GTK+ calls (which no dissector...
2003-10-28 guyFix the Makefile to match other plugin Makefiles.
2003-10-28 guyFrom Matthias Melchior: plugin to decode BER-encoded...
2003-10-14 guyAdd a .cvsignore file.
2003-10-14 guyFrom Erwin Rol: ACN support.
2003-10-10 guyGive every Makefile.nmake file a "distclean" rule,...
2003-10-06 jmayercheck in the following comment:
2003-10-06 jmayerFix 4 warnings in case of strict-aliasing by declaring...
2003-10-05 jmayerGet rid of another strict-aliasing warning:
2003-10-03 guyFrom Steve Limkemann:
2003-10-02 guyRTNET has no preferences, so don't register a preferenc...
2003-09-29 jmayerxyzzy
2003-09-24 guyFrom Anders Broman: fix a crash, and fix trailing white...
2003-09-24 guyFrom Tomas Kukosa:
2003-09-09 guyUse the right value_string table for the filter mode in
2003-09-09 guyFix the URL for the DOCSIS specifications.
2003-09-09 guyThe PDU length is the length field minus the length...
2003-09-09 guyFix the URL for the DOCSIS 1.1 Baseline Privacy Plus...
2003-09-09 guyPut each TLV in a tree of its own, and put the TLV...
2003-09-09 guyUpdate the URL for the DOCSIS 1.1 specifications.
2003-09-05 jmayer- Make --enable-static work again (configure.in, Makefi...
2003-09-03 guyFrom Anders Broman: use a value_string table rather...
2003-09-02 guy"tvb_new_subset(tvb, 0, tvb_length(tvb), -1)" is equiva...
2003-08-26 sahlbergFrom Anders Broman, updates and fixes to MEGACO
2003-08-25 guyInclude the header files required by new APIs in the...
2003-08-24 sahlbergFrom Erwin Rol, updates to teh ArtNet plugin dissector
2003-08-23 guyFrom Tomas Kukosa: export the PER dissection routines...
2003-08-23 guyThe Python 1.5.2 I have installed didn't seem to like...
2003-08-23 guyFrom Tomas Kukosa: export the PER dissection routines...
2003-08-19 guyDefine GCC_GLIB_CFLAGS as a GCC equivalent of GLIB_CFLA...
2003-08-18 guyGet plugins/README.interface into the source tarball.
2003-08-18 guyCheck in Xass-list, so the CVS tree can be built on...
2003-08-18 guyFrom Matthijs Melchior:
2003-08-17 guyFrom Erwin Rol:
2003-08-16 guyThere's no such function as "delete_giop_user_module...
2003-08-06 guyAs per Bernd Becker's suggestion, add "register_giop_us...
2003-08-06 geraldRemove the reference to the nonexistent packet-lwres...
2003-08-05 guyFrom Lars Roland: get rid of "ip_to_str()", as it's...
2003-08-05 guyFrom Lars Roland: make Makefile.nmake for lwres resembl...
2003-08-05 guyAdd the usual .cvsignore file.
2003-08-05 guyLWRES support, from Oleg Terletsky.
2003-07-31 guyFrom Tomas Kukosa: add "find_dissector_table()",
2003-07-30 guyCrude workaround for a deficiency in the MEGACO parser...
2003-07-26 sahlbergUpdates to the MEGACO plugin so that it will call the...
2003-07-25 guyGet rid of carriage returns - some compilers don't...
2003-07-23 geraldRemove duplicate targets and circular rules, as pointed...
2003-07-22 geraldFix a "make distcheck" failure.
next