From Brooss (bug 2373):

Added TeamSpeak2 dissector

From me:
- Made all local functions static
- Renamed my_vals to conv_vals
- Call correct function to parse LOGINEND
- Fixed some obvious errors in typenames list
- Fixed some indentation

svn path=/trunk/; revision=25973
This commit is contained in:
Stig Bjørlykke 2008-08-09 18:36:22 +00:00
parent 9ef96188ee
commit 165be68562
3 changed files with 1172 additions and 1 deletions

View File

@ -2765,7 +2765,11 @@ Brian Stormont <nospam [AT] stormyprods.com> {
}
Vincent Helfre <vincent.helfre [AT] ericsson.com> {
SNDCP XID dissection
SNDCP XID dissection
}
Brooss <brooss.teambb [AT] gmail.com> {
Teamspeak2 dissector
}
and by:

View File

@ -748,6 +748,7 @@ CLEAN_DISSECTOR_SRC = \
packet-tapa.c \
packet-tcp.c \
packet-tds.c \
packet-teamspeak2.c \
packet-teimanagement.c \
packet-telnet.c \
packet-teredo.c \

File diff suppressed because it is too large Load Diff