Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
[metze/wireshark/wip.git] / epan / dissectors / packet-gsm_sms.c
2014-05-19 Jakub ZawadzkiAdd new proto_tree_add_format_text() function
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-14 Pascal QuantinUCS2 encoded SMS is directly read from data -> remove...
2014-01-01 Pascal QuantinAdd proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_...
2013-12-21 Jakub ZawadzkiAdd missing includes
2013-12-19 Guy HarrisUse tvb_get_string_enc(), or proto_tree_add_item()...
2013-12-17 Pascal QuantinComment a useless increment
2013-12-15 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-12-12 Pascal QuantinFrom Michael Lum via https://bugs.wireshark.org/bugzill...
2013-12-11 Pascal QuantinFrom Michael Lum via https://bugs.wireshark.org/bugzill...
2013-12-08 Pascal QuantinUse STR_UNICODE display instead of proto_tree_add_unico...
2013-12-05 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-11-28 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-11-14 Bill MeierCreate/use value_string_ext to reference certain value...
2013-10-02 Pascal QuantinReplace the 3 dissector tables (with a single entry...
2013-10-02 Pascal QuantinRevert files committed by mistake in r52331
2013-10-02 Pascal QuantinFrom Peter Lemenkov via https://bugs.wireshark.org...
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-15 Pascal QuantinConvert a few more dissectors to wmem API
2013-08-30 Pascal QuantinConvert a few dissectors from EMEM to WMEM API
2013-07-17 Jakub ZawadzkiRemove fragment_data, add fragment_head, fragment_item...
2013-06-12 Pascal QuantinFix dissection of 3GPP2 SMS messages when the User...
2013-06-02 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-05-23 Pascal QuantinFix computation of TP-User-Data-Length when SMS is...
2013-05-03 Michael MannRemove static packet_info *gpinfo and just use the...
2013-03-29 Evan HuusRename value string (and similar) functions to use...
2013-03-22 Guy HarrisDon't wire into the reassembly code the notion that...
2013-03-19 Anders BromanFrom beroset:
2012-12-12 Anders Broman"Fill" a couple of value_string(ext)
2012-10-24 Pascal QuantinAdd dissection of ENVELOPE 3GPP SMS-PP Download
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-07 Jeff MorrissFrom Robert Bullen via https://bugs.wireshark.org/bugzi...
2012-09-02 Evan HuusUse parentheses to clarify ambiguous operator precedence.
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-07-31 Michael MannUpdated GSM dissectors display filters per checkfiltern...
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-06-19 Anders BromanTypo
2012-06-19 Jakub ZawadzkiAdd proto_tree_add_unicode_string() to add UTF-8 string...
2012-06-19 Jakub ZawadzkiFix bug #7378: Wireshark 1.8.0rc1: gsm_a_dtap SMS 7...
2012-05-23 Anders BromanFix a typo
2012-05-21 pascalDisplay Element ID in hexadecimal (like in 3GPP specs)
2012-05-04 Bill MeierAFAICT sys/types.h & netinet/in.h #includes are not...
2012-04-30 pascalFix a few clang warnings
2012-04-26 Guy HarrisJust use a Boring Old ASCII Dash for hex ranges.
2012-04-26 Anders BromanPrepare to use value_string or range_string.
2012-04-26 pascalFrom Evan Huus:
2012-04-17 pascalFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-04-14 pascalFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-04-13 Guy HarrisGUINT_TO_POINTER() causes warnings when passed somethin...
2012-04-13 Guy HarrisClean up white space.
2012-04-13 Jakub ZawadzkiTry to fix OSX builds.
2012-04-13 pascalFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-03-31 Jakub ZawadzkiFix off by one shift errors introduced in r39530 where...
2011-10-23 Bill MeierReplace use of tvb_get_ephemeral_faked_unicode() by...
2011-10-20 Jaap KeuterFix for bug 6469:
2011-08-07 Bill MeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-05-27 Jeff MorrissTreat TVBs as opaque: use the accessor functions instea...
2011-05-18 Bill MeierDo PROTO_ITEM_SET_GENERATED for two 'proto_item *'...
2011-02-07 Gerald CombsMark a parameter unused.
2011-02-07 Anders BromanUse value_string_ext and ENC_BIG_ENDIAN.
2011-01-30 Stig BjørlykkeIntroduce "Fragment count" filter element for all proto...
2011-01-05 Jeff MorrissReplace 2 switch()es with duplicated values (but missin...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-10-17 Stig BjørlykkeUse correct abbrev for fragment entries.
2010-10-10 Bill MeierDefine some fcns & vars as static; Some #includes not...
2010-05-14 Jeff MorrissRework SMS reassembly:
2010-05-10 Bill MeierIndentation & whitespace cleanup (including: "4 space...
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-02-24 Anders BromanGSM SMS PDU TPVPF wrong interpretation.
2010-02-06 Stig BjørlykkeRenamed some reassembled data texts.
2010-02-02 Stig BjørlykkeIntroduce "Reassembled length" filter element for all...
2010-01-13 Anders BromanFrom Didier Gautheron:
2009-12-28 Guy HarrisReplace gsm_sms_char_ascii_decode() with gsm_sms_chars_...
2009-10-12 Stig BjørlykkeInitialize variables which may be used uninitialized.
2009-09-24 Kovarththanan Raja... * Prefer col_append_str instead of col_append_fstr...
2009-09-15 Bill MeierSave some memory: Don't statically allocate ett[] array...
2009-08-21 Kovarththanan Raja... Sanitize epan includes
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-03-29 Anders BromanMore size_t casts.
2009-03-13 Stig BjørlykkeFrom Jakub Zawadzki (bug 3331):
2008-12-10 Stig BjørlykkeRemoved an unused variable 'str'.
2008-12-10 Anders BromanFrom Abhik Sarkar:
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-10-30 Anders BromanFrom Abhik Sarkar:
2008-10-28 Guy HarrisClean up indentation.
2008-10-28 Stig BjørlykkeMake it compile.
2008-10-28 Anders Bromanpacket-gsm_sms.c:1643: warning: unused variable 'str...
2008-10-28 Anders BromanFrom Shmulik Bezale:
2008-09-25 Bill MeierMinor proto_reg_handoff cleanup
2008-08-25 Bill Meier#include <prefs.h> not req'd
2008-06-17 Gerald CombsFully implement Guy's suggested fix. Rename ADDRBUF_MAX...
2008-06-16 Gerald CombsFix an off-by-one bug reported by David Ceccanti, as...
2008-04-29 Guy HarrisGet rid of old GLib 1.2[.x] stuff, as we now require...
2008-02-07 Stig BjørlykkeRemoved even more "statement not reached" warnings.
2008-01-15 Jeff MorrissOops, glib's iconv stuff is in glib >= 2, not just...
2008-01-15 Jeff MorrissThe glib iconv routines are new to glib-2 so #ifdef...
2008-01-08 Anders BromanFrom Shmulik Bezalel:
2007-12-24 Jaap KeuterFrom Abhik Sarkar:
2007-06-20 Anders BromanAdd call to the sms dissector for MO-ForwardSM-Arg...
next