aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zvt.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-4/+4
2015-07-15zvt: handle multi-byte tagsMartin Kaiser1-10/+54
2015-06-23[zvt] the TLV container starts with an overall length fieldMartin Kaiser1-20/+47
2015-06-23wmem_tree_new_autoreset() never returns NULLMartin Kaiser1-23/+16
2015-06-14ZVT: add the transaction struct as an argument to the payload functionsMartin Kaiser1-15/+16
2015-06-14ZVT: check the minimum apdu lengthMartin Kaiser1-5/+25
2015-06-10ZVT: use the transaction info to set source and destination addressMartin Kaiser1-9/+34
2015-06-06ZVT: call zvt_set_addresses() for each apduMartin Kaiser1-5/+3
2015-06-06ZVT: match requests and responsesMartin Kaiser1-9/+68
2015-06-04ZVT: start dissecting the tlv containerMartin Kaiser1-9/+109
2015-05-10ZVT: show positive, negative completion in the info columnMartin Kaiser1-2/+8
2015-03-01zvt: functions for dissecting a bitmap and an apdu as a sequence of bitmapsMartin Kaiser1-97/+118
2015-02-17[zvt] dissect some more fieldsMartin Kaiser1-1/+28
2015-02-08[ZVT] start dissecting the registration apduMartin Kaiser1-1/+22
2015-01-19add some more apdus to the apdu tableMartin Kaiser1-5/+15
2015-01-19start dissecting the ZVT authentication apduMartin Kaiser1-3/+104
2015-01-19display the control field text in the info colMartin Kaiser1-0/+2
2015-01-19continue the dissection of ZVT APDUsMartin Kaiser1-22/+90
2015-01-17dissect CCRC, APRC and the APDU body's dataMartin Kaiser1-2/+28
2015-01-17dissect the serial characters and the CRCMartin Kaiser1-2/+35
2015-01-15remove the executable bits from packet-zvt.cMartin Kaiser1-0/+0
2015-01-15start a dissector for ZVT KassenschnittstelleMartin Kaiser1-0/+353