aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rfid-felica.c
AgeCommit message (Collapse)AuthorFilesLines
2012-09-29From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7767Alexis La Goutte1-1/+6
Add the FeliCa Plug System Code Fairly recently, Sony introduced the "FeliCa Plug" (AKA "NFC Dynamic Tag") product - which also has a unique System Code value (0xFEE1) associated with it, according to http://www.sony.net/Products/felica/business/tech-support/data/fp_usmnl_1.11.pdf svn path=/trunk/; revision=45205
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
svn path=/trunk/; revision=45017
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-05-15Remove unneeded includes (ctype.h, stdio.h);Bill Meier1-50/+76
In one case, define our own size for a string buffer (instead of using a magic constant 'BUFSIZ'); In a few cases: do some whitespace, indentation & reformatting cleanup. svn path=/trunk/; revision=42634
2012-02-07Initialize felica_tree to NULL to avoid a false warning.Chris Maynard1-1/+1
svn path=/trunk/; revision=40921
2012-02-07Make some minimally required changes as pointed out in bug6758[1].Chris Maynard1-153/+159
In addition: -> I didn't think using tvb_new_subset_remaining() in order to iterate through the blocks was the best way to implement this, so I changed it to the method I had proposed earlier[2]. -> Some whitespace cleanup. -> Noted some "TODO"'s for potential further improvements. [1]: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6758#c9 [2]: http://article.gmane.org/gmane.network.wireshark.devel/24721 svn path=/trunk/; revision=40920
2012-02-06Add a newline at the end of the file to avoid warning.Martin Mathieson1-1/+1
svn path=/trunk/; revision=40876
2012-02-05Try to get rid of non-ASCII characters.Anders Broman1-32/+32
svn path=/trunk/; revision=40859
2012-02-05From Tyson Key:Anders Broman1-0/+357
I've just finished writing a dissector for parts of the Sony FeliCa smartcard application layer protocol, as documented in JIS X 6319-4, (partially in) ISO 18092, and in various documents made publicly available at http://www.sony.net/Products/felica/business/tech-support/index.html. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6758 svn path=/trunk/; revision=40857