aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_sms.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-08From Shmulik Bezalel:Anders Broman1-5/+26
2007-12-24From Abhik Sarkar:Jaap Keuter1-1/+1
2007-06-20Add call to the sms dissector for MO-ForwardSM-Arg and MT-ForwardSM-Arg.Anders Broman1-5/+48
2006-08-19Define "char_def_alphabet_ext_decode()" with a return type - and defineGuy Harris1-0/+1
2006-07-05From Willem Dekker:Anders Broman1-22/+42
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-05-15Make "oct" in "dis_field_ud()" a guint8, as we never stuff anythingGuy Harris1-2/+2
2006-03-07Fix Coverity run 12, CID 104: Don't overflow a guint8, and don't read pastGerald Combs1-5/+7
2005-08-15TP-PI (TP-Parameter-Indicator) is optional.Anders Broman1-0/+9
2005-08-10convert some tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode()Ronnie Sahlberg1-3/+2
2005-08-02Fix "tvb_fake_unicode takes the lengt in number of guint16's not guint8's" fi...Anders Broman1-56/+58
2005-07-30Make some funtions static. More char -> const char warning fixesJörg Mayer1-18/+18
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-21/+2
2005-05-11From Viorel Suman:Anders Broman1-13/+22
2005-01-15Correction for TP-Validity-Period extended format, from Victor Stratan:Guy Harris1-4/+5
2004-12-21From Victor Stratan: GSM SMS fixes:Olivier Biot1-3/+14
2004-12-14From Victor Stratan: correct offset calculation and add TP-PID decodingGuy Harris1-5/+17
2004-12-11From Victor Stratan:Olivier Biot1-4/+8
2004-12-10Get rid of C++/C99-style comments - not all C compilers accept them.Guy Harris1-3/+3
2004-12-09From Viorel Suman.Olivier Biot1-14/+25
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2628