aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_sim.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-4/+4
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-14/+18
2015-03-09ETSI CAT: upgrade dissector to v12.2.0Pascal Quantin1-1/+8
2015-01-21GSM SIM: for a FETCH command, a Le of 0 means 256 bytesPascal Quantin1-3/+2
2015-01-16GSM SIM: enhance dissection of APDU Class bytePascal Quantin1-9/+73
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-3/+3
2014-08-15Remove unneeded #include <epan/prefs.h>; As needed: Add editor-modelines & ad...Bill Meier1-13/+17
2014-07-04ETSI CAT: upgrade dissector to Release 12Pascal Quantin1-1/+62
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-4/+4
2014-05-22GSM SIM: fix a typo and update obsolete API callsPascal Quantin1-5/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-3/+3
2013-12-05Try to please OSX-10.5-x86 buildbotPascal Quantin1-1/+1
2013-12-05Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9503 :Pascal Quantin1-2/+2
2013-11-16Put "GSM SIM" in protocol columnPascal Quantin1-0/+3
2013-11-13Add more GSM SIM Toolkit info to info columnPascal Quantin1-0/+2
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-3/+3
2013-09-29Add a MBIM (Mobile Broadband Interface Model) dissectorPascal Quantin1-0/+1
2013-06-11Add PDC and TETRAPascal Quantin1-0/+2
2013-06-11From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8788 :Jeff Morriss1-0/+1
2013-03-28Add dissection of Terminal Profile byte 32Pascal Quantin1-0/+64
2013-03-27Fix the incorrectly duplicated display filters for hf_tp_bip_tcp_local and hf...Chris Maynard1-2/+2
2012-10-24Add dissection of ENVELOPE 3GPP SMS-PP DownloadPascal Quantin1-0/+1
2012-10-18Add a few EUTRAN related elementary files and reorder some value_string arraysPascal Quantin1-26/+34
2012-10-16Add dissection of ENVELOPE event download and timer expirationPascal Quantin1-1/+8
2012-10-16Fix dissection of BER-TLV and COMPREHENSION-TLV length and COMPREHENSION-TLV tagPascal Quantin1-1/+17
2012-10-11Enhance dissection of Terminal ProfilePascal Quantin1-89/+1043
2012-10-09Add another check for command APDU dissectionPascal Quantin1-1/+3
2012-10-09Fix dissection of more instructions when having only the command APDUPascal Quantin1-10/+29
2012-10-09Fix dissection of Get Response when not in SIMtrace modePascal Quantin1-4/+16
2012-10-08Add "gsm_sim.command" and "gsm_sim.response" dissectors and call them in btsa...Pascal Quantin1-27/+66
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-01Follow-up of r44162: clean more filtersPascal Quantin1-1/+1
2012-07-31Updated GSM dissectors display filters per checkfiltername.plMichael Mann1-114/+114
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-03-21From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=69...Jeff Morriss1-0/+1
2012-03-18From Harald Welte: patch adding the missing hf[] entries ...Bill Meier1-0/+12
2012-02-08From Harald Welte:Anders Broman1-0/+4
2012-02-08Small whitespace fix.Jörg Mayer1-3/+3
2012-02-07packet-gsm_sim.c was the wrong file to check in.Jörg Mayer1-5/+4
2012-02-07Fix "variable set but not used" warnings turned error. In at leastJörg Mayer1-4/+5
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2012-02-05Checked in, with the following changes:Jörg Mayer1-0/+1675