aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-t30.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-1/+1
2012-07-28Add a comment that VS Code Analyzer makes a very good point here -martinm1-1/+5
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-03-05Trust but verify that there's no g_snprintf() buffer overflow.wmeier1-0/+1
2012-01-23Fix some duplicate display filter names.cmaynard1-1/+1
2011-11-16Cleanup & reformatting: whitespace & long-lines.wmeier1-135/+168
2011-10-03Thou shalt not use g_sprintf() lest thou overflow a buffer. (Yes, evenguy1-2/+3
2011-10-03%hhu = %u in printf-like functions, as "char", "signed char", andguy1-1/+1
2011-10-03Cast away a warning - if that buffer has more than 2^31-1 characters inguy1-1/+1
2011-10-03From Jakob Hirsch:etxrab1-0/+54
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-16/+8
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-76/+76
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-2/+2
2009-03-29Define certain fcns as static (if not used externally).wmeier1-125/+126
2008-08-25#include <prefs.h> not req'dwmeier1-1/+0
2007-07-19Change "lenght" to "length" and "decypt" to "decrypt"morriss1-44/+44
2007-05-04generate T.38 dissector from ASN.1 sourcekukosa1-0/+2
2007-04-30newline at end of file is required by some compilerskukosa1-1/+2
2007-04-30move T.30 protocol into its own dissector filekukosa1-0/+1312