aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-t30.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-1/+1
* Use val_to_str_const() where appropriate;Bill Meier2012-08-101-1/+1
* Add a comment that VS Code Analyzer makes a very good point here -Martin Mathieson2012-07-281-1/+5
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Trust but verify that there's no g_snprintf() buffer overflow.Bill Meier2012-03-051-0/+1
* Fix some duplicate display filter names.Chris Maynard2012-01-231-1/+1
* Cleanup & reformatting: whitespace & long-lines.Bill Meier2011-11-161-135/+168
* Thou shalt not use g_sprintf() lest thou overflow a buffer. (Yes, evenGuy Harris2011-10-031-2/+3
* %hhu = %u in printf-like functions, as "char", "signed char", andGuy Harris2011-10-031-1/+1
* Cast away a warning - if that buffer has more than 2^31-1 characters inGuy Harris2011-10-031-1/+1
* From Jakob Hirsch:Anders Broman2011-10-031-0/+54
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* * Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam2009-09-241-16/+8
* Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke2009-07-071-76/+76
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-2/+2
* Define certain fcns as static (if not used externally).Bill Meier2009-03-291-125/+126
* #include <prefs.h> not req'dBill Meier2008-08-251-1/+0
* Change "lenght" to "length" and "decypt" to "decrypt"Jeff Morriss2007-07-191-44/+44
* generate T.38 dissector from ASN.1 sourceTomas Kukosa2007-05-041-0/+2
* newline at end of file is required by some compilersTomas Kukosa2007-04-301-1/+2
* move T.30 protocol into its own dissector fileTomas Kukosa2007-04-301-0/+1312