summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-etsi_card_app_toolkit.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-23ETSI CAT: add dissection of Information Elements coded as EFadnPascal Quantin1-10/+181
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-01-18ETSI CAT: allow a length of 0 bytes for Location Information IEPascal Quantin1-0/+2
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-3/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-07Spelling fixes for errors found by lintianBalint Reczey1-2/+2
2015-09-23ETSI CAT: always initialize gsm_sms_data_t structurePascal Quantin1-1/+1
2015-03-09ETSI CAT: upgrade dissector to v12.2.0Pascal Quantin1-1/+2
2015-03-02Bluetooth: HFP: Improve HFP dissector by dissecting all commandsMichal Labedzki1-1/+1
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman1-2/+2
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-1/+1
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-28/+28
2014-10-16ETSI CAT: fix a typo and remove deprecated API callPascal Quantin1-14/+14
2014-08-15Remove unneeded #include <epan/prefs.h>; As needed: Add editor-modelines & ad...Bill Meier1-3/+0
2014-07-04ETSI CAT: upgrade dissector to Release 12Pascal Quantin1-14/+99
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-03Create/use extended value_strings; add editor modelines as needed.Bill Meier1-18/+56
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2014-01-01Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin1-1/+1
2013-12-24Add a ENC_3GPP_TS_23_038 encoding, for the standard SMS alphabet in aGuy Harris1-9/+1
2013-12-22We support ENC_UCS_2, so use that in proto_tree_add_item() andGuy Harris1-15/+2
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-08Use STR_UNICODE display instead of proto_tree_add_unicode_string() in the rem...Pascal Quantin1-9/+7
2013-12-05Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9503 :Pascal Quantin1-6/+19
2013-12-03Dissect comprehension-tlv address objectPascal Quantin1-0/+3
2013-11-19Constants that don't fit in 32 bits must be wrapped inGuy Harris1-5/+5
2013-11-19Add dissection of UICC Application IdentifierPascal Quantin1-0/+113
2013-11-13Add more GSM SIM Toolkit info to info columnPascal Quantin1-0/+2
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-2/+2
2013-10-02Replace the 3 dissector tables (with a single entry in each) by a direct call...Pascal Quantin1-5/+3
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-09More dissector table UI name changes (a continuation of r51904).Chris Maynard1-2/+2
2013-05-14Display Command Qualifier in case of Open Channel (broken in r48862)Pascal Quantin1-0/+1
2013-04-21Dissect more TLV objectsPascal Quantin1-5/+82
2013-04-15Add dissection of USAT TLV IARI, PLMN list, EPS PDN connection activation par...Pascal Quantin1-2/+28
2013-04-13Add dissection of USAT IMS Registration eventPascal Quantin1-10/+110
2013-03-19From beroset:Anders Broman1-1/+1
2013-03-17[-Wmissing-prototypes]Anders Broman1-5/+4
2012-10-24Add dissection of ENVELOPE 3GPP SMS-PP DownloadPascal Quantin1-6/+18
2012-10-18Dissect additional information parameters for Result objectPascal Quantin1-3/+132
2012-10-16Dissect a few more command qualifiersPascal Quantin1-0/+26
2012-10-16Fix dissection of BER-TLV and COMPREHENSION-TLV length and COMPREHENSION-TLV tagPascal Quantin1-7/+28
2012-10-16Add value_string for PDP TypePascal Quantin1-1/+10
2012-10-16Fix dissection of Text String data objectPascal Quantin1-7/+19