aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-12gmemchunk -> se_alloc() improvementssahlberg1-44/+5
2005-07-30More char -> const char warning fixesjmayer1-37/+37
2005-07-23we no longer need to g_free() teh string returned by dissect_rpc_string.sahlberg1-31/+1
2005-07-02Have separate fields for NFSv2, NFSv3, and NFSv4 return statuses, usingguy1-180/+282
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-41/+41
2005-04-14make file name snooping use information from READDIRPLUS replies when buildin...sahlberg1-7/+30
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...ulfl1-12/+12
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitguy1-9/+8
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+8794