aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-04-02the hash,name,fullname of an nfs filehandle are allRonnie Sahlberg1-6/+13
2006-04-02prettify dissection of nfsv3 fattr3 structureRonnie Sahlberg1-66/+135
2006-03-14coverity bug 139Ronnie Sahlberg1-1/+1
2006-03-11give se_trees names so that it is easier to debug and to log how often ce...Ronnie Sahlberg1-3/+3
2006-03-08remove some harmless but redundant codeRonnie Sahlberg1-10/+4
2006-03-06 get rid of another slow hashtable and one global variable andRonnie Sahlberg1-38/+7
2006-03-06replace one hashtable storing filehandles with a new se treeRonnie Sahlberg1-62/+51
2006-03-06replace a g_malloc()/g_free() pair with ep_alloc() insteadRonnie Sahlberg1-4/+4
2006-03-06add helper to build (red/black) trees from a key that is a vector of guin32 a...Ronnie Sahlberg1-20/+22
2006-01-05Bill Meier:Jörg Mayer1-1/+1
2005-10-27get rid of the last two strcpy from epan/dissectorsRonnie Sahlberg1-9/+2
2005-08-12gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-44/+5
2005-07-30More char -> const char warning fixesJörg Mayer1-37/+37
2005-07-23we no longer need to g_free() teh string returned by dissect_rpc_string.Ronnie Sahlberg1-31/+1
2005-07-02Have separate fields for NFSv2, NFSv3, and NFSv4 return statuses, usingGuy Harris1-180/+282
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-41/+41
2005-04-14make file name snooping use information from READDIRPLUS replies when buildin...Ronnie Sahlberg1-7/+30
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping1-12/+12
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-9/+8
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+8794