From Rowan McFarlane: Update Skinny to support Cisco CallManager 4.x,

add support for Cast Client Control Protocol.

svn path=/trunk/; revision=10140
This commit is contained in:
Gerald Combs 2004-02-20 21:25:16 +00:00
parent 058dbba4b9
commit e6b04d59f4
5 changed files with 3675 additions and 45 deletions

View File

@ -2035,6 +2035,10 @@ Ian Schorr <ischorr [AT] comcast.net> {
"Host list" taps
}
Rowan McFarland <rmcfarla[AT]cisco.com> {
Support for Cisco CallManager 4.x in Skinny, CAST support.
}
And assorted fixes and enhancements by the people listed above and by:
Pavel Roskin <proski [AT] gnu.org>

View File

@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
# $Id: Makefile.common,v 1.16 2004/02/20 10:04:10 sahlberg Exp $
# $Id: Makefile.common,v 1.17 2004/02/20 21:25:15 gerald Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@ -61,6 +61,7 @@ DISSECTOR_SRC = \
packet-bssap.c \
packet-bssgp.c \
packet-bvlc.c \
packet-cast.c \
packet-ccsds.c \
packet-cdp.c \
packet-cgmp.c \

View File

@ -2128,6 +2128,7 @@ B<http://www.ethereal.com>.
Magnus Hansson <mah [AT] hms.se>
Pavel Kankovsky <kan [AT] dcit.cz>
Nick Black <dank [AT] reflexsecurity.com>
Rowan McFarland <rmcfarla [AT] cisco.com>
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to give his
permission to use his version of snprintf.c.

1787
packet-cast.c Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff