aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afs.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-22Use ENC_ values in proto_tree_add_item() calls.guy1-5/+5
2011-02-17Fix various Visual C++ analysis warnings.gerald1-1/+1
2010-11-04Use value_string_ext fcns to access certain value_string arrays;wmeier1-117/+124
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-1/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-7/+1
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-9/+9
2010-03-03remove check_coletxrab1-6/+3
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-21/+21
2009-10-25From Jakub Zawadzki:etxrab1-6/+3
2009-08-09Don't guard col_clear with col_checkkrj1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-07-14Remove an unused define.gerald1-1/+0
2009-06-22Instead of tvb_get_ptr + ep_alloc + proto_tree_add_string to fetch a string andgerald1-11/+5
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-225/+225
2009-04-22Clean up some 64-bit issues.guy1-31/+31
2009-03-27More size_t casts.gerald1-1/+1
2009-03-18Get rid of P64 warnings; those strings should never be longer than 2^31-1.guy1-2/+2
2009-01-19I'm pretty sure time_s and time_ns don't come from the same 4 bytes.jake1-1/+1
2008-06-26Fix some warnings reported by gcc -Wshadow ...wmeier1-33/+33
2008-05-09Fix some of the Errors/warnings detected by checkapi.etxrab1-1/+3
2008-03-16From Chaskiel Grundman via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id...morriss1-6/+9
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-7/+8
2008-03-01Added missing array for hf_afs_fs_ipaddr.stig1-0/+2
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).stig1-7/+7
2007-03-30ep_malloc -> ep_alloc !!standel1-1/+1
2007-03-30remove some g_malloc/g_freestandel1-2/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-09-21remove some strcpy() with g_snprintf()sahlberg1-6/+9
2005-08-29Merge packet-afs-register-info.h, packet-afs-defs.h and packet-afs-macros.hjmayer1-3/+1797
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-10/+4
2005-08-13gmemchunk -> se_alloc() improvementssahlberg1-19/+3
2005-02-02From Jon Ringle:etxrab1-2/+2
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1779