aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zvt.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-02Use col_append_sep_str() for fixed stringsStig Bjørlykke1-2/+2
2017-01-20zvt: add shutdown routine.Dario Lombardo1-0/+9
2016-12-29zvt: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2016-12-29zvt: mark some functions as inlineMartin Kaiser1-10/+10
2016-12-29zvt: dissect card type and result code bitmapsMartin Kaiser1-2/+39
2016-12-29zvt: dissect the text lines TLV data objectMartin Kaiser1-1/+20
2016-12-29zvt: dissect the status apdu, add some more bitmapsMartin Kaiser1-2/+29
2016-12-29zvt: add some more tag namesMartin Kaiser1-1/+21
2016-12-29zvt: print the tag name in the tree headerMartin Kaiser1-1/+3
2016-12-26zvt: dissect the TLV container's payloadMartin Kaiser1-26/+121
2016-12-24zvt: len is used in dissect_zvt_int_status()Martin Kaiser1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-30/+8
2016-09-06zvt: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2016-09-04zvt: dissect Initialisation messageMartin Kaiser1-5/+16
2016-09-04zvt: start dissecting Intermediate Status InformationMartin Kaiser1-1/+22
2016-09-04zvt: dissect the currency code bitmapMartin Kaiser1-6/+19
2016-07-24zvt: use a hash table for the bitmapsMartin Kaiser1-68/+81
2016-07-24zvt: rename dissect_zvt_bitmap_apdu() to dissect_zvt_bitmap_seq()Martin Kaiser1-6/+7
2016-07-24zvt: rename bitmap to bmpMartin Kaiser1-4/+4
2016-05-01zvt: return -1 if we need more data from tcpMartin Kaiser1-0/+1
2016-04-06zvt: fix parsing of the 3-byte length fieldMartin Kaiser1-1/+1
2016-02-16const gpointer -> gconstpointerJoão Valverde1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-8/+8
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-1/+1
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