aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iso14443.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-12[iso14443] dissect the PCB byte and payload of I, R and S-blocksMartin Kaiser1-46/+126
2015-12-12[iso14443] dissect some more components of the ATQBMartin Kaiser1-45/+138
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-7/+7
2015-11-25Fix copy-and-pasteo.Guy Harris1-1/+1
2015-11-25Fix typo.Guy Harris1-5/+14
2015-11-21ISO14443: Fix Dead Store (Dead assignement/Dead increment) Warning found by C...Alexis La Goutte1-1/+1
2015-11-19use the official DLT for ISO14443Martin Kaiser1-1/+7
2015-11-18[iso14443] add simple components of an R-blockMartin Kaiser1-1/+5
2015-11-17[iso14443] start dissecting the PCB of an S-blockMartin Kaiser1-4/+10
2015-11-17[iso14443] do a more precise check for uid-related commandsMartin Kaiser1-1/+1
2015-11-17[iso14443] dissect I-block PCB componentsMartin Kaiser1-6/+39
2015-11-17update the ISO1443 dissectorMartin Kaiser1-71/+556
2015-11-12Squelch a compiler warning.Guy Harris1-1/+1
2015-11-12dissector for ISO14443 protocolsMartin Kaiser1-0/+593