| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some of the Errors/warnings detected by checkapi. | Bill Meier | 2008-05-15 | 1 | -4/+7 |
* | Rewrote to use g_strlcpy and g_strlcat. | Stig Bjørlykke | 2008-03-01 | 1 | -6/+7 |
* | Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat). | Stig Bjørlykke | 2008-02-02 | 1 | -3/+4 |
* | From Alex Burlyga: | Jaap Keuter | 2007-12-18 | 1 | -4/+25 |
* | Header field array and whitespace cleanup. | Jaap Keuter | 2007-11-25 | 1 | -530/+512 |
* | From Alex Burlyga: | Stig Bjørlykke | 2007-11-24 | 1 | -7/+3 |
* | From J. Bruce Fields: | Stig Bjørlykke | 2007-11-24 | 1 | -7/+1088 |
* | Apply yet another set of the optimization patches: | Anders Broman | 2007-11-08 | 1 | -190/+124 |
* | Use given length when decoding fhandles as unknown. | Stig Bjørlykke | 2007-10-02 | 1 | -1/+1 |
* | start prettifying nfsv4 | Ronnie Sahlberg | 2007-09-05 | 1 | -39/+37 |
* | make hf_nfs_nfsstat externaly visible so other dissectors can use nfs | Ronnie Sahlberg | 2007-06-18 | 1 | -1/+1 |
* | add some missing error codes | Ronnie Sahlberg | 2007-06-17 | 1 | -0/+51 |
* | Better hash function for file handles, as suggested by Brent Callaghan | Guy Harris | 2007-06-08 | 1 | -2/+1 |
* | Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLib | Guy Harris | 2007-05-29 | 1 | -4/+4 |
* | In calls to the emem_tree routines, forcibly align items not known to be | Guy Harris | 2007-04-28 | 1 | -4/+19 |
* | fix a lot more warnings | Ulf Lamping | 2007-03-23 | 1 | -2/+2 |
* | From J. Bruce Fields: | Jaap Keuter | 2007-02-03 | 1 | -2/+0 |
* | From Alex B | Ronnie Sahlberg | 2006-11-10 | 1 | -2/+353 |
* | From Alex Burlyga | Ronnie Sahlberg | 2006-09-28 | 1 | -29/+249 |
* | rename some structures and defines from the se_tree to the emem_tree prefix | Ronnie Sahlberg | 2006-08-14 | 1 | -9/+9 |
* | Two more bugs from Ilja van Sprundel. | Gerald Combs | 2006-07-10 | 1 | -15/+23 |
* | coverity warning 177 deadcode | Ronnie Sahlberg | 2006-06-23 | 1 | -29/+9 |
* | two things have irritated me immensly with nfs filehandles | Ronnie Sahlberg | 2006-06-21 | 1 | -149/+91 |
* | change a whole bunch of ethereal into wireshark | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | the hash,name,fullname of an nfs filehandle are all | Ronnie Sahlberg | 2006-04-02 | 1 | -6/+13 |
* | prettify dissection of nfsv3 fattr3 structure | Ronnie Sahlberg | 2006-04-02 | 1 | -66/+135 |
* | coverity bug 139 | Ronnie Sahlberg | 2006-03-14 | 1 | -1/+1 |
* | give se_trees names so that it is easier to debug and to log how often ce... | Ronnie Sahlberg | 2006-03-11 | 1 | -3/+3 |
* | remove some harmless but redundant code | Ronnie Sahlberg | 2006-03-08 | 1 | -10/+4 |
* | get rid of another slow hashtable and one global variable and | Ronnie Sahlberg | 2006-03-06 | 1 | -38/+7 |
* | replace one hashtable storing filehandles with a new se tree | Ronnie Sahlberg | 2006-03-06 | 1 | -62/+51 |
* | replace a g_malloc()/g_free() pair with ep_alloc() instead | Ronnie Sahlberg | 2006-03-06 | 1 | -4/+4 |
* | add helper to build (red/black) trees from a key that is a vector of guin32 a... | Ronnie Sahlberg | 2006-03-06 | 1 | -20/+22 |
* | Bill Meier: | Jörg Mayer | 2006-01-05 | 1 | -1/+1 |
* | get rid of the last two strcpy from epan/dissectors | Ronnie Sahlberg | 2005-10-27 | 1 | -9/+2 |
* | gmemchunk -> se_alloc() improvements | Ronnie Sahlberg | 2005-08-12 | 1 | -44/+5 |
* | More char -> const char warning fixes | Jörg Mayer | 2005-07-30 | 1 | -37/+37 |
* | we no longer need to g_free() teh string returned by dissect_rpc_string. | Ronnie Sahlberg | 2005-07-23 | 1 | -31/+1 |
* | Have separate fields for NFSv2, NFSv3, and NFSv4 return statuses, using | Guy Harris | 2005-07-02 | 1 | -180/+282 |
* | Get rid of the private "my_match_strval()" routine in many dissectors; | Guy Harris | 2005-06-26 | 1 | -41/+41 |
* | make file name snooping use information from READDIRPLUS replies when buildin... | Ronnie Sahlberg | 2005-04-14 | 1 | -7/+30 |
* | a lot of warnings removed, most of them about pointer to int casts without us... | Ulf Lamping | 2004-12-25 | 1 | -12/+12 |
* | Move prefs.c and prefs.h into the epan subdirectory. | Guy Harris | 2004-09-27 | 1 | -1/+1 |
* | Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit | Guy Harris | 2004-08-22 | 1 | -9/+8 |
* | Move dissectors to epan/dissectors directory. | Gilbert Ramirez | 2004-07-18 | 1 | -0/+8794 |