aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_sms.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-03Remove static packet_info *gpinfo and just use the packet_info provided by th...Michael Mann1-30/+27
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-7/+6
2013-03-19From beroset:Anders Broman1-3/+3
2012-12-12"Fill" a couple of value_string(ext)Anders Broman1-0/+1
2012-10-24Add dissection of ENVELOPE 3GPP SMS-PP DownloadPascal Quantin1-0/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-09-02Use parentheses to clarify ambiguous operator precedence.Evan Huus1-1/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-2/+2
2012-07-31Updated GSM dissectors display filters per checkfiltername.plMichael Mann1-5/+5
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-19TypoAnders Broman1-1/+1
2012-06-19Add proto_tree_add_unicode_string() to add UTF-8 string to tree. Jakub Zawadzki1-15/+12
2012-06-19Fix bug #7378: Wireshark 1.8.0rc1: gsm_a_dtap SMS 7-bit default alphabet regr...Jakub Zawadzki1-6/+7
2012-05-23Fix a typoAnders Broman1-1/+1
2012-05-21Display Element ID in hexadecimal (like in 3GPP specs)pascal1-1/+1
2012-05-04AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.Bill Meier1-19/+11
2012-04-30Fix a few clang warningspascal1-20/+0
2012-04-26Just use a Boring Old ASCII Dash for hex ranges.Guy Harris1-6/+6
2012-04-26Prepare to use value_string or range_string.Anders Broman1-1/+50
2012-04-26From Evan Huus:pascal1-1/+1
2012-04-17Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7131 :pascal1-20/+20
2012-04-14Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6202 :pascal1-38/+27
2012-04-13GUINT_TO_POINTER() causes warnings when passed something *shorter* thanGuy Harris1-1/+1
2012-04-13Clean up white space.Guy Harris1-1668/+1637
2012-04-13Try to fix OSX builds.Jakub Zawadzki1-1/+2
2012-04-13Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6477:pascal1-2/+19
2012-03-31Fix off by one shift errors introduced in r39530 where it seemed proper[1]Jakub Zawadzki1-2/+1
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...Bill Meier1-2/+2
2011-10-20Fix for bug 6469:Jaap Keuter1-5/+5
2011-08-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-36/+30
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsJeff Morriss1-3/+5
2011-05-18Do PROTO_ITEM_SET_GENERATED for two 'proto_item *': Fixes Coverity 914 & 915 ...Bill Meier1-6/+8
2011-02-07Mark a parameter unused.Gerald Combs1-2/+2
2011-02-07Use value_string_ext and ENC_BIG_ENDIAN.Anders Broman1-105/+195
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+9
2011-01-05Replace 2 switch()es with duplicated values (but missing most of the case sta...Jeff Morriss1-109/+36
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-10-17Use correct abbrev for fragment entries.Stig Bjørlykke1-9/+9
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...Bill Meier1-7/+7
2010-05-14Rework SMS reassembly:Jeff Morriss1-132/+147
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-918/+917
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-24GSM SMS PDU TPVPF wrong interpretation.Anders Broman1-4/+5
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-4/+3
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+10
2010-01-13From Didier Gautheron:Anders Broman1-4/+1
2009-12-28Replace gsm_sms_char_ascii_decode() with gsm_sms_chars_to_utf8(), whichGuy Harris1-25/+46
2009-10-12Initialize variables which may be used uninitialized.Stig Bjørlykke1-12/+12