aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee802154.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-25Add missing '*/' to the end of a comment: Fixes gcc compile error.wmeier1-1/+1
2011-11-25From Ivan Lawrow: Added IEEE 802.15.4-2003 AES-CCM security modeswmeier1-54/+120
2011-11-01Remove comma at the end of several enumerator lists.morriss1-1/+1
2011-08-31Second try to move crc routines to libwsutil.stig1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.stig1-1/+1
2011-08-30Move all crc routines to libwsutil.stig1-1/+1
2011-08-08Dissectors don't need to #include <gmodule.h>wmeier1-3/+3
2011-06-17Added a cast from ieee802154_long_addr.addr (guint64) to guint.stig1-1/+1
2011-05-08Add FT_EUI64 Field Typealagoutte1-115/+11
2011-04-22Stuff that comes back from ep_alloc() is properly aligned for all uses;guy1-2/+2
2011-02-19Fix Visual C++ code analysis warnings.gerald1-8/+8
2011-02-18From Ivan Lawrow:jake1-1/+1
2011-02-08Don't look at any of the fields that come from the Auxiliary Securityguy1-8/+15
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-5/+5
2010-11-15From Fred Fierling via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=53...morriss1-28/+29
2010-11-03From Colin O'Flynn:jake1-3/+6
2010-10-26You may not use g_int64_hash() or g_int64_equal(), as they are notguy1-3/+13
2010-10-26g_int64_hash is first available in Glib 2.22etxrab1-1/+2
2010-10-26From Fred Fierling:etxrab1-152/+349
2010-10-24Back out 34627 and friends again.etxrab1-394/+200
2010-10-24error: ‘ieee802154_short_addr_invalidate’ declared ‘static’ but never...etxrab1-2/+9
2010-10-24From Fred Fierling:etxrab1-200/+387
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...morriss1-1/+1
2010-07-30Define WTAP_ENCAP_IEEE802_15_4_NOFCS, for use in file formats that don'tguy1-0/+3
2010-04-27Squelch some compiler complaints.guy1-15/+15
2010-03-15Declare sip_uri_offset_init() as returning void and remove a couple unused va...morriss1-4/+195
2010-03-11Squelch some compiler warnings.guy1-127/+117
2010-02-19Fix tpyo.guy1-1/+1
2010-02-19Clean up decryption; have it return various indications for whether itguy1-36/+140
2010-02-08Flag the arguments as _U_ so that we dont fail the build with "unusued sahlberg1-2/+2
2010-02-07More uninitialized-variable warning squelching.guy1-4/+4
2010-02-07Initialize a subtree.stig1-1/+1
2010-02-07Try to pacify the buildbot.etxrab1-12/+12
2010-02-07From Owen Kirby:etxrab1-624/+996
2010-01-18Fix a number of gcc _Wshadow warningswmeier1-7/+7
2009-11-23Guard #include <sys/types.h> with HAVE_SYS_TYPES_H.stig1-0/+3
2009-10-31Fix for bug 4076:jake1-1/+8
2009-10-25From Jakub Zawadzki:etxrab1-3/+1
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-1/+1
2009-09-11From Jean-François Wauthy:jake1-3/+4
2009-09-10From Jean-François Wauthy:jake1-14/+168
2009-09-10From Jean-François Wauthy:jake1-38/+11
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-5/+5
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().krj1-2/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-6/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-23/+23
2009-05-19From Artem Tamazov (bug 3472):stig1-0/+5
2009-04-08More ethereal --> wiresharkwmeier1-10/+10
2009-03-29More size_t casts.etxrab1-4/+4
2009-03-08Indicate hexadecimal preferences.stig1-1/+1