SMPP support, from Tom Uijldert.

svn path=/trunk/; revision=4315
This commit is contained in:
Guy Harris 2001-12-03 20:18:29 +00:00
parent 7c0dc64096
commit 51fe2ab58b
4 changed files with 2219 additions and 2 deletions

View File

@ -818,6 +818,7 @@ Tom Uijldert <Tom.Uijldert[AT]cmg.nl> {
MMSE support
Push-traffic dissecting for WSP/WTLS
UCP support
SMPP support
}
Endoh Akira <endoh[AT]netmarks.co.jp> {

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
# $Id: Makefile.am,v 1.388 2001/12/02 00:38:53 guy Exp $
# $Id: Makefile.am,v 1.389 2001/12/03 20:18:29 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@ -245,6 +245,7 @@ DISSECTOR_SRC = \
packet-smb-logon.c \
packet-smb-mailslot.c \
packet-smb-pipe.c \
packet-smpp.c \
packet-smtp.c \
packet-sna.c \
packet-snmp.c \

View File

@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
# $Id: Makefile.nmake,v 1.147 2001/11/28 07:11:07 guy Exp $
# $Id: Makefile.nmake,v 1.148 2001/12/03 20:18:29 guy Exp $
include config.nmake
include <win32.mak>
@ -196,6 +196,7 @@ DISSECTOR_SRC = \
packet-smb-logon.c \
packet-smb-mailslot.c \
packet-smb-pipe.c \
packet-smpp.c \
packet-smtp.c \
packet-sna.c \
packet-snmp.c \

2214
packet-smpp.c Normal file

File diff suppressed because it is too large Load Diff