aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some of the Errors/warnings detected by checkapi.Bill Meier2008-05-151-4/+7
* Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke2008-03-011-6/+7
* Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-021-3/+4
* From Alex Burlyga:Jaap Keuter2007-12-181-4/+25
* Header field array and whitespace cleanup.Jaap Keuter2007-11-251-530/+512
* From Alex Burlyga:Stig Bjørlykke2007-11-241-7/+3
* From J. Bruce Fields:Stig Bjørlykke2007-11-241-7/+1088
* Apply yet another set of the optimization patches:Anders Broman2007-11-081-190/+124
* Use given length when decoding fhandles as unknown.Stig Bjørlykke2007-10-021-1/+1
* start prettifying nfsv4Ronnie Sahlberg2007-09-051-39/+37
* make hf_nfs_nfsstat externaly visible so other dissectors can use nfs Ronnie Sahlberg2007-06-181-1/+1
* add some missing error codesRonnie Sahlberg2007-06-171-0/+51
* Better hash function for file handles, as suggested by Brent CallaghanGuy Harris2007-06-081-2/+1
* Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris2007-05-291-4/+4
* In calls to the emem_tree routines, forcibly align items not known to beGuy Harris2007-04-281-4/+19
* fix a lot more warningsUlf Lamping2007-03-231-2/+2
* From J. Bruce Fields:Jaap Keuter2007-02-031-2/+0
* From Alex BRonnie Sahlberg2006-11-101-2/+353
* From Alex BurlygaRonnie Sahlberg2006-09-281-29/+249
* rename some structures and defines from the se_tree to the emem_tree prefixRonnie Sahlberg2006-08-141-9/+9
* Two more bugs from Ilja van Sprundel.Gerald Combs2006-07-101-15/+23
* coverity warning 177 deadcodeRonnie Sahlberg2006-06-231-29/+9
* two things have irritated me immensly with nfs filehandlesRonnie Sahlberg2006-06-211-149/+91
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* the hash,name,fullname of an nfs filehandle are allRonnie Sahlberg2006-04-021-6/+13
* prettify dissection of nfsv3 fattr3 structureRonnie Sahlberg2006-04-021-66/+135
* coverity bug 139Ronnie Sahlberg2006-03-141-1/+1
* give se_trees names so that it is easier to debug and to log how often ce...Ronnie Sahlberg2006-03-111-3/+3
* remove some harmless but redundant codeRonnie Sahlberg2006-03-081-10/+4
* get rid of another slow hashtable and one global variable andRonnie Sahlberg2006-03-061-38/+7
* replace one hashtable storing filehandles with a new se treeRonnie Sahlberg2006-03-061-62/+51
* replace a g_malloc()/g_free() pair with ep_alloc() insteadRonnie Sahlberg2006-03-061-4/+4
* add helper to build (red/black) trees from a key that is a vector of guin32 a...Ronnie Sahlberg2006-03-061-20/+22
* Bill Meier:Jörg Mayer2006-01-051-1/+1
* get rid of the last two strcpy from epan/dissectorsRonnie Sahlberg2005-10-271-9/+2
* gmemchunk -> se_alloc() improvementsRonnie Sahlberg2005-08-121-44/+5
* More char -> const char warning fixesJörg Mayer2005-07-301-37/+37
* we no longer need to g_free() teh string returned by dissect_rpc_string.Ronnie Sahlberg2005-07-231-31/+1
* Have separate fields for NFSv2, NFSv3, and NFSv4 return statuses, usingGuy Harris2005-07-021-180/+282
* Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris2005-06-261-41/+41
* make file name snooping use information from READDIRPLUS replies when buildin...Ronnie Sahlberg2005-04-141-7/+30
* a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping2004-12-251-12/+12
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris2004-08-221-9/+8
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+8794