Commit Graph

9 Commits

Author SHA1 Message Date
Alexis La Goutte 0bddabb63b From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7767
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-29 07:47:19 +00:00
Jeff Morriss 2552c750e5 We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
svn path=/trunk/; revision=45017
2012-09-20 02:03:38 +00:00
Jakub Zawadzki bf81b42e1e Update Free Software Foundation address.
(COPYING will be updated in next commit)

svn path=/trunk/; revision=43536
2012-06-28 22:56:06 +00:00
Bill Meier b869cb0bc5 Remove unneeded includes (ctype.h, stdio.h);
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-05-15 20:57:21 +00:00
Chris Maynard 4f23aa0f05 Initialize felica_tree to NULL to avoid a false warning.
svn path=/trunk/; revision=40921
2012-02-07 17:36:08 +00:00
Chris Maynard 77e48cb488 Make some minimally required changes as pointed out in bug6758[1].
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-07 17:01:01 +00:00
Martin Mathieson 3dca816605 Add a newline at the end of the file to avoid warning.
svn path=/trunk/; revision=40876
2012-02-06 13:56:55 +00:00
Anders Broman b7922c825e Try to get rid of non-ASCII characters.
svn path=/trunk/; revision=40859
2012-02-05 12:47:43 +00:00
Anders Broman 6898631d72 From Tyson Key:
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
2012-02-05 12:02:27 +00:00