The only reason to escape "%" in a string is if you are, incorrectly,
[obnox/wireshark/wip.git] / plugins / wimax /
2010-05-14 morrissAdd Cmake stuff to the source distribution so more...
2010-04-08 etxrabGet rid of check_col().
2010-03-18 jmayercmake changes:
2010-02-25 guyGenerate asn1/hnbap/Makefile.
2010-01-28 wmeierFix some gcc -Wshadow warnings.
2009-12-08 jakeFix header field names containing dots.
2009-11-17 dimegRemove the address operator from value_string arrays...
2009-11-17 jmayerBeginnings of enabling static builds. Still to do:
2009-11-07 jmayercmake will now honor -Werror if configured (default...
2009-10-09 krjUse register_dissector_files in the plugins dissectors
2009-10-09 etxrabFrom Didier Gautheron:
2009-10-06 stigBuild plugins with cmake on OSX.
2009-10-04 krjRemove check_col()
2009-10-04 krjUse G_N_ELEMENTS instead of hard coding size of array
2009-10-04 krjConstify wimax_mac_calc_crc8()
2009-10-04 krjConstify wimax_mac_calc_crc16()
2009-10-04 krjConstify wimax_mac_calc_crc32()
2009-10-04 krjRemove forward references
2009-10-04 krjMove prototype to wimax_utils.h
2009-10-04 krjInclude wimax_utils.h
2009-09-24 krj* Prefer col_append_str instead of col_append_fstr...
2009-09-23 jmayerBuild more plugins with cmake.
2009-09-13 morrissRun checkapi on the dissector header files
2009-09-09 krjWe no longer support the old plugin API so remove it...
2009-08-21 krjAlso fake empty field_info's by gracefully handling...
2009-08-09 krjAdd PTREE_FINFO and use PITEM_FINFO when possible.
2009-08-09 wmeier'if(proto_... == -1)' not req'd; Don't register ett...
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-08-05 guyFix typo.
2009-08-04 guyPut the initializers for the elements of value_string...
2009-08-04 wmeierMinor changes:
2009-08-03 wmeierMore minor cleanups:
2009-08-03 wmeierMinor cleanups:
2009-07-07 stigFrom Kovarththanan Rajaratnam:
2009-06-22 stigFrom Kovarththanan Rajaratnam:
2009-06-22 stigFrom Kovarththanan Rajaratnam:
2009-05-13 etxrabApply some of the patches from:
2009-03-02 geraldDisable manifest building for our DLLs. This attempts...
2009-02-02 ulfladd missing mt.exe calls, to include manifest files...
2009-01-08 jakeFix for bug 2902:
2008-12-22 wmeierFix some typos and spelling (mostly in text strings)
2008-08-29 wmeier#include <prefs.h> not required
2008-08-14 jakeFrom Frank Wang:
2008-07-29 morrissAllow checkapis target to work in out-of-tree builds...
2008-07-24 martinmFix DLMAP UL_interference_and_noise_level_IE decode...
2008-07-24 martinmFix HARQ_ULMAP_IE decoder padding error (bug 2738).
2008-07-23 martinmThis file predominantly uses spaces, so remove tabs...
2008-07-23 martinmFix bug 2663 (DLMAP HAEQ_DLMAP_UE decode error).
2008-07-22 wmeierAdd NULL termination element to value_string arrays
2008-07-18 wmeierChange C++ style comments to C style ...
2008-07-11 jakeFrom Frank Wang:
2008-07-08 martinmFix bug 2662 (ULMAP HARQ_ULMAP_IE decode error).
2008-07-02 guyAdd Makefile.common files for epan/dfilter and epan...
2008-07-01 guyPut printf into a separate "termoutput" API group....
2008-06-26 geraldAdd support for "API groups" in checkAPIs.pl. Make...
2008-06-25 martinmFor for compressed DLMAP decode error.
2008-06-23 martinmTry again to get labels matching function names.
2008-06-23 martinmFix wimax UL-MAP ext IE decode error.
2008-06-20 martinmWimax: support TLV type 48 in REG-REQ/REG-RSP.
2008-06-20 martinmFix wimax encoding err when packing subheader present.
2008-06-20 martinmSupport TLV type 36 in wimax plugin.
2008-05-23 jakeFrom cfreeer:
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-05-14 stigFrom cfreeer (bug 2541):
2008-05-14 stigFrom cfreeer (bug 2540):
2008-05-14 jakeFrom cfreeer:
2008-05-08 etxrabRun checkAPI in plugins dir.
2008-05-05 etxrabMake it possible to run checkapi on all plugins trough...
2008-04-30 jakeNow with EAP dissector safety valve.
2008-04-30 jakeFrom cfreeer:
2008-04-24 stigFrom Mohan (bug 2501):
2008-04-08 ulflfix the Win32 build: tfs_yes_no -> tfs_yes_no_sbc
2008-04-07 jakeFix for bug 2401:
2008-04-05 martinmMake wimax mac mgmt protocol findable by name.
2008-03-29 jakeRemove the pre-release flag from FILEFLAGS in the resou...
2008-03-01 jakeCreate proper dependancies for plugin.c
2008-02-27 stigQuote argument to test in plugins Makefiles, as propose...
2008-02-18 geraldIf we have an SVN revision number, use it as the build...
2008-01-24 stigFixed some more malloc -> g_malloc, free -> g_free...
2007-12-14 jmayerWarning fixes: function declaration isn’t a prototype
2007-12-06 geraldChange calls to g_ntohs, g_ntohl, g_htons, and g_htonl...
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-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-26 morrissOops, don't put a comment inside a comment
2007-11-26 morrissGet rid of C++/C99 style comments--not all compilers...
2007-08-27 wmeierAdd .c.obj:: inference rule (to cause "batch compile")
2007-07-25 morrissInitialize a couple of variables to prevent a couple...
2007-05-29 martinmAdd some casts to fix my build.
2007-05-27 guyUse $(PLUGIN_LDFLAGS) for LDFLAGS.
2007-05-27 guyClean up white space.
2007-05-27 guyUse tvb_reported_length() to get the amount of data...
2007-05-27 guywmxtypes.h is part of the m2m plugin, not the wimax...
2007-05-26 guySquelch some unused parameter warnings.
2007-05-26 guyFlag some parameters as unused.
2007-05-26 guyGet rid of unused parameter.
2007-05-26 guyConvert to the new style of building plugins; hopefully...
2007-05-25 geraldFrom Mike Harvey: Support for WiMAX and the WiMAX M2M...