summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-03-09 01:40:30 +0000
committerGerald Combs <gerald@wireshark.org>2007-03-09 01:40:30 +0000
commit0e181d05c805e80e617212b37b54185753f5bab5 (patch)
tree5dccbe12a8bb5bf4a89bcab0cb223b864ef99e33 /AUTHORS
parent3810cc0891695e2ed7dd685b0c994af5024accf8 (diff)
downloadwireshark-0e181d05c805e80e617212b37b54185753f5bab5.tar.gz
Fix for bug 1264 from Julian Cable:
I've refactored the offending code branch and added some comments so hopefully the intent is a bit clearer. The loop termination conditions are now obviously independent of the content on the wire (they were meant to be before, but I admit it was obscure). I've tried using the ephemeral memory routines. Add a check for a maximum fragment count, and bail out of reassembly instead of triggering an ep_alloc exception. Add Julian to AUTHORS. Update the release notes. svn path=/trunk/; revision=21007
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS4
1 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 574d7e8686..cb2a42dc47 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2598,6 +2598,10 @@ Dave Butt <davidbutt [AT] mxtelecom.com> {
H.223-over-RTP support
}
+Julian Cable <julian_cable [AT] yahoo.com> {
+ DCP ETSI support
+}
+
and by:
Pavel Roskin <proski [AT] gnu.org>