From Ivan Lawrow: Added IEEE 802.15.4-2003 AES-CCM security modes
[obnox/wireshark/wip.git] / epan / dissectors / packet-ieee802154.c
2011-11-25 wmeierFrom Ivan Lawrow: Added IEEE 802.15.4-2003 AES-CCM...
2011-11-01 morrissRemove comma at the end of several enumerator lists.
2011-08-31 stigSecond try to move crc routines to libwsutil.
2011-08-30 stigRevert r38800, as the crc routines contains some tvb...
2011-08-30 stigMove all crc routines to libwsutil.
2011-08-08 wmeierDissectors don't need to #include <gmodule.h>
2011-06-17 stigAdded a cast from ieee802154_long_addr.addr (guint64...
2011-05-08 alagoutteAdd FT_EUI64 Field Type
2011-04-22 guyStuff that comes back from ep_alloc() is properly align...
2011-02-19 geraldFix Visual C++ code analysis warnings.
2011-02-18 jakeFrom Ivan Lawrow:
2011-02-08 guyDon't look at any of the fields that come from the...
2010-12-20 guyRename the routines that handle dissector tables with...
2010-11-15 morrissFrom Fred Fierling via https://bugs.wireshark.org/bugzi...
2010-11-03 jakeFrom Colin O'Flynn:
2010-10-26 guyYou may not use g_int64_hash() or g_int64_equal(),...
2010-10-26 etxrabg_int64_hash is first available in Glib 2.22
2010-10-26 etxrabFrom Fred Fierling:
2010-10-24 etxrabBack out 34627 and friends again.
2010-10-24 etxraberror: ‘ieee802154_short_addr_invalidate’ declared...
2010-10-24 etxrabFrom Fred Fierling:
2010-09-24 morriss(Refining the regexp...) Replace blurbs that match...
2010-07-30 guyDefine WTAP_ENCAP_IEEE802_15_4_NOFCS, for use in file...
2010-04-27 guySquelch some compiler complaints.
2010-03-15 morrissDeclare sip_uri_offset_init() as returning void and...
2010-03-11 guySquelch some compiler warnings.
2010-02-19 guyFix tpyo.
2010-02-19 guyClean up decryption; have it return various indications...
2010-02-08 sahlbergFlag the arguments as _U_ so that we dont fail the...
2010-02-07 guyMore uninitialized-variable warning squelching.
2010-02-07 stigInitialize a subtree.
2010-02-07 etxrabTry to pacify the buildbot.
2010-02-07 etxrabFrom Owen Kirby:
2010-01-18 wmeierFix a number of gcc _Wshadow warnings
2009-11-23 stigGuard #include <sys/types.h> with HAVE_SYS_TYPES_H.
2009-10-31 jakeFix for bug 4076:
2009-10-25 etxrabFrom Jakub Zawadzki:
2009-09-24 krj* Prefer col_append_str instead of col_append_fstr...
2009-09-11 jakeFrom Jean-François Wauthy:
2009-09-10 jakeFrom Jean-François Wauthy:
2009-09-10 jakeFrom Jean-François Wauthy:
2009-09-06 krjRename address_to_str() to ep_address_to_str() because:
2009-09-06 krjDon't pass ep_alloc()'ed strings to col_set_str().
2009-08-09 krjDon't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-19 stigFrom Artem Tamazov (bug 3472):
2009-04-08 wmeierMore ethereal --> wireshark
2009-03-29 etxrabMore size_t casts.
2009-03-08 stigIndicate hexadecimal preferences.
2009-01-13 wmeierFix some indentation
2008-11-22 stigFrom Peter (bug 2942):
2008-11-16 etxrabFrom Max Filippov:
2008-10-05 jakeFrom Colin O'Flynn:
2008-09-03 jakeMade FCS calculation and checking code work on GCC...
2008-08-25 wmeier#include <prefs.h> not req'd
2008-03-29 geraldRemove a linefeed from a field description.
2008-03-23 stigRemoved some unnamed unions, reported by Andrew Hood.
2008-03-05 sfisherMark a couple of variables volatile
2008-03-05 etxrabFix typos.
2008-03-05 etxrabFrom Owen Kirby :