aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rfid-felica.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-05-17Use proto_tree_add_item instead of proto_tree_add_xxx.Michael Mann1-2/+2
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-10/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-14/+9
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+3
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-15/+15
2013-01-24Add missing newline at end of filePascal Quantin1-1/+1
2013-01-22Update the FeliCa dissector to identify FeliCa Standard commandsMichael Mann1-42/+226
2012-09-29From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7767Alexis La Goutte1-1/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded includes (ctype.h, stdio.h);Bill Meier1-50/+76
2012-02-07Initialize felica_tree to NULL to avoid a false warning.Chris Maynard1-1/+1
2012-02-07Make some minimally required changes as pointed out in bug6758[1].Chris Maynard1-153/+159
2012-02-06Add a newline at the end of the file to avoid warning.Martin Mathieson1-1/+1
2012-02-05Try to get rid of non-ASCII characters.Anders Broman1-32/+32
2012-02-05From Tyson Key:Anders Broman1-0/+357