aboutsummaryrefslogtreecommitdiffstats
path: root/epan
Commit message (Expand)AuthorAgeFilesLines
* If we don't want to dump core when a field is registered twice, at leastGuy Harris2005-10-101-1/+6
* Remove an extra HF array item.Gerald Combs2005-10-101-3/+0
* dissect one bitmap properly and get rid of some strcpy()Ronnie Sahlberg2005-10-101-29/+70
* remove one array from the stackRonnie Sahlberg2005-10-101-25/+67
* dissect a bitfield properly and get rid of some strcpy()Ronnie Sahlberg2005-10-101-21/+55
* Add "ep_strdup_vprintf()" and "se_strdup_vprintf()", for completeness.Guy Harris2005-10-103-18/+44
* Add sminmpec.c to maintainer-cleanJörg Mayer2005-10-091-1/+2
* make .._strndup() not to call strndup.Luis Ontanon2005-10-081-10/+14
* improve get_dns_name now that we have cheap emem allocated buffersRonnie Sahlberg2005-10-085-61/+66
* remove some redundant strcpy() and arrays on the stackRonnie Sahlberg2005-10-081-7/+7
* strcpy() removalRonnie Sahlberg2005-10-081-3/+3
* low hanging fruitRonnie Sahlberg2005-10-081-10/+11
* fix the last remaining bitmap so it is dissected properly and remove the last...Ronnie Sahlberg2005-10-081-70/+85
* one more bitmap dissected properly and a few less strcpy()Ronnie Sahlberg2005-10-081-24/+81
* one more bitfield properly dissected and some less strcpy()sRonnie Sahlberg2005-10-081-18/+79
* some more strcpy() removalsRonnie Sahlberg2005-10-081-44/+149
* From William FiveashRonnie Sahlberg2005-10-071-0/+59
* do not free the element name, as its been passed to the hf array.Luis Ontanon2005-10-071-2/+0
* "./dtd_parse.l", line 167: warning, rule cannot be matchedLuis Ontanon2005-10-071-2/+2
* remove location from dtd_build_data_t avoiding to (double) free it.Luis Ontanon2005-10-064-7/+3
* From Rene Pilz,Anders Broman2005-10-061-1/+30
* remove file inclusion code altoghether and few other changesLuis Ontanon2005-10-061-32/+11
* ep_strndup and se_strndup do not have to expect strings to be null terminated.Luis Ontanon2005-10-061-8/+0
* Update enterprise-numbers from http://www.iana.org/assignments/enterprise-num...Luis Ontanon2005-10-061-26/+1640
* Handle multiple messages in a TCP segment, reassembly still needed.Anders Broman2005-10-061-13/+27
* Octest string of (size 2) does not dissplay correctly.Anders Broman2005-10-061-3/+2
* Build the h223 pluginAnders Broman2005-10-061-0/+2
* From Richard van der Hoff:Anders Broman2005-10-062-105/+623
* Don't try to strip the last byte from a zero-byte OID. Fixes bug 503.Guy Harris2005-10-051-30/+37
* Don't reinvent the wheel, use val_to_str/match_strvalJörg Mayer2005-10-052-29/+8
* add the licence file for the samba4 copied filesRonnie Sahlberg2005-10-051-0/+9
* dissect one more bitfieldRonnie Sahlberg2005-10-051-68/+96
* add dissection of another bitfield and remove some strcpy()Ronnie Sahlberg2005-10-051-44/+79
* rewrite dissection of service options flags to proper booleans and get rid of...Ronnie Sahlberg2005-10-051-37/+80
* bugfix: don't crash, if not enough bytes of the header availableUlf Lamping2005-10-051-0/+3
* Get rid of an unused variable.Guy Harris2005-10-041-1/+0
* From Richard van der HoffAnders Broman2005-10-041-54/+88
* Even a null object has a non-zero length (for the BER identifier andGuy Harris2005-10-041-1/+1
* the t38 tap would only initialize the t38_info structure when called from UDPRonnie Sahlberg2005-10-041-23/+32
* in svn 15335 the tcp analysis was changed to do its stuff and to populate (...Ronnie Sahlberg2005-10-044-14/+71
* Fix a typo.Guy Harris2005-10-041-1/+1
* Get rid of // comments - not all C compilers like them.Guy Harris2005-10-041-2/+6
* Don't ensure all the bytes of a security descriptor exist before callingGuy Harris2005-10-046-41/+104
* We can just use "get_ber_identifier()" and "get_ber_length()" to fetchGuy Harris2005-10-041-18/+22
* From John Sullivan:Anders Broman2005-10-042-27/+149
* Add some requested items.Anders Broman2005-10-041-0/+4
* Preparations for h223Anders Broman2005-10-042-1/+13
* From Dave RichardsAnders Broman2005-10-042-301/+327
* Don't assume that every packet has a non-null "call_data" value. FixesGuy Harris2005-10-041-4/+17
* A hash table doesn't *have* to have a value destroy function - and, inGuy Harris2005-10-031-16/+3