SipBomber 0.8
What is it
SipBomber is sip-protocol testing tool for Linux originally developed by Metalink in 2003 for internal use and released later as GPL open source product.
What’s new in 0.8
Although we knew it was downloaded and used by thousands of developers, we received very little feedback on it and ceased support for this software. The old version (ie 0.7) can be found here. After the launch of this new website I found by looking into server log files that many people still want to download it. Therefore here it is again. The version is 0.8 and now it compiles fine with the latest gcc (tested with Fedora Core 4). If you managed to build 0.7 yourself you don’t need to download 0.8! Here are few links for those who know what to do:
Quick links
Download SipBomber 0.8 source code
View Readme file
Instructions
Readme is highly recommended for those who want to use all features. If you don’t want long reading here is the shorter version:
1. Download sources
2. Do the magic
tar -xzf sipbomber_0.8.tar.gz
cd sipbomber
make
./sipb_main
3. Click “Run”
Why use it
We created it during sip-server development to have the automated testing tool which would verify our sip-implementation througout the development process. If you are working on sip implementation and didn’t test it with SipBomber yet, you should probably do it now as in 8 of 10 cases intital tests lead to server crashes. This is probably the reason why security people like to use SipBomber in penetartion tests of networks running sip-servers or devices.
If you use this software, please take a moment to leave a comment to this post!
41 Comments »
RSS feed for comments on this post. TrackBack URI
Leave a comment
-
- Categories:
- Technology
- Life
- Solutions box
- Usability
- Vista
- Recent posts:
- trim() function for ActionScript and JavaScript
- How to be stupid
- Posting the old stuff
- The Magic
- Cloudy day at Loudtalks
- You don’t have to prove
- TechCrunch50 list announced
- Recent translations:
- Recent comments:
- Cardin: I believe with optimisation all of these technologies, Java, Flash, Silverlight, Javascript can achieve much...
- Alexey Gavrilov: @Tunc: Tell them to send with USPS and you should be fine. Non-dutiable limit for incoming mail has...
- Tunc: I bought a running shoe and a watch that record some of your data(heart rate, speed, gps coordinates of places...
- Alexey Gavrilov: Sharing a recent good experience. A Blackberry phone (0.7 kg, under $300 value = non-dutiable if you...
- Alexey Gavrilov: Tracking on Russian Post website may include more information than provided by USPS:...
-
September 2010 M T W T F S S « Feb 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 - Archives:
- February 2010
- December 2009
- January 2009
- October 2008
- September 2008
- April 2008
- March 2008
- February 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- Feeds:
RSS
Comments RSS










Please continue support of this tool. It is great! It would be nice to build in new test cases.
Comment by Terron Williams — October 3, 2006 @ 11:19 pm
Note about QT
QT is GUI library from Trolltech, which SipBomber uses. You need it installed along with development headers to build SipBomber. If you are under RedHat or Fedora then you should see something like that:
[root@tear ~]# rpm -qa | grep ‘qt’
qt-designer-3.3.4-14
qt-3.3.4-14
qt-devel-3.3.4-14
[root@tear ~]#
Also ‘env’ command should show you QTDIR value set to the folder where QT is installed. If you don’t see it there then you need to install QT first.
Please note that SipBomber is not compatible with Qt 4.x branch yet.
Comment by alex — October 10, 2006 @ 12:21 am
I am running Fedora Core 5 and would like to try this new version (0.8). I shall post my experimental result after my success/failure.
By the way, did anyone successfully compile it on FreeBSD?
Comment by Solomon — October 18, 2006 @ 6:51 pm
HOW TO START DOING TEST CASES?
Comment by shakthi — December 16, 2006 @ 9:04 am
Shakthi, take a look at the screenshot at this page. This is what you’ll see after clicking Run button. On that dialog you should move the tests you want to run from the left list box to the right one and click either Run Serial or Run Parallel button. Hope this helps.
Comment by alex — December 16, 2006 @ 5:29 pm
hi,
i cant run it on win32. please provide win32 support also!
Comment by sriharsha — January 5, 2007 @ 11:24 am
hi,
a question: SipBomber could run on Ubuntu linux distribution?
thank you!
Comment by nar-con — February 11, 2007 @ 8:49 pm
We didn’t try it on Ubuntu but it should run there as long as you have QT 3.x installed along with development headers.
Comment by Alexey Gavrilov — February 13, 2007 @ 5:43 pm
Cannot compile the source package on ubuntu6.06,
I pasted the error message here:
../sipb_stpacket.h:13:23: error: qdatetime.h: No such file or directory
In file included from sipb_stest.h:10,
from sipb_stest.cpp:6:
../sipb_paramlist.h:9:24: error: qvalidator.h: No such file or directory
../sipb_stpacket.h:20: error: ‘QTime’ does not name a type
../sipb_stpacket.h: In constructor ‘sipb_stpacket::sipb_stpacket()’:
../sipb_stpacket.h:34: error: ‘t’ was not declared in this scope
../sipb_paramlist.h: At global scope:
../sipb_paramlist.h:24: error: ISO C++ forbids declaration of ‘QValidator’ with no type
../sipb_paramlist.h:24: error: expected ‘;’ before ‘*’ token
../sipb_paramlist.h:59: error: ISO C++ forbids declaration of ‘QValidator’ with no type
../sipb_paramlist.h:59: error: expected ‘;’ before ‘*’ token
make[1]: *** [sipb_stest.o] Error 1
make[1]: Leaving directory `/home/luom/Desktop/sipbomber/stests’
make: *** [subdirs] Error 2
Comment by bill luo — March 8, 2007 @ 10:47 am
I get the following error when i run. pls help
General Error: Can’t read test=/usr/share/sipbomber
Comment by Ravi — March 8, 2007 @ 1:17 pm
@bill luo:
Apparently you don’t have Qt installed. Try:
apt-get install qt3
apt-get install libqt3-mt-dev
apt-get install libqt3-headers
(I don’t have Ubuntu so can’t tell exact list of packages you need)
@Ravi:
Do you have a sub-folder (in the folder holding sipb_main) named ‘testcases’ with files like ‘0000000′, ‘0000001′ etc inside ?
If you do but it still doesn’t work you can try setting “testcases dir” value to test cases folder.
Comment by Alexey Gavrilov — March 8, 2007 @ 11:43 pm
Hi,
I am new to sipbomber , is there forum of this?
Comment by santhohs — April 10, 2007 @ 2:22 pm
There is no forum for sipbomber but you can ask your questions here.
Comment by Alexey Gavrilov — April 12, 2007 @ 1:57 pm
This is the error I am getting: Any suggestions? I am using ubuntu 7.0.4. Thanks,
Sparky
make
cd stests;make all
make[1]: Entering directory `/home/mmullen/tools/voip/sipbomber/stests’
c++ -O -Wall -W -Wno-long-long -Wno-unused -ansi -DQT_THREAD_SUPPORT -D_REENTRANT -I../ -I/include -I../bnf -I./ -I../cert_test -c sipb_stest.cpp -o sipb_stest.o
In file included from ../sipb_stestinfo.h:10,
from sipb_stest.h:9,
from sipb_stest.cpp:6:
../sipb_stpacket.h:13:23: error: qdatetime.h: No such file or directory
In file included from sipb_stest.h:10,
from sipb_stest.cpp:6:
../sipb_paramlist.h:9:24: error: qvalidator.h: No such file or directory
../sipb_stpacket.h:20: error: ‘QTime’ does not name a type
../sipb_stpacket.h: In constructor ‘sipb_stpacket::sipb_stpacket()’:
../sipb_stpacket.h:34: error: ‘t’ was not declared in this scope
../sipb_paramlist.h: At global scope:
../sipb_paramlist.h:24: error: ISO C++ forbids declaration of ‘QValidator’ with no type
../sipb_paramlist.h:24: error: expected ‘;’ before ‘*’ token
../sipb_paramlist.h:59: error: ISO C++ forbids declaration of ‘QValidator’ with no type
../sipb_paramlist.h:59: error: expected ‘;’ before ‘*’ token
make[1]: *** [sipb_stest.o] Error 1
make[1]: Leaving directory `/home/mmullen/tools/voip/sipbomber/stests’
make: *** [subdirs] Error 2
Comment by Mark — July 12, 2007 @ 10:33 pm
Mark, it seems that you don’t have Qt and/or Qt development headers installed. You may try something like:
apt-get install qt3
apt-get install libqt3-mt-dev
apt-get install libqt3-headers
Comment by Alexey Gavrilov — July 17, 2007 @ 11:46 am
Hi fellows
I have successfully installed this software on Linux (Fedora 7 - Moonshine). Well at the moment i am learning how to penetrate into SIP server..
Hope this will work.
bye
Comment by Ali — August 7, 2007 @ 11:39 pm
Hi,
>>> I ran make on fedora 7 machine and got this error. Don’t know what library I am missing.
make
cd stests;make all
make[1]: Entering directory `/opt/sipbomber/stests’
c++ -O -Wall -W -Wno-long-long -Wno-unused -ansi -DQT_THREAD_SUPPORT -D_REENTRANT -I../ -I/include -I../bnf -I./ -I../cert_test -c sipb_stest.cpp -o sipb_stest.o
In file included from ../sipb_stestinfo.h:10,
from sipb_stest.h:9,
from sipb_stest.cpp:6:
../sipb_stpacket.h:13:23: error: qdatetime.h: No such file or directory
In file included from sipb_stest.h:10,
from sipb_stest.cpp:6:
../sipb_paramlist.h:9:24: error: qvalidator.h: No such file or directory
../sipb_stpacket.h:20: error: âQTimeâ does not name a type
../sipb_stpacket.h: In constructor âsipb_stpacket::sipb_stpacket()â:
../sipb_stpacket.h:34: error: âtâ was not declared in this scope
../sipb_paramlist.h: At global scope:
../sipb_paramlist.h:24: error: ISO C++ forbids declaration of âQValidatorâ with no type
../sipb_paramlist.h:24: error: expected â;â before â*â token
../sipb_paramlist.h:59: error: ISO C++ forbids declaration of âQValidatorâ with no type
../sipb_paramlist.h:59: error: expected â;â before â*â token
make[1]: *** [sipb_stest.o] Error 1
make[1]: Leaving directory `/opt/sipbomber/stests’
make: *** [subdirs] Error 2
>>> Do I miss any of the qt library ?
rpm -qa | grep ‘qt’
dbus-qt-0.70-1.fc7
qt-devel-3.3.8-4.fc7
avahi-qt3-0.6.17-1.fc7
qt-3.3.8-4.fc7
qt-designer-3.3.8-4.fc7
qt-3.3.8-4.fc7
qt-devel-3.3.8-4.fc7
dbus-qt-0.70-1.fc7
>>> Last question that I have is,
my company is implemting a SIP routing proxy server,
I would like to know if it’s possible
to use sip bomber as a load client to send in
sip requests with different CALL-ID
Thanks
Comment by vinh — August 8, 2007 @ 5:28 pm
Hi Vinh
I had install Sipbomber on Fedora 7 (Moonshine) and the out is as followed.
[root@asteriskserver alisendme]# rpm -qa |grep ‘gt’
GConf2-gtk-2.18.0.1-2.fc7
pygtk2-libglade-2.10.6-1.fc7
libgtop2-2.14.8-1.fc7
gtk-sharp2-2.10.0-4.fc7
gthumb-2.10.5-1.fc7
libgtop2-devel-2.14.8-1.fc7
xdg-user-dirs-gtk-0.5-1.fc7
gtkhtml2-2.11.0-4
gnome-python2-gtksourceview-2.18.0-1.fc7
gtk2-devel-2.10.14-3.fc7
pygtk2-codegen-2.10.6-1.fc7
gnome-python2-gtkhtml2-2.14.3-4.fc7
gtkspell-2.0.11-3.fc7
gtk-doc-1.8-2.fc7
pygtk2-2.10.6-1.fc7
gtkhtml3-3.14.3-1.fc7
usermode-gtk-1.92-0.fc7
authconfig-gtk-5.3.15-1.fc7
scim-bridge-gtk-0.4.10-1.fc7
gtk2-engines-2.10.2-2.fc7
gtksourceview-1.8.5-1.fc7
gtk2-2.10.14-3.fc7
pygtk2-devel-2.10.6-1.fc7
if you are missing some package you may download them accordingly. Hope this will help you.
Note: Although i am having the same errors in Debian as you have in Fedora…
Bye
Comment by Ali — August 8, 2007 @ 8:50 pm
Hi
On Fedora 7 (Moonshine) output is as followed.
[root@asteriskserver alisendme]# rpm -qa | grep ‘qt’
qt-devel-3.3.8-4.fc7
qt-3.3.8-4.fc7
qt-designer-3.3.8-4.fc7
Comment by Ali — August 8, 2007 @ 8:58 pm
Hi Ali,
Thanks for the help.
After I did a yum to update all the packages in my fedora7 machine I was able to do a make without any errors. And I was able to run sipbomber successfully.
Question for you:
It seems like sipbomber only run data files
from oulu, if I have my own test data (i.e, INVITE text files), how can I run them with sipbomber, any ideas ? I read the README file but it did not say how to do that .
Comment by vinh — August 9, 2007 @ 5:45 pm
Hi Vinh
I am afraid i don’t know about this at the moment.
Ha ha, i tell you about a funny story. I had spent my 3 days to install Sipbomber on another PC running the same version of Fedora7……
Oh thank God, following your advice i did ran ‘yum update’ and its working..lol
Comment by Ali — August 13, 2007 @ 5:14 pm
Hello Vinh
Yes, you can use your own testfile. What i know that your own file only be used during CERT_TEST.
INSTRUCTIONS:
Click RUN button in SIPBOMBER
Select CERT_TEST
You will find a “testcaseses dir” input box on your right. Put there the path of your own testcase file i.e. [yourpath/your_testcase_dir/*
I hope this may help you. Secondly i ran this tool many times and i get this error.
For example if i run REGISTER_valid
i get message: “Packet Error: No reply for this packet”
Did you find any positive results out of this tool?
Regards…
Comment by Ali — August 16, 2007 @ 7:24 pm
Interesting tool. I’m doing some SIP testing and was wondering if there is any documentation on the test cases. There’s 4527 test files but I don’t know what they test.
Comment by Louis — October 3, 2007 @ 1:09 am
Interesting tool. I’m doing some SIP testing and was wondering if there is any documentation on the test cases. There’s 4527 test files but I don’t know what they test.
Sent twice wrong e-mail first time.
Comment by Louis — October 3, 2007 @ 1:09 am
Hello,
you can compile SipBomber on Ubuntu (Gusty Gibbon) this way:
- add qt3 lib and headers: apt-get install libqt3-mt-dev
- in the three following makefiles ./Makefile ./cert_test/Makefile ./stests/Makefile , add -I/usr/include/qt3/ at the end of the INC line.
- Modifiy the ./Makefile and modify the MOC line this way: MOC=/usr/bin/moc
Comment by Mathieu Dessus — November 15, 2007 @ 2:07 pm
ok thank you, i’ll get it on my debian box.
but could this tools use as DoS tools againts a sip server ?
Comment by katiamong — November 18, 2007 @ 6:33 am
Hello!
I have a question about SIP Bomber. I get this error for most of the test: “Packet Error: No reply for this packet”! What can I do? Please help me!Thanks!
Comment by minyuta — November 22, 2007 @ 5:47 pm
“Packet Error: No reply for this packet”
For some tests this is a normal behavior. It means the server didn’t reply to some packet, which is fine for penetration tests (as long as the server didn’t crash)
Comment by Alexey Gavrilov — November 23, 2007 @ 7:15 pm
Is this the same suite of SIP tests as the PROTOS SIP Test Suite (INVITE Torture Test)? Someone above mentioned 4527 test cases, which is the same number as in PROTOS (http://www.ee.oulu.fi/research/ouspg/protos/testing/c07/sip/index.html).
Comment by Jeff — November 27, 2007 @ 11:06 pm
Yes, it includes PROTOS tests
Comment by Alexey Gavrilov — November 27, 2007 @ 11:57 pm
Hello,
I have a problem with this tool. I’m trying to do a valid register requests, but it seems to be impossible. Every time I tried I get “Packet error:no replay for this packet”.I’ve already read that it could be a normal behaviour, but how to get a different replay? And how to send standard sip registration messages?
Thanks
Comment by elisa — April 23, 2008 @ 1:42 pm
Has anyone got Sipbomber to work on OpenSuSe??
If so any hints??
Thanks!
Comment by Galo — July 22, 2008 @ 10:24 pm
I am currently getting this error when trying it on OpenSuSe:
OpenSuSe:/sipbomber/sipbomber # make
cd stests;make all
make[1]: Entering directory `/sipbomber/sipbomber/stests’
c++ -O -Wall -W -Wno-long-long -Wno-unused -ansi -DQT_THREAD_SUPPORT -D_REENTRANT -I../ -I/usr/lib/qt3/include -I../bnf -I./ -I../cert_test -c sipbst_sendrecv.cpp -o sipbst_sendrecv.o
sipbst_sendrecv.cpp: In member function ‘void sipbst_sendrecv::refresh_net()’:
sipbst_sendrecv.cpp:184: error: ‘random’ was not declared in this scope
sipbst_sendrecv.cpp:191: error: ‘random’ was not declared in this scope
make[1]: *** [sipbst_sendrecv.o] Error 1
make[1]: Leaving directory `/sipbomber/sipbomber/stests’
make: *** [subdirs] Error 2
Any ideas???
Comment by Galo — July 24, 2008 @ 2:12 am
Finally,
With the help of my buddy and an excellent coder, we had to go through most files adding libraries (mostly include ) to get it to compile without errors.
Now it is time to play with it!!!
Comment by Galo — July 24, 2008 @ 5:46 pm
Hi,
Facing the same problem as described by Elisa (April 23, 2008). Want to make valid registrations but get a ‘Packet Error: No reply for this packet”. This appears to be due to a mismatch between the port reported by the outgoing Via header and the physical port used to send the message to the server. Is there a way to force SIPBomber to use a particular outgoing port and also to ensure this matches the one in the Via header?
Thanks!
Comment by ecouter — October 13, 2008 @ 9:49 am
Hi,
When I was trying to build this tool v0.8 on RED HAT Linux 7.X, a lot of errors came out when linking the objects, a snapshot of log shows below:
qsipb_gen.o(.text+0xe8): undefined reference to `operator new(unsigned int)’
qsipb_gen.o(.text+0xfa): undefined reference to `qsipb_stmanager::qsipb_stmanager(QWidget*)’
qsipb_gen.o(.text+0×106): undefined reference to `operator delete(void*)’
qsipb_gen.o(.text+0×11a): undefined reference to `operator new(unsigned int)’
qsipb_gen.o(.text+0×138): undefined reference to `operator delete(void*)’
qsipb_gen.o(.text+0×153): undefined reference to `QString::QString(char const*)’
qsipb_gen.o(.text+0×166): undefined reference to `QTabWidget::addTab(QWidget*, QString const&)’
qsipb_gen.o(.text+0×180): undefined reference to `QString::shared_null’
qsipb_gen.o(.text+0×188): undefined reference to `QString::shared_null’
qsipb_gen.o(.text+0×196): undefined reference to `QStringData::deleteSelf()’
QT version is listed below:
# rpm -qa |grep qt
qt-3.0.3-11
qt2-2.3.1-3
qt-devel-3.0.3-11
qt-designer-3.0.3-11
#
Compiler Version:
# gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110)
The QT path:
# echo $QTDIR
/usr/lib/qt3-gcc2.96
Someone has any idea for solving this issue?
Comment by Addison — November 13, 2008 @ 4:57 pm
Same problem as comment 33, do you know what needed to be included - I’m using Ubuntu 9.04
Comment by Ben — July 24, 2009 @ 12:22 pm
Same problem as comment 33 and 37 on Ubuntu 9.10 - the Karmic Koala. Please list what was needed to be added to resolve this.
cd stests;make all
make[1]: Entering directory `/root/sipbomber/stests’
c++ -O -Wall -W -Wno-long-long -Wno-unused -ansi -DQT_THREAD_SUPPORT -D_REENTRANT -I../ -I/include -I../bnf -I./ -I../cert_test -I/usr/include/qt3/ -c sipbst_sendrecv.cpp -o sipbst_sendrecv.o
sipbst_sendrecv.cpp: In member function ‘void sipbst_sendrecv::refresh_net()’:
sipbst_sendrecv.cpp:184: error: ‘random’ was not declared in this scope
sipbst_sendrecv.cpp:191: error: ‘random’ was not declared in this scope
make[1]: *** [sipbst_sendrecv.o] Error 1
make[1]: Leaving directory `/root/sipbomber/stests’
make: *** [subdirs] Error 2
Comment by Joel — April 16, 2010 @ 7:39 pm
Hi,
To those of you that are facing my original problem described in comment 33, this is what we had to do to compile successfully:
- This error “sipbst_sendrecv.cpp:184: error: ‘random’ was not declared in this scope” shows that it does not know what to do with “random”
- You can google random() or do a ‘man random’ and you’l find out it is a module declared in a standard linux library stdlib.h.
- So all you have to do is declare the library by adding a line ‘#include ‘ into the sipbst_sendrecv.cpp file. So the begging would look like this:
//sipbst_sendrecv.cpp
//Copyright (C) 2003 Metalink LTD
//Author: Rodionov Sergey (seger@metalinkltd.com)
//This program is distributed under terms of GPL (see LICENSE)
#include “sipbst_sendrecv.h”
#include “sipb_bnftools.h”
#include
#include
#include
#include
#include
This will fix this issue. Please note that you will have the same error with other files so we had to go one by one until we face the error because we didn’t know which files are calling this function.
Hope this helps
Comment by Galo — April 19, 2010 @ 6:15 pm
Clearing up my comment. After posting when changing to html the “>” sign is missing.
The line to add at the beginning of the file is: #include <stdlib.h>
So it looks like this:
//sipbst_sendrecv.cpp
//Copyright (C) 2003 Metalink LTD
//Author: Rodionov Sergey (seger@metalinkltd.com)
//This program is distributed under terms of GPL (see LICENSE)
#include “sipbst_sendrecv.h”
#include “sipb_bnftools.h”
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdexcept>
#include <stdlib.h>
Comment by Galo — April 19, 2010 @ 6:24 pm
HI Galo,
I have modified all files one by one but the last one(sipb_bnftools.cpp) gives this error :
cd stests;make all
make[1]: entrant dans le répertoire « /home/labo/Téléchargements/sipbomber/stests »
c++ -O -Wall -W -Wno-long-long -Wno-unused -ansi -DQT_THREAD_SUPPORT -D_REENTRANT -I../ -I/include -I../bnf -I./ -I../cert_test -I/usr/include/qt3/ -c sipb_bnftools.cpp -o sipb_bnftools.o
sipb_bnftools.cpp: In static member function ‘static void sipb_bnftools::set_message(bnf_parser&, std::string, std::string, std::vector, std::allocator >, std::allocator, std::allocator > > >&, std::vector, std::allocator >, std::allocator, std::allocator > > >&, int)’:
sipb_bnftools.cpp:231: error: no matching function for call to ‘find(__gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, __gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, std::basic_string, std::allocator >&)’
sipb_bnftools.cpp:237: error: ‘sort’ was not declared in this scope
sipb_bnftools.cpp:239: error: ‘unique_copy’ was not declared in this scope
sipb_bnftools.cpp:249: error: no matching function for call to ‘find(__gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, __gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, std::basic_string, std::allocator >&)’
sipb_bnftools.cpp:252: error: no matching function for call to ‘find(__gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, __gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, std::basic_string, std::allocator >&)’
sipb_bnftools.cpp:259: error: no matching function for call to ‘find(__gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, __gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, std::basic_string, std::allocator >&)’
make[1]: *** [sipb_bnftools.o] Erreur 1
make[1]: quittant le répertoire « /home/labo/Téléchargements/sipbomber/stests »
make: *** [subdirs] Erreur 2
any idea ?
Regards.
Pascal.
Comment by Pascal — May 27, 2010 @ 1:19 pm