From Didier Gautheron:
[obnox/wireshark/wip.git] / epan / dissectors / packet-gsm_sms.c
2010-01-13 etxrabFrom Didier Gautheron:
2009-12-28 guyReplace gsm_sms_char_ascii_decode() with gsm_sms_chars_...
2009-10-12 stigInitialize variables which may be used uninitialized.
2009-09-24 krj* Prefer col_append_str instead of col_append_fstr...
2009-09-15 wmeierSave some memory: Don't statically allocate ett[] array...
2009-08-21 krjSanitize epan includes
2009-08-16 krjSwitch a bunch of dissectors over to using tvb_new_subs...
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-03-29 etxrabMore size_t casts.
2009-03-13 stigFrom Jakub Zawadzki (bug 3331):
2008-12-10 stigRemoved an unused variable 'str'.
2008-12-10 etxrabFrom Abhik Sarkar:
2008-10-31 stigFix some "format not a string literal and no format...
2008-10-30 etxrabFrom Abhik Sarkar:
2008-10-28 guyClean up indentation.
2008-10-28 stigMake it compile.
2008-10-28 etxrabpacket-gsm_sms.c:1643: warning: unused variable 'str...
2008-10-28 etxrabFrom Shmulik Bezale:
2008-09-25 wmeierMinor proto_reg_handoff cleanup
2008-08-25 wmeier#include <prefs.h> not req'd
2008-06-17 geraldFully implement Guy's suggested fix. Rename ADDRBUF_MAX...
2008-06-16 geraldFix an off-by-one bug reported by David Ceccanti, as...
2008-04-29 guyGet rid of old GLib 1.2[.x] stuff, as we now require...
2008-02-07 stigRemoved even more "statement not reached" warnings.
2008-01-15 morrissOops, glib's iconv stuff is in glib >= 2, not just...
2008-01-15 morrissThe glib iconv routines are new to glib-2 so #ifdef...
2008-01-08 etxrabFrom Shmulik Bezalel:
2007-12-24 jakeFrom Abhik Sarkar:
2007-06-20 etxrabAdd call to the sms dissector for MO-ForwardSM-Arg...
2006-08-19 guyDefine "char_def_alphabet_ext_decode()" with a return...
2006-07-05 etxrabFrom Willem Dekker:
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-05-15 guyMake "oct" in "dis_field_ud()" a guint8, as we never...
2006-03-07 geraldFix Coverity run 12, CID 104: Don't overflow a guint8...
2005-08-15 etxrabTP-PI (TP-Parameter-Indicator) is optional.
2005-08-10 sahlbergconvert some tvb_fake_unicode() to tvb_get_ephemeral_fa...
2005-08-02 etxrabFix "tvb_fake_unicode takes the lengt in number of...
2005-07-30 jmayerMake some funtions static. More char -> const char...
2005-06-26 guyGet rid of the private "my_match_strval()" routine...
2005-05-11 etxrabFrom Viorel Suman:
2005-01-15 guyCorrection for TP-Validity-Period extended format,...
2004-12-21 obiotFrom Victor Stratan: GSM SMS fixes:
2004-12-14 guyFrom Victor Stratan: correct offset calculation and...
2004-12-11 obiotFrom Victor Stratan:
2004-12-10 guyGet rid of C++/C99-style comments - not all C compilers...
2004-12-09 obiotFrom Viorel Suman.
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-07-18 gramMove dissectors to epan/dissectors directory.