| Commit message (Expand) | Author | Age | Files | Lines |
* | From Michael Lum: | Ronnie Sahlberg | 2005-08-19 | 1 | -123/+229 |
* | From Michael Lum | Ronnie Sahlberg | 2005-08-19 | 1 | -12/+31 |
* | from Michael Lum | Ronnie Sahlberg | 2005-08-19 | 1 | -2/+16 |
* | remove gmalloc from etheric | Ronnie Sahlberg | 2005-08-19 | 1 | -6/+4 |
* | remove g_malloc() from packet-smb-common | Ronnie Sahlberg | 2005-08-19 | 3 | -5/+5 |
* | remove g_malloc() | Ronnie Sahlberg | 2005-08-19 | 1 | -2/+1 |
* | Set "hoffset" before using it. | Guy Harris | 2005-08-19 | 1 | -1/+1 |
* | From Tim Endean: | Anders Broman | 2005-08-18 | 3 | -170/+255 |
* | several times replacing: | Ulf Lamping | 2005-08-18 | 15 | -34/+33 |
* | Fix value_tvb pointers. | Gerald Combs | 2005-08-18 | 1 | -3/+3 |
* | - dissect_per_restricted_character_string() returns value in tvbbuff_t instea... | Tomas Kukosa | 2005-08-18 | 5 | -56/+105 |
* | From Richard van der Hoff | Anders Broman | 2005-08-18 | 1 | -4/+11 |
* | Decode some more of MultiRate configuration. | Anders Broman | 2005-08-18 | 1 | -3/+109 |
* | when kerberos claims a conversation, it only claims it for the source port | Ronnie Sahlberg | 2005-08-18 | 1 | -2/+38 |
* | replace sprintf with ememified g_snprintf | Ronnie Sahlberg | 2005-08-18 | 1 | -3/+6 |
* | Tim's patches for packet-ber for extra testing (works ok with my and with An... | Ronnie Sahlberg | 2005-08-18 | 2 | -369/+474 |
* | The length returned for continuation data should be the length remaining | Guy Harris | 2005-08-18 | 1 | -6/+7 |
* | Get rid of a no-longer-used variable. | Guy Harris | 2005-08-18 | 1 | -1/+1 |
* | Show BitTorrent stuff that doesn't look right as continuation data. | Guy Harris | 2005-08-18 | 1 | -24/+38 |
* | snprintf -> g_snprintf | Ulf Lamping | 2005-08-17 | 10 | -120/+99 |
* | Flip the separators in the MIBS environment variable between ":" and | Gerald Combs | 2005-08-17 | 1 | -2/+12 |
* | snprintf -> g_snprintf | Ulf Lamping | 2005-08-17 | 1 | -5/+1 |
* | update some comments pointing out these buffers need not be freed | Ronnie Sahlberg | 2005-08-17 | 1 | -4/+7 |
* | If we receive junk data from the network it means we have a | Gerald Combs | 2005-08-17 | 1 | -2/+2 |
* | As reported by Jim Young: | Jörg Mayer | 2005-08-17 | 1 | -3/+3 |
* | Comment fixes | Jörg Mayer | 2005-08-17 | 1 | -5/+5 |
* | from Tomas Kukosa, remove a redundant g_strdup() | Anders Broman | 2005-08-17 | 2 | -5/+4 |
* | replace some more silly rotating buffers with ep_alloc() calls | Ronnie Sahlberg | 2005-08-17 | 4 | -57/+18 |
* | fix some more silly rotating buffers | Ronnie Sahlberg | 2005-08-17 | 2 | -18/+6 |
* | replace a whole bunch of silly rotating stating buffers with ep_alloc() calls | Ronnie Sahlberg | 2005-08-17 | 5 | -68/+20 |
* | remove g_malloc from manolito | Ronnie Sahlberg | 2005-08-17 | 1 | -2/+2 |
* | remove g_malloc()s from rtcp | Ronnie Sahlberg | 2005-08-17 | 1 | -4/+2 |
* | replace g_malloc() with ep_alloc() for ftp and sdp | Ronnie Sahlberg | 2005-08-17 | 2 | -4/+5 |
* | remove g_malloc() from rip remove one g_malloc() from tacacs | Ronnie Sahlberg | 2005-08-17 | 2 | -14/+7 |
* | from Tomas Kukosa, remove a redundant g_strdup() | Ronnie Sahlberg | 2005-08-17 | 1 | -157/+322 |
* | - Small comment updates. | Jörg Mayer | 2005-08-16 | 1 | -83/+203 |
* | For "-G decodes", print the selector values as unsigned ints. | Gerald Combs | 2005-08-16 | 1 | -1/+1 |
* | In packet-sflow.c, don't pass a NULL value pointer to | Gerald Combs | 2005-08-16 | 2 | -18/+31 |
* | add SetFileInfo level 1013 SetDispositionInfo decoding | Ronnie Sahlberg | 2005-08-16 | 1 | -1/+35 |
* | prettify MNT (and friends) by placing the path in COL_INFO | Ronnie Sahlberg | 2005-08-16 | 1 | -3/+6 |
* | Change the default font size on Unix (etc) to 10 pt, just as it was | Jörg Mayer | 2005-08-16 | 1 | -2/+2 |
* | Change to match more closely the way I read 802.11h, at least; I'm just | Guy Harris | 2005-08-16 | 1 | -56/+79 |
* | From Peter Johansson: add an option to decode the client information, | Guy Harris | 2005-08-16 | 1 | -190/+286 |
* | The real problem is that iTunes requests gzipped data and responds with | Guy Harris | 2005-08-16 | 1 | -1/+2 |
* | gcc4 gets confused by the break statements, and I guess it thinks you | Guy Harris | 2005-08-16 | 1 | -7/+0 |
* | Note where a table comes from, and that we don't use it. | Guy Harris | 2005-08-16 | 1 | -0/+1 |
* | se_alloc not ep_alloc! | Luis Ontanon | 2005-08-16 | 1 | -1/+1 |
* | more allocators se_alloc0() se_memdups() se_strdup() se_strndup() se_strdup_p... | Luis Ontanon | 2005-08-16 | 2 | -2/+71 |
* | When we create a new tvb, make sure the memory is freed at some point. | Gerald Combs | 2005-08-15 | 1 | -3/+1 |
* | TP-PI (TP-Parameter-Indicator) is optional. | Anders Broman | 2005-08-15 | 1 | -0/+9 |