aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_sms.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier1-1/+1
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-6/+6
2009-03-29More size_t casts.Anders Broman1-2/+2
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-2/+1
2008-12-10Removed an unused variable 'str'.Stig Bjørlykke1-6/+7
2008-12-10From Abhik Sarkar:Anders Broman1-146/+185
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2
2008-10-30From Abhik Sarkar:Anders Broman1-38/+70
2008-10-28Clean up indentation.Guy Harris1-12/+12
2008-10-28Make it compile.Stig Bjørlykke1-1/+2
2008-10-28packet-gsm_sms.c:1643: warning: unused variable 'str' ...etcAnders Broman1-14/+0
2008-10-28From Shmulik Bezale:Anders Broman1-55/+987
2008-09-25Minor proto_reg_handoff cleanupBill Meier1-3/+0
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2008-06-17Fully implement Guy's suggested fix. Rename ADDRBUF_MAX_MESSAGE_SIZE toGerald Combs1-4/+4
2008-06-16Fix an off-by-one bug reported by David Ceccanti, as suggested by Guy atGerald Combs1-2/+4
2008-04-29Get rid of old GLib 1.2[.x] stuff, as we now require GLib 2.x.Guy Harris1-17/+0
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-11/+11
2008-01-15Oops, glib's iconv stuff is in glib >= 2, not just glib > 2Jeff Morriss1-3/+3
2008-01-15The glib iconv routines are new to glib-2 so #ifdef around them to get glib-1...Jeff Morriss1-9/+16