aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iso7816.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-01More dissectors to wmem. There are no more dissectors using se_tree now, just aEvan Huus1-16/+8
few other places. svn path=/trunk/; revision=51622
2013-06-03rename expert module to expert_iso7816Martin Kaiser1-4/+4
remove unnecessary comma svn path=/trunk/; revision=49728
2013-05-26Batch of filterable expert infos.Michael Mann1-2/+11
svn path=/trunk/; revision=49584
2013-03-18From beroset:Anders Broman1-8/+8
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48396
2013-02-23add instruction byte for "get challenge"Martin Kaiser1-0/+2
svn path=/trunk/; revision=47841
2013-01-15extend the iso7816 dissectorMartin Kaiser1-19/+258
link request apdus to response apdus dissect parameters p1 and p2 for some messages svn path=/trunk/; revision=47096
2013-01-09remove unnecessary NULL checksMartin Kaiser1-9/+5
svn path=/trunk/; revision=47006
2012-11-28Fix [-Wshadow] warnings;Bill Meier1-23/+27
Also (for one or more of the files): - create/use one or more extended variable strings; - remove some uneeded variable initializers; - reformat some long lines; - reformat hf[] entries; - convert apparent 4-space tabs to spaces; - do some whitespace and formatting changes to use a consistent style. svn path=/trunk/; revision=46265
2012-09-25Note that it's a smart card standard.Guy Harris1-1/+1
svn path=/trunk/; revision=45141
2012-09-25From Michal LabedzkiMartin Kaiser1-26/+64
make ISO 7816 Answer To Reset (ATR) a separate dissector call it from Bluetooth SAP from me - change protocol name to iso7816.atr to be consistent with existing filter names - subtree for atr - always call atr dissector via handle - reject the packet if it has no valid init char - don't use boolean data parameter, fill the info column with the data required by Bluetooth SAP https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7715 svn path=/trunk/; revision=45137
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
Add new parameter 'data' to heur_dissector_t and new_dissector_t, for now it's always NULL svn path=/trunk/; revision=44860
2012-07-19dissect the ISO 7816 class byteMartin Kaiser1-3/+93
svn path=/trunk/; revision=43832
2012-07-19use defines for the ISO 7816 instruction byteMartin Kaiser1-16/+33
svn path=/trunk/; revision=43831
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=43538
2012-05-29From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7302:Pascal Quantin1-10/+46
Small updates to ISO 7816 dissector svn path=/trunk/; revision=42902
2012-05-23From Martin Kaiser via ↵Pascal Quantin1-10/+173
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7275 : iso7816: dissect ATR (answer to reset) svn path=/trunk/; revision=42814
2012-05-17From Martin Kaiser via ↵pascal1-0/+280
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7255 : dissector for generic ISO 7816 messages (atr and apdus) svn path=/trunk/; revision=42689