aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-01-28 01:41:58 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-01-28 01:41:58 +0000
commitc6009ed5ab1b340e87765a56122d234f13b760db (patch)
tree546213679340da8d3509186b9879d8936dc72825 /AUTHORS
parent6a2d87516a0f8a915c953e117641b9d8699b616e (diff)
From Kriang Lerdsuwanakij:
1 Add ALCAP and NBAP as subdissectors of SSCOP. Previously it only knows about SSCF-NNI and data. (Changes in packet-sscop.c, packet-sscop.h) 2 Add capability for lower layer to force SSCOP to choose a particular dissector. It is passed as "subdissector" field of SSCOP protocol data. This is required because different payload protocol is distinguished by different VPI/VCI. There is no protocol field inside SSCOP frame. (Changes in packet-sscop.c, packet-sscop.h) 3 Make K12xx configuration file supporting the following syntax: C:\k1297\stacks\umts_iub\umts_iub_aal2l3.stk sscop:alcap This says dissect with SSCOP first and then pass to ALCAP. The change is made general, so it supports arbitrary number of protocol, like "proto1:proto2:proto3". Using ":" as separator allow us to expand the syntax further to support parameters like "proto1 param1:proto2 param2 param3". (Changes in packet-k12.c) With above 3 changes together, dissecting Iub traces are correct for control and signaling planes. I am still investigating user plane frames because writing UMTS RLC/MAC protocol dissector is required. The patch and sample .rf file (same as my previous patch) is in the attachment. plus: Add Kriang to the AUTHORS list (and once at it upate my own record) svn path=/trunk/; revision=20580
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS14
1 files changed, 13 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 4f6812dd90..8e4cfa10b1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2253,8 +2253,15 @@ Kelly Byrd <kbyrd-ethereal [AT] memcpy.com> {
}
Luis Ontanon <luis.ontanon[AT]gmail.com> {
- RADIUS and ISUP enhancements
MATE plugin
+ H.248 context tracing
+ ALCAP call tracing
+ RADIUS dictionary support
+ XML dissector (DTD support)
+ IuUP dissector
+ Lua interface
+ Tektronix K12 rf5 file support
+ SNMPv3 decryption support
}
Luca Deri <deri [AT] ntop.org> {
@@ -2562,6 +2569,11 @@ Clay Jones <clay.jones [AT] email.com> {
Shomiti wireless packet support
}
+Kriang Lerdsuwanakij <lerdsuwa [AT] users.sourceforge.net> {
+ SSCOP improvements
+ K12-rf5 file format improvements
+}
+
and by:
Pavel Roskin <proski [AT] gnu.org>