aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_dtap.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-05Use value_string_ext fcns to access certain value_string arrays;wmeier1-3/+3
2010-10-06From Pascal Quantin:etxrab1-9/+158
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-02-12Show the substrings of AUTN and AUTS. Expert info warningsdimeg1-3/+59
2010-02-10Create FT_BYTES fields for the RAND, AUTN, SRES, XRESdimeg1-82/+51
2010-01-18Fix a number of gcc _Wshadow warningswmeier1-12/+12
2009-12-28Replace gsm_sms_char_ascii_decode() with gsm_sms_chars_to_utf8(), whichguy1-17/+1
2009-12-27Some SMS characters require more than 2 bytes when encoded as UTF-8; theguy1-2/+16
2009-12-16Expert info warning when Keypad Facility IE contains character that isdimeg1-4/+10
2009-12-16Update CC Capabilities IE to decode ENICM and MCATdimeg1-2/+24
2009-12-01Show spare bits under the IEs they belongdimeg1-6/+6
2009-11-27Explicitly show LAC and RAC when dissecting Routing Area dimeg1-1/+0
2009-11-23Basic support for the DTAP User-User IE; print bitfields in a way moredimeg1-97/+120
2009-11-18- Use the spare_bits hf from packet_gsm_a_common.c indimeg1-36/+30
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg1-1/+1
2009-11-06Fix for bug 4209:dimeg1-2/+3
2009-10-29From Gerasimos Dimitriadis:etxrab1-52/+55
2009-10-25From Gerasimos Dimitriadis:etxrab1-6/+0
2009-10-23Forgot to remove IA5_7BIT_decode(unsigned char * dest, const unsigned char* s...etxrab1-3/+0
2009-10-23From Gerasimos Dimitriadis:etxrab1-6/+87
2009-10-22From Gerasimos Dimitriadis:etxrab1-81/+65
2009-10-21From Gerasimos Dimitriadis:etxrab1-57/+69
2009-10-20From Gerasimos Dimitriadis:etxrab1-8/+48
2009-10-20From Gerasimos Dimitriadis:etxrab1-189/+244
2009-10-16From Gerasimos Dimitriadis:etxrab1-12/+63
2009-10-12From Gerasimos Dimitriadis:etxrab1-1/+5
2009-10-12From Gerasimos Dimitriadis:etxrab1-2/+43
2009-10-09From Gerasimos Dimitriadis:etxrab1-2/+2
2009-10-05Moved the block for second octet to avoid a warning about an uninitializedstig1-16/+17
2009-10-01From Gerasimos Dimitriadis:etxrab1-1/+22
2009-09-24Don't guard col_append_str with check_colkrj1-4/+1
2009-09-22From Gerasimos Dimitriadis:etxrab1-4/+4
2009-09-20From Gerasimos Dimitriadis:etxrab1-2/+22
2009-09-17From Gerasimos Dimitriadis:jake1-22/+143
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".wmeier1-4/+4
2009-08-31From Gerasimos Dimitriadis:etxrab1-4/+48
2009-08-06Fix some individual cases of 'if (unsigned) < 0'wmeier1-6/+6
2009-08-04Optimize empty strings to NULL pointers.jake1-113/+113
2009-08-03From Gerasimos Dimitriadis:jake1-1/+13
2009-07-27From Gerasimos Dimitriadis:etxrab1-7/+86
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-2/+2
2009-05-19From Artem Tamazov (bug 3472):stig1-0/+1
2009-05-08From Reinhard Speyerer:etxrab1-4/+9
2009-04-27Remove duplicate code.tuexen1-5/+0
2009-04-26More IE decoding and bug fixes.etxrab1-9/+104
2009-04-04Keep the buildbot happy.etxrab1-4/+4
2009-04-04Wrong tree used, add Codec list dissection.etxrab1-26/+82
2009-04-03Add value strings and code clenup.etxrab1-257/+104
2009-03-04- Use correct length in TLV-E and LV-E.etxrab1-7/+7