Fix some unused warnings
[obnox/wireshark/wip.git] / plugins /
2008-02-18 geraldIf we have an SVN revision number, use it as the build...
2008-02-07 wmeierFix a (never used) 'anonymous struct'
2008-02-06 stigEliminate an anonymous struct, as noticed by Andrew...
2008-02-05 stigRewrote some prohibited APIs in plugins/ (sprintf,...
2008-01-24 stigFixed some more malloc -> g_malloc, free -> g_free...
2008-01-17 ulfladd some parentheses as suggested by the OS X buildbot
2008-01-17 ulflbetter conformance to the released DCP protocol spec:
2008-01-10 morrissFix bugs.wireshark.org/bugzilla/show_bug.cgi?id=2186...
2008-01-10 richardvFrom Chris Maynard (bug 1852):
2008-01-07 stigAs noted by David Halik in bug 2172:
2007-12-14 jmayerWarning fixes: function declaration isn’t a prototype
2007-12-13 jakeFix for bug 2098:
2007-12-12 jakeThe referenced sample files should be complete and...
2007-12-11 jmayermgcp is now in epan/dissectors/
2007-12-11 kukosaFrom Ales Kocourek
2007-12-08 guyGet rid of unused file. (No other plugin has it.)
2007-12-06 geraldChange calls to g_ntohs, g_ntohl, g_htons, and g_htonl...
2007-12-06 martinmFix some specifier strings (%d -> %u).
2007-12-05 wmeierSimplify Windows Makefile to improve maintainability
2007-12-05 stigI suppose we still need va_start/va_end when using...
2007-12-05 guyTo generate a session-lifetime string given a format...
2007-12-05 wmeierAdd missing profinet to maintainer-clean
2007-12-03 kukosaCodec plugin example. The stub for ImTelephone libraries.
2007-11-28 geraldChange each filter prefix to match the protocol name...
2007-11-28 geraldTweak the order in which fields are registered, so...
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-11-26 morrissOops, don't put a comment inside a comment
2007-11-26 morrissGet rid of C++/C99 style comments--not all compilers...
2007-11-24 morrissFix bugs.wireshark.org/bugzilla/show_bug.cgi?id=1914...
2007-11-19 martinm- Prettify "Value" node that contains EAP tree with...
2007-11-16 martinmEmbedding EAP inside wimaxasncp.
2007-11-10 guyCast "char"s to "unsigned char" before handing them...
2007-11-09 martinmFrom Stephen Croll.
2007-11-09 etxrabApply yet another set of the optimization patches:
2007-11-05 etxrabDelete generated files at distclean.
2007-11-01 etxrabGet rid of most of the legacy oid stuff.
2007-10-30 sfisherChange a few g_string_append_printf() (GTK2 only) calls...
2007-10-26 martinmAdd expert item for cases of unmatched function type...
2007-10-17 morrisss/fopen()/eth_fopen()/ in plugins/ (for bug 1827).
2007-10-16 morrisssizeof() returns a 64-bit number when compiling for...
2007-10-16 jmayerFix a warning about different variable sizes that preve...
2007-10-15 stigFixed compiler errors.
2007-10-15 etxrabTry to fix the buildbot.
2007-10-15 etxrabAdd ethercat again
2007-10-15 etxrabMake MGCP a builtin dissector to reduce the number...
2007-10-15 etxrabFrom Peter Johansson:
2007-10-15 wmeierFix Windows maintainer-clean/distclean/clean to recurse...
2007-10-15 martinmIn source tree, move wimaxasncp TLV files from plugin...
2007-10-15 etxrabRemove Ethercat from the makefiles(second try)
2007-10-15 etxrabRemove Ethercat from the makefiles
2007-10-14 jakeSomeone has a compromised filesystem since it contained...
2007-10-14 etxrabEthercat plugin
2007-10-14 etxrabEthercat plugin
2007-10-14 sfisherFix Unix buildbots ("warning: 'msg_type' may be used...
2007-10-13 etxrabDecode SDP inside Cisco SM messages(huge guesswork).
2007-10-12 geraldFix wimaxasncp compilation under Windows. Rename a...
2007-10-12 martinmAnother blind attempt to fix the Windows buildbot.
2007-10-12 morrissFix hex-pane byte highlighting for the PDU message...
2007-10-12 martinmAdd targets for lex compilation.
2007-10-12 martinmTry to fix distcheck. Is this change appropriate?
2007-10-12 martinmAdded missing header file for distcheck.
2007-10-12 martinmAdd missing file.
2007-10-12 martinmTLVs now defined in XML (from Stephen Croll).
2007-10-10 ulfladd FSParameterBlock and ARFSUDataAdjust blocks
2007-10-09 ulfl- add DomainName fields for PDInterfaceMrpDataAdjust...
2007-10-07 richardvFrom Chris Maynard <christopher.maynard@gtech.com>:
2007-10-03 stigAdded parentheses to make the buildbot happy.
2007-10-03 ulflcheck version of each block and don't try to dissect...
2007-10-02 sahlbergmake the sbus dissector nwe-style and make it check...
2007-10-02 ulflupdate to latest IEC draft
2007-09-26 martinm- show type (number) of unrecognised tlvs in the tlv...
2007-09-25 ulflslightly better summary of IODWriteRes and don't repeat...
2007-09-24 stigFrom Don Newton:
2007-09-24 jakeFrom Chad Singer:
2007-09-19 jakeFrom Don Newton:
2007-09-16 jakeFix for bug 1687:
2007-09-13 jakeAdd RT(C)P conversation setup.
2007-09-12 jakeImplement dissect_message loop i.s.o. recursive calls.
2007-09-10 jakeFrom Chad Singer:
2007-09-09 ulflstart an experiment to provide MS Visual Studio 2005...
2007-09-07 martinmReplace remaining non-printable characters that looked...
2007-09-07 martinmSmall cleanup:
2007-09-07 martinmTry Stephen Croll's workaround.
2007-09-06 etxrabChange it back...
2007-09-06 etxrabAdd A11 RRQ-CVSE-Active Start Airlink Record-Subtype...
2007-09-06 guyAdd .c.obj:: inference rule (to cause "batch compile")
2007-09-06 martinmFix the unsigned errors. Not sure about the other windo...
2007-09-06 martinmBuild WiMAX ASN Control Plane dissector plugin
2007-09-06 martinmAdd wimaxasncp plugin folder contents (other changes...
2007-08-30 ulflfix length calculation for 802.11 packets - the 802...
2007-08-30 ulflupdate to latest draft:
2007-08-28 jmayerDisable unistim for now: it used port 5000 unconditionally
2007-08-27 wmeierAdd .c.obj:: inference rule (to cause "batch compile")
2007-08-25 legoget users of oid_resolv to use the new oids, rollout...
2007-08-24 geraldClear out any remaining references to the h223 plugin...
2007-08-24 richardvcomplete the death of the h223 plugin
2007-08-24 richardvmove packet-srp into the core (from the h223 plugin)
2007-08-23 jakeList additional request for command presentation
2007-08-23 richardvin preparation for de-pluginising h223, move golay...
2007-08-20 jakeAdd the UNISTIM plugin to Wireshark.
next