aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee802154.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-17/+21
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-2/+2
2015-11-02wsgcrypt.h checks internally if we HAVE_LIBGCRYPTMartin Kaiser1-2/+0
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-12/+12
2015-10-19If it's used by dissectors, it belongs in to_str.h, not to_str-int.h.Guy Harris1-1/+1
2015-07-03Split more init routines into init/cleanup functionsPeter Wu1-8/+9
2015-06-23replace another bunch of deprecated tvb_length callsMartin Kaiser1-10/+10
2015-04-22Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-61/+47
2015-03-14Qt: Fix DecodeAsMichal Labedzki1-2/+8
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-8/+8
2015-02-19Add name resolution support to address type.Michael Mann1-4/+4
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-4/+5
2015-02-09Add fixed length function for address types.Michael Mann1-1/+6
2015-02-09Add "column filter string" support to address types.Michael Mann1-1/+2
2015-02-09Add address type registration.Michael Mann1-4/+34
2015-01-21ieee802154: (trivial) proto_item_set_len() takes a 'proto_item *'Bill Meier1-2/+3
2015-01-21IEEE 802.15.4: fix display of 64 bits address (broken in gecaa1f8)Pascal Quantin1-4/+14
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2015-01-09Convert EUI64 address APIs to use wmem.Michael Mann1-4/+4
2015-01-09convert variables that were static just because of SET_ADDRESS macro to use t...Michael Mann1-14/+4
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-5/+2
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-2/+2
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-16/+10
2014-08-10Eliminate proto_tree_add_text from some dissectors.Michael Mann1-14/+32
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-70/+42
2014-06-24Remove unneeded include <sys/stat.h>Joerg Mayer1-2/+0
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-12/+12
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-12/+12
2014-05-23Add cast to please mac buildbotEvan Huus1-1/+1
2014-05-22Missed update of one dissector_try_heuristic() when merging.AndersBroman1-2/+2
2014-05-22Tighten heuristic checks for IEEE 802.15.4 protocols, and add Decode-As by PA...Owen Kirby1-101/+171
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+3
2014-04-19More name changes.Guy Harris1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-27Ensure ieee802154_packet struct is initialized.Evan Huus1-1/+1
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2013-12-20fix compilation without libgcryptMartin Kaiser1-6/+15
2013-12-19Add XXX comment as follows:Bill Meier1-14/+29
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-12-14Fix some warningsJakub Zawadzki1-5/+5
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-3/+3
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-3/+1
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-3/+6
2013-10-25Pass ieee802154_packet data into the heuristic check instead of using private...Michael Mann1-11/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1