aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_sms.c
AgeCommit message (Expand)AuthorFilesLines
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