aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_sms.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...wmeier1-2/+2
2011-10-20Fix for bug 6469:jake1-5/+5
2011-08-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-36/+30
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsmorriss1-3/+5
2011-05-18Do PROTO_ITEM_SET_GENERATED for two 'proto_item *': Fixes Coverity 914 & 915 ...wmeier1-6/+8
2011-02-07Mark a parameter unused.gerald1-2/+2
2011-02-07Use value_string_ext and ENC_BIG_ENDIAN.etxrab1-105/+195
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+9
2011-01-05Replace 2 switch()es with duplicated values (but missing most of the case sta...morriss1-109/+36
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-10-17Use correct abbrev for fragment entries.stig1-9/+9
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...wmeier1-7/+7
2010-05-14Rework SMS reassembly:morriss1-132/+147
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-918/+917
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-02-24GSM SMS PDU TPVPF wrong interpretation.etxrab1-4/+5
2010-02-06Renamed some reassembled data texts.stig1-4/+3
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+10
2010-01-13From Didier Gautheron:etxrab1-4/+1
2009-12-28Replace gsm_sms_char_ascii_decode() with gsm_sms_chars_to_utf8(), whichguy1-25/+46
2009-10-12Initialize variables which may be used uninitialized.stig1-12/+12
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-2/+1
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".wmeier1-1/+1
2009-08-21Sanitize epan includeskrj1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-6/+6
2009-03-29More size_t casts.etxrab1-2/+2
2009-03-13From Jakub Zawadzki (bug 3331):stig1-2/+1
2008-12-10Removed an unused variable 'str'.stig1-6/+7
2008-12-10From Abhik Sarkar:etxrab1-146/+185
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-2/+2
2008-10-30From Abhik Sarkar:etxrab1-38/+70
2008-10-28Clean up indentation.guy1-12/+12
2008-10-28Make it compile.stig1-1/+2
2008-10-28packet-gsm_sms.c:1643: warning: unused variable 'str' ...etcetxrab1-14/+0
2008-10-28From Shmulik Bezale:etxrab1-55/+987
2008-09-25Minor proto_reg_handoff cleanupwmeier1-3/+0
2008-08-25#include <prefs.h> not req'dwmeier1-1/+0
2008-06-17Fully implement Guy's suggested fix. Rename ADDRBUF_MAX_MESSAGE_SIZE togerald1-4/+4
2008-06-16Fix an off-by-one bug reported by David Ceccanti, as suggested by Guy atgerald1-2/+4
2008-04-29Get rid of old GLib 1.2[.x] stuff, as we now require GLib 2.x.guy1-17/+0
2008-02-07Removed even more "statement not reached" warnings.stig1-11/+11
2008-01-15Oops, glib's iconv stuff is in glib >= 2, not just glib > 2morriss1-3/+3
2008-01-15The glib iconv routines are new to glib-2 so #ifdef around them to get glib-1...morriss1-9/+16
2008-01-08From Shmulik Bezalel:etxrab1-5/+26
2007-12-24From Abhik Sarkar:jake1-1/+1
2007-06-20Add call to the sms dissector for MO-ForwardSM-Arg and MT-ForwardSM-Arg.etxrab1-5/+48
2006-08-19Define "char_def_alphabet_ext_decode()" with a return type - and defineguy1-0/+1
2006-07-05From Willem Dekker:etxrab1-22/+42
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3