aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afs.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-07-14Remove an unused define.Gerald Combs1-1/+0
2009-06-22Instead of tvb_get_ptr + ep_alloc + proto_tree_add_string to fetch a string andGerald Combs1-11/+5
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-225/+225
2009-04-22Clean up some 64-bit issues.Guy Harris1-31/+31
2009-03-27More size_t casts.Gerald Combs1-1/+1
2009-03-18Get rid of P64 warnings; those strings should never be longer than 2^31-1.Guy Harris1-2/+2
2009-01-19I'm pretty sure time_s and time_ns don't come from the same 4 bytes.Jaap Keuter1-1/+1
2008-06-26Fix some warnings reported by gcc -Wshadow ...Bill Meier1-33/+33
2008-05-09Fix some of the Errors/warnings detected by checkapi.Anders Broman1-1/+3
2008-03-16From Chaskiel Grundman via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-6/+9
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-7/+8
2008-03-01Added missing array for hf_afs_fs_ipaddr.Stig Bjørlykke1-0/+2
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke1-7/+7
2007-03-30ep_malloc -> ep_alloc !!Sebastien Tandel1-1/+1
2007-03-30remove some g_malloc/g_freeSebastien Tandel1-2/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-09-21remove some strcpy() with g_snprintf()Ronnie Sahlberg1-6/+9
2005-08-29Merge packet-afs-register-info.h, packet-afs-defs.h and packet-afs-macros.hJörg Mayer1-3/+1797
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-10/+4
2005-08-13gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-19/+3
2005-02-02From Jon Ringle:Anders Broman1-2/+2
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1779