If we don't have any of the pcap_datalink_XXX_to_YYY routines,
[obnox/wireshark/wip.git] / plugins / wimax /
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...