| Commit message (Expand) | Author | Age | Files | Lines |
* | If we don't want to dump core when a field is registered twice, at least | Guy Harris | 2005-10-10 | 1 | -1/+6 |
* | Remove an extra HF array item. | Gerald Combs | 2005-10-10 | 1 | -3/+0 |
* | dissect one bitmap properly and get rid of some strcpy() | Ronnie Sahlberg | 2005-10-10 | 1 | -29/+70 |
* | remove one array from the stack | Ronnie Sahlberg | 2005-10-10 | 1 | -25/+67 |
* | dissect a bitfield properly and get rid of some strcpy() | Ronnie Sahlberg | 2005-10-10 | 1 | -21/+55 |
* | Add "ep_strdup_vprintf()" and "se_strdup_vprintf()", for completeness. | Guy Harris | 2005-10-10 | 3 | -18/+44 |
* | Add sminmpec.c to maintainer-clean | Jörg Mayer | 2005-10-09 | 1 | -1/+2 |
* | make .._strndup() not to call strndup. | Luis Ontanon | 2005-10-08 | 1 | -10/+14 |
* | improve get_dns_name now that we have cheap emem allocated buffers | Ronnie Sahlberg | 2005-10-08 | 5 | -61/+66 |
* | remove some redundant strcpy() and arrays on the stack | Ronnie Sahlberg | 2005-10-08 | 1 | -7/+7 |
* | strcpy() removal | Ronnie Sahlberg | 2005-10-08 | 1 | -3/+3 |
* | low hanging fruit | Ronnie Sahlberg | 2005-10-08 | 1 | -10/+11 |
* | fix the last remaining bitmap so it is dissected properly and remove the last... | Ronnie Sahlberg | 2005-10-08 | 1 | -70/+85 |
* | one more bitmap dissected properly and a few less strcpy() | Ronnie Sahlberg | 2005-10-08 | 1 | -24/+81 |
* | one more bitfield properly dissected and some less strcpy()s | Ronnie Sahlberg | 2005-10-08 | 1 | -18/+79 |
* | some more strcpy() removals | Ronnie Sahlberg | 2005-10-08 | 1 | -44/+149 |
* | From William Fiveash | Ronnie Sahlberg | 2005-10-07 | 1 | -0/+59 |
* | do not free the element name, as its been passed to the hf array. | Luis Ontanon | 2005-10-07 | 1 | -2/+0 |
* | "./dtd_parse.l", line 167: warning, rule cannot be matched | Luis Ontanon | 2005-10-07 | 1 | -2/+2 |
* | remove location from dtd_build_data_t avoiding to (double) free it. | Luis Ontanon | 2005-10-06 | 4 | -7/+3 |
* | From Rene Pilz, | Anders Broman | 2005-10-06 | 1 | -1/+30 |
* | remove file inclusion code altoghether and few other changes | Luis Ontanon | 2005-10-06 | 1 | -32/+11 |
* | ep_strndup and se_strndup do not have to expect strings to be null terminated. | Luis Ontanon | 2005-10-06 | 1 | -8/+0 |
* | Update enterprise-numbers from http://www.iana.org/assignments/enterprise-num... | Luis Ontanon | 2005-10-06 | 1 | -26/+1640 |
* | Handle multiple messages in a TCP segment, reassembly still needed. | Anders Broman | 2005-10-06 | 1 | -13/+27 |
* | Octest string of (size 2) does not dissplay correctly. | Anders Broman | 2005-10-06 | 1 | -3/+2 |
* | Build the h223 plugin | Anders Broman | 2005-10-06 | 1 | -0/+2 |
* | From Richard van der Hoff: | Anders Broman | 2005-10-06 | 2 | -105/+623 |
* | Don't try to strip the last byte from a zero-byte OID. Fixes bug 503. | Guy Harris | 2005-10-05 | 1 | -30/+37 |
* | Don't reinvent the wheel, use val_to_str/match_strval | Jörg Mayer | 2005-10-05 | 2 | -29/+8 |
* | add the licence file for the samba4 copied files | Ronnie Sahlberg | 2005-10-05 | 1 | -0/+9 |
* | dissect one more bitfield | Ronnie Sahlberg | 2005-10-05 | 1 | -68/+96 |
* | add dissection of another bitfield and remove some strcpy() | Ronnie Sahlberg | 2005-10-05 | 1 | -44/+79 |
* | rewrite dissection of service options flags to proper booleans and get rid of... | Ronnie Sahlberg | 2005-10-05 | 1 | -37/+80 |
* | bugfix: don't crash, if not enough bytes of the header available | Ulf Lamping | 2005-10-05 | 1 | -0/+3 |
* | Get rid of an unused variable. | Guy Harris | 2005-10-04 | 1 | -1/+0 |
* | From Richard van der Hoff | Anders Broman | 2005-10-04 | 1 | -54/+88 |
* | Even a null object has a non-zero length (for the BER identifier and | Guy Harris | 2005-10-04 | 1 | -1/+1 |
* | the t38 tap would only initialize the t38_info structure when called from UDP | Ronnie Sahlberg | 2005-10-04 | 1 | -23/+32 |
* | in svn 15335 the tcp analysis was changed to do its stuff and to populate (... | Ronnie Sahlberg | 2005-10-04 | 4 | -14/+71 |
* | Fix a typo. | Guy Harris | 2005-10-04 | 1 | -1/+1 |
* | Get rid of // comments - not all C compilers like them. | Guy Harris | 2005-10-04 | 1 | -2/+6 |
* | Don't ensure all the bytes of a security descriptor exist before calling | Guy Harris | 2005-10-04 | 6 | -41/+104 |
* | We can just use "get_ber_identifier()" and "get_ber_length()" to fetch | Guy Harris | 2005-10-04 | 1 | -18/+22 |
* | From John Sullivan: | Anders Broman | 2005-10-04 | 2 | -27/+149 |
* | Add some requested items. | Anders Broman | 2005-10-04 | 1 | -0/+4 |
* | Preparations for h223 | Anders Broman | 2005-10-04 | 2 | -1/+13 |
* | From Dave Richards | Anders Broman | 2005-10-04 | 2 | -301/+327 |
* | Don't assume that every packet has a non-null "call_data" value. Fixes | Guy Harris | 2005-10-04 | 1 | -4/+17 |
* | A hash table doesn't *have* to have a value destroy function - and, in | Guy Harris | 2005-10-03 | 1 | -16/+3 |