aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee802154.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-07Initialize a subtree.Stig Bjørlykke1-1/+1
2010-02-07Try to pacify the buildbot.Anders Broman1-12/+12
2010-02-07From Owen Kirby:Anders Broman1-624/+996
2010-01-18Fix a number of gcc _Wshadow warningsBill Meier1-7/+7
2009-11-23Guard #include <sys/types.h> with HAVE_SYS_TYPES_H.Stig Bjørlykke1-0/+3
2009-10-31Fix for bug 4076:Jaap Keuter1-1/+8
2009-10-25From Jakub Zawadzki:Anders Broman1-3/+1
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-1/+1
2009-09-11From Jean-François Wauthy:Jaap Keuter1-3/+4
2009-09-10From Jean-François Wauthy:Jaap Keuter1-14/+168
2009-09-10From Jean-François Wauthy:Jaap Keuter1-38/+11
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-5/+5
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().Kovarththanan Rajaratnam1-2/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-23/+23
2009-05-19From Artem Tamazov (bug 3472):Stig Bjørlykke1-0/+5
2009-04-08More ethereal --> wiresharkBill Meier1-10/+10
2009-03-29More size_t casts.Anders Broman1-4/+4
2009-03-08Indicate hexadecimal preferences.Stig Bjørlykke1-1/+1
2009-01-13Fix some indentationBill Meier1-3/+3
2008-11-22From Peter (bug 2942):Stig Bjørlykke1-1/+1
2008-11-16From Max Filippov:Anders Broman1-0/+105
2008-10-05From Colin O'Flynn:Jaap Keuter1-5/+33
2008-09-03Made FCS calculation and checking code work on GCC 4.3.1. Jaap Keuter1-3/+3
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2008-03-29Remove a linefeed from a field description.Gerald Combs1-1/+1
2008-03-23Removed some unnamed unions, reported by Andrew Hood.Stig Bjørlykke1-23/+23
2008-03-05Mark a couple of variables volatileStephen Fisher1-5/+3
2008-03-05Fix typos.Anders Broman1-5/+5
2008-03-05From Owen Kirby :Anders Broman1-0/+1707