summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ieee802154.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-02Introduce, and start using, TVB_SET_ADDRESS() and TVB_SET_ADDRESS_HF(). TheyJeff Morriss1-4/+4
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
2012-10-23Add an AT_ value for 802.15.4 short addresses.Guy Harris1-12/+12
2012-10-22Fix bug #7892: Buildbot crash output: fuzz-2012-10-21-27120.pcapJakub Zawadzki1-14/+10
2012-10-15From Rakesh Kumar:Anders Broman1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+1
2012-09-01From Owen Kirby:Anders Broman1-0/+4
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-9/+9
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-04AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.Bill Meier1-4/+0
2012-03-16FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-13/+13
2012-03-06Use tvb_new_subset_remaining() rather than tvb_new_subset();Bill Meier1-57/+57
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-02-04From Colin O'Flynn:Anders Broman1-11/+22
2011-12-13Fix memory leak.Bill Meier1-0/+1
2011-12-13Use tvb_new_child_real_data() instead of tvb_new_real_data() + tvb_set_child_...Bill Meier1-2/+1
2011-11-25Add missing '*/' to the end of a comment: Fixes gcc compile error.Bill Meier1-1/+1
2011-11-25From Ivan Lawrow: Added IEEE 802.15.4-2003 AES-CCM security modesBill Meier1-54/+120
2011-11-01Remove comma at the end of several enumerator lists.Jeff Morriss1-1/+1
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-1/+1
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-08Dissectors don't need to #include <gmodule.h>Bill Meier1-3/+3
2011-06-17Added a cast from ieee802154_long_addr.addr (guint64) to guint.Stig Bjørlykke1-1/+1
2011-05-08Add FT_EUI64 Field TypeAlexis La Goutte1-115/+11
2011-04-22Stuff that comes back from ep_alloc() is properly aligned for all uses;Guy Harris1-2/+2
2011-02-19Fix Visual C++ code analysis warnings.Gerald Combs1-8/+8
2011-02-18From Ivan Lawrow:Jaap Keuter1-1/+1
2011-02-08Don't look at any of the fields that come from the Auxiliary SecurityGuy Harris1-8/+15
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-5/+5
2010-11-15From Fred Fierling via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=53...Jeff Morriss1-28/+29
2010-11-03From Colin O'Flynn:Jaap Keuter1-3/+6
2010-10-26You may not use g_int64_hash() or g_int64_equal(), as they are notGuy Harris1-3/+13
2010-10-26g_int64_hash is first available in Glib 2.22Anders Broman1-1/+2
2010-10-26From Fred Fierling:Anders Broman1-152/+349
2010-10-24Back out 34627 and friends again.Anders Broman1-394/+200
2010-10-24error: ‘ieee802154_short_addr_invalidate’ declared ‘static’ but never...Anders Broman1-2/+9
2010-10-24From Fred Fierling:Anders Broman1-200/+387
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss1-1/+1
2010-07-30Define WTAP_ENCAP_IEEE802_15_4_NOFCS, for use in file formats that don'tGuy Harris1-0/+3
2010-04-27Squelch some compiler complaints.Guy Harris1-15/+15
2010-03-11Remove C++ style comments in packet-ieee802154.cAnders Broman1-1/+1
2010-03-11From Owen Kirby:Jaap Keuter1-4/+195
2010-03-09From Owen Kirby:Jaap Keuter1-127/+117
2010-02-19Fix tpyo.Guy Harris1-1/+1
2010-02-19Clean up decryption; have it return various indications for whether itGuy Harris1-36/+140
2010-02-08Flag the arguments as _U_ so that we dont fail the build with "unusued Ronnie Sahlberg1-2/+2
2010-02-07More uninitialized-variable warning squelching.Guy Harris1-4/+4