aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afs.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-02Reject the packet if data is NULL.Chris Maynard1-0/+3
2013-10-22Pass struct rxinfo "private data" into AFS dissector instead of using pinfo->...Michael Mann1-5/+7
2013-09-19From Mark Vitale via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9141Evan Huus1-4/+83
2013-09-16From Mark Vitale via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9142Evan Huus1-1/+1
2013-09-16From Mark Vitale via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9140Evan Huus1-26/+135
2013-09-12Convert a few more dissectors to wmem.Evan Huus1-6/+6
2013-03-12use correct data type in the castMartin Kaiser1-1/+1
2013-03-12- [-Wmissing-prototypes]Anders Broman1-1/+4
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-3/+9
2012-12-06Revert previous change - maybe we shouldn't enable -Wshadow with cruftyGuy Harris1-1/+1
2012-12-06Squelch some -Wshadow warnings (inappropriate warnings - they're justGuy Harris1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04Get rid of a couple of warnings.Anders Broman1-2/+2
2012-05-19Fix some "warning: Value stored to '...' is never read" clang scan-build warn...Bill Meier1-3/+3
2012-05-16all:Bill Meier1-8/+121
2012-04-27As suggested in http://www.wireshark.org/lists/wireshark-dev/201204/msg00062....Jeff Morriss1-1/+1
2011-09-22Use ENC_ values in proto_tree_add_item() calls.Guy Harris1-5/+5
2011-02-17Fix various Visual C++ analysis warnings.Gerald Combs1-1/+1
2010-11-04Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-117/+124
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-1/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-7/+1
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-9/+9
2010-03-03remove check_colAnders Broman1-6/+3
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-21/+21
2009-10-25From Jakub Zawadzki:Anders Broman1-6/+3
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