Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

traceconvert(1) [debian man page]

TRACECONVERT(1) 						   User Commands						   TRACECONVERT(1)

NAME
traceconvert - convert a trace from one format to another SYNOPSIS
traceconvert inputuri outputuri ... DESCRPTION
traceconvert copies all packets from an inputuri to an output uri converting the trace as necessary. traceconvert is a shellscript wrapper around tracesplit(1) EXAMPLES
traceconvert erf:/traces/bigtrace.gz pcap:- | tcpdump -r - -n LINKS
More details about traceconvert (and libtrace) can be found at http://www.wand.net.nz/trac/libtrace/wiki/UserDocumentation SEE ALSO
libtrace(3), tracemerge(1), tracesplit(1), tracefilter(1), tracesummary(1), tracereport(1), tracesplit_dir(1), tracestats(1), tracert- stats(1), tracepktdump(1), traceanon(1), tracereplay(1), tracediff(1), traceends(1), tracetopends(1) AUTHORS
Perry Lorier <perry@cs.waikato.ac.nz> traceconvert (libtrace) October 2005 TRACECONVERT(1)

Check Out this Related Man Page

TRACEPKTDUMP(1) 						   User Commands						   TRACEPKTDUMP(1)

NAME
tracepktdump - output packets in human readable format SYNOPSIS
tracepktdump [ -f exp | --filter=exp ] [ -c num | --count=num ] inputuri ... DESCRPTION
tracepktdump verbosely outputs packets in a human readable form, suitable for diagnosing packets. tracepktdump uses the libpacketdump library. There is an example tracepktdump program in the examples directory that shows how to use lib- packetdump. -f bpf-filter --filter bpf-filter Output only packets that match the bpf-filter expression. See tcpdump(1) for the syntax of the bpf-filter expression. -c num --count num stop after displaying num packets. LINKS
More details about tracepktdump (and libtrace) can be found at http://www.wand.net.nz/trac/libtrace/wiki/UserDocumentation SEE ALSO
libtrace(3), tracemerge(1), tracesplit(1), tracesplit_dir(1), tracefilter(1), tracestats(1), tracesummary(1), traceconvert(1), tracere- port(1), tracertstats(1), traceanon(1), tracereplay(1), tracediff(1), traceends(1), tracetopends(1) AUTHORS
Perry Lorier <perry@cs.waikato.ac.nz>, Daniel Lawson <dlawson@cs.waikato.ac.nz> tracepktdump (libtrace) November 2005 TRACEPKTDUMP(1)
Man Page

13 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

tracert?

Is there a command line unix variant of a route tracing tool akin to tracert on the pc's? (3 Replies)
Discussion started by: ccy
3 Replies

2. Shell Programming and Scripting

shellscripting question

I have been “commissioned” to write a shellscript to automate Oracle cold refeshes.. right now we perform about 20 refresh each 300gb in size which takes up our time. my goal is to write a shellscript which can be executed by a user on serverA to refresh any of the 7 databases on ServerA. I am... (4 Replies)
Discussion started by: jigarlakhani
4 Replies

3. Programming

Shellscript for MQSeries

Iam new to shellscript. 1)How to strart QUERYMANAGER using shellscript. 2)How to put and get messages in MQSeries using shellscripts. 3)iam using local queues . Thanks lot. (0 Replies)
Discussion started by: ram2s2001
0 Replies

4. Shell Programming and Scripting

newbie shellscript tryout help.

hi, i have the following shellscript and it keeps telling me that Add: command not found. Can anyone explain to me whats wrong? for userName in `awk -F":" '{print $3}' passwd` do while do echo $userName $count = `expr $count + 1` ... (3 Replies)
Discussion started by: cstudent
3 Replies

5. Shell Programming and Scripting

Problems with SQLPLUS in shellscript

Hi All, I need to run one sql query from my shellscript. query is something like this SELECT DISTINCT 1 FROM ******* WHERE ***** ('CRE','CRA') AND TO_CHAR (***** , 'DD:MM:YYYY') = TO_CHAR ( SYSDATE, 'DD:MM:YYYY') AND ****** IN ( 0) AND ******** =0; I can't call sql file inside... (7 Replies)
Discussion started by: scorpio
7 Replies

6. IP Networking

tcpdump -w: how to reduce disk space ?

Hello ! I am using tcpdump -w /tr.cap -p -n -s 0 "udp" to trace my network trafic. (analysing later) I want to reduce the size of the trace files. Firtst i can use the great -C option but old files are not deleted... Second I don't want trace RTP packet but i can't find how to use... (1 Reply)
Discussion started by: Calimero90
1 Replies

7. IP Networking

Interpreting [|llc] frames in enterprise traffic trace

The LBNL/ICSI Enterprise Tracing Project at LBNL/ICSI Enterprise Tracing Project - Project Overview provides a trace of an enterprise's network from 2005. Upon reading these files with tcpdump, along with regular packets that appear like- 12:04:51.696971 IP 128.3.189.248.netbios-ssn >... (0 Replies)
Discussion started by: sstatla
0 Replies

8. UNIX for Advanced & Expert Users

$$number in the shell or shellscript

What does $$number in the shell or shellscript do? Something like this where they use $$3 and $$1. Managing projects with GNU make - Robert Mecklenburg, Robert William Mecklenburg, Andrew Oram - Google Books (4 Replies)
Discussion started by: cokedude
4 Replies

9. UNIX for Dummies Questions & Answers

Merging data in a file

Hello, Firstly I just wanted to say that I'm not a programmer at all and appreciate any help you can give. I am trying to create a shellscript that reformats the file and adding up colums 5 and 6 for those sections that are continuation of the previous line(s) (signified by beginning with '*')... (4 Replies)
Discussion started by: neilh1703
4 Replies

10. Shell Programming and Scripting

how to convert this script in command line?

im trying to use this shellscript in one command line, but isnt working. shellscript: SERVER=ftp.site.com USER=Foo PASSW=3122 ftp -v -n $SERVER <<END_OF_SESSION user $USER $PASSW $FILETYPE lcd /home/foo/mywebsite mput * mput *.* bye END_OF_SESSION Im trying a lot of... (7 Replies)
Discussion started by: fbs777
7 Replies

11. Shell Programming and Scripting

How to find the shellscript which is running In background is completed or not?

HI All, I need the answer of below question? 1) how to find the shellscript which is running In background is completed or not ? ex: I know the shellscript name abc.sh which is running in background through cronjob. I want to know this is job is still running or stopped, how to... (3 Replies)
Discussion started by: pspriyanka
3 Replies

12. Shell Programming and Scripting

How to write multiple cronjobs in shellscript?

Hi All, I need the answer of below question? 1) How to write multiple cronjobs in shellscript? Is there any way or we cant write in shellscript... this is interview question Regards, Priyanka (1 Reply)
Discussion started by: pspriyanka
1 Replies

13. Shell Programming and Scripting

Is it possible to write write multiple cronjobs in shellscript??

Hi All, I need the answer of below question? 1) How to write multiple cronjobs in shellscript? Is there any way or we cant write in shellscript... Regards, Priyanka (2 Replies)
Discussion started by: pspriyanka
2 Replies