Seagull is a free, Open Source (GPL) multi-protocol traffic generator test tool. Primarily aimed at IMS (3GPP, TISPAN, CableLabs) protocols (and thus being the perfect complement to SIPp for IMS testing), Seagull is a powerful traffic generator for functional, load, endurance, stress and performance/benchmark tests for almost any kind of protocol. In addition, its openness allows to add the support of a brand new protocol in less than 2 hours - with no programming knowledge. For that, Seagull comes with several protocol families embedded in the source code: Binary/TLV (Diameter, Radius and many 3GPP and IETF protocols) External library (TCAP, SCTP) Text (XCAP, HTTP, H248 ASCII)
14 lines
370 B
C++
14 lines
370 B
C++
$NetBSD: patch-library-trans-ip_C__TransIP.cpp,v 1.1 2013/09/02 19:08:25 thomasklausner Exp $
|
|
|
|
Add header for str*, mem* prototypes.
|
|
|
|
--- library-trans-ip/C_TransIP.cpp.orig 2010-10-27 12:30:16.000000000 +0000
|
|
+++ library-trans-ip/C_TransIP.cpp
|
|
@@ -21,6 +21,7 @@
|
|
#include "Utils.hpp"
|
|
|
|
#include <cerrno>
|
|
+#include <string.h>
|
|
#include <unistd.h>
|
|
|
|
#include <regex.h>
|