Version 1.6.0 testing program: sniffer, fuzzer ...

Asked by Friedrich

Hi,

I am trying the new version 1.6.0. I have a very basic question here:

After I install the library, how do I use the testing program such as sniffer, fuzzer. I can see sniffer.c file but don't know how to use it. Sorry if it is already in the FAQs I didn't find.

Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
rohc Edit question
Assignee:
No assignee Edit question
Solved by:
Friedrich
Solved:
Last query:
Last reply:
Revision history for this message
Friedrich (hitlbs) said :
#1

The problem has been solved.

Actually, I couldn't see the executable sniffer file because I didn't configure correctly. Under the link of "Build and install the library from sources" "For versions >= 1.6.0", it recommends Configure the library: $ ./configure --prefix=/usr. I followed it exactly resulting in being unable to see the executable files.

Suggestions are that we shall also read "For 1.5.0 <= versions < 1.6.0" where reminds us all the configure options. I used the following to build the small apps:
 ./configure --prefix=/usr --enable-app-fuzzer --enable-app-performance --enable-app-sniffer --enable-app-tunnel

It would be more convenient by adding the configure options under "For versions >= 1.6.0" as well.

Hope it helps.

Revision history for this message
Didier Barvaux (didier-barvaux) said :
#2

Hello,

> It would be more convenient by adding the configure options under
> "For versions >= 1.6.0" as well.

I moved them on a separate page to simplify the instructions.

On page http://rohc-lib.org/wiki/doku.php?id=library-install-sources#for_versions_160 , the 7th step reads:
"Add [optional configure options http://rohc-lib.org/wiki/doku.php?id=library-install-sources-options] to customize the behaviour of the ROHC library and/or build additional tools."

Regards,
Didier