aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-16Initialize a variable and remove a check_col.gerald1-4/+2
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-5/+5
2009-07-02From Radek Vokál:etxrab1-9/+350
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-83/+83
2009-03-29More size_t casts.etxrab1-1/+1
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-11-28- Added support for little endian SVR4 NFS file handles (Solaris x86).girlich1-15/+142
2008-11-26Remove all the NFS "fhandle to name" related warnings.girlich1-7/+7
2008-09-30From Alex:jake1-7/+421
2008-09-30Add a cast to try to fix compilation on Windows.gerald1-2/+2
2008-09-29there exists clients (linux) that sends a SETCLIENTID specifying the sahlberg1-11/+51
2008-08-06in nfs name to filehandle mappingssahlberg1-9/+11
2008-07-31From Alex <burlyga :etxrab1-8/+24
2008-07-19From https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2723morriss1-109/+128
2008-07-12From J. Bruce Fields (bug 2634):stig1-148/+267
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-4/+7
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-6/+7
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).stig1-3/+4
2007-12-18From Alex Burlyga:jake1-4/+25
2007-11-25Header field array and whitespace cleanup.jake1-530/+512
2007-11-24From Alex Burlyga:stig1-7/+3
2007-11-24From J. Bruce Fields:stig1-7/+1088
2007-11-08Apply yet another set of the optimization patches:etxrab1-190/+124
2007-10-02Use given length when decoding fhandles as unknown.stig1-1/+1
2007-09-05start prettifying nfsv4sahlberg1-39/+37
2007-06-18make hf_nfs_nfsstat externaly visible so other dissectors can use nfs sahlberg1-1/+1
2007-06-17add some missing error codessahlberg1-0/+51
2007-06-08Better hash function for file handles, as suggested by Brent Callaghanguy1-2/+1
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-4/+4
2007-04-28In calls to the emem_tree routines, forcibly align items not known to beguy1-4/+19
2007-03-23fix a lot more warningsulfl1-2/+2
2007-02-03From J. Bruce Fields:jake1-2/+0
2006-11-10From Alex Bsahlberg1-2/+353
2006-09-28From Alex Burlygasahlberg1-29/+249
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixsahlberg1-9/+9
2006-07-10Two more bugs from Ilja van Sprundel.gerald1-15/+23
2006-06-23coverity warning 177 deadcodesahlberg1-29/+9
2006-06-21two things have irritated me immensly with nfs filehandlessahlberg1-149/+91
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-04-02the hash,name,fullname of an nfs filehandle are allsahlberg1-6/+13
2006-04-02prettify dissection of nfsv3 fattr3 structuresahlberg1-66/+135
2006-03-14coverity bug 139sahlberg1-1/+1
2006-03-11give se_trees names so that it is easier to debug and to log how often ce...sahlberg1-3/+3
2006-03-08remove some harmless but redundant codesahlberg1-10/+4
2006-03-06 get rid of another slow hashtable and one global variable andsahlberg1-38/+7
2006-03-06replace one hashtable storing filehandles with a new se treesahlberg1-62/+51
2006-03-06replace a g_malloc()/g_free() pair with ep_alloc() insteadsahlberg1-4/+4
2006-03-06add helper to build (red/black) trees from a key that is a vector of guin32 a...sahlberg1-20/+22
2006-01-05Bill Meier:jmayer1-1/+1
2005-10-27get rid of the last two strcpy from epan/dissectorssahlberg1-9/+2