![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| tcpdump question | jinsunnyvale | IP Networking | 1 | 01-18-2008 06:04 AM |
| R-326: tcpdump | iBot | Security Advisories (RSS) | 0 | 01-08-2008 09:50 AM |
| Tcpdump in cron | paulzeromi | Shell Programming and Scripting | 5 | 07-22-2007 07:24 PM |
| tcpdump | ant04 | UNIX for Dummies Questions & Answers | 2 | 09-07-2004 03:36 PM |
| How To Use tcpdump | chenhao_no1 | High Level Programming | 2 | 04-01-2003 05:15 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
tcpdump on AIX
I make some tcpdump test on a AIX machine (4.3)
Some configuration run well like tcpdump 'tcp[13] & 0x12 = 2' (#for to have active connection with synis set and ack is not set). But with other caracters like '(' my tcpdump program doesn't run with syntax error, ex.: tcp[13] & 0xff = 2 && (ip[2:2] - ((ip[0] & 0x0f) * 4) - ((tcp[12] & 0xf0) / 4)) != 0 (#attempts to include data on the initialSYN). Is a AIX problem? What should i make to overcome this. Anyone has any idea Thankx |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Your syntax works fine under BSD. I'll boot up my B50 when I get home and try the syntax under AIX. Are you running 4.3.x or 5L? Which version of tcpdump?
Thanks, Keith |
|
#3
|
|||
|
|||
|
I'm using AIX 4.3.3 with tcpdump Version 2.2.1.
Regards, nymus |
|
#4
|
|||
|
|||
|
Tcpdump
i got one question i dont know i am doing right or wrong
i am lloking to produce a tcpdump of a dns lookup and the start of a telnet connection(including tcp hand shaking and the first few data packets) can any body help me what command is sutible for this thanks |
|
#5
|
|||
|
|||
|
first few packets of a telnet connection? Sounds a little shady if you ask me...
are you getting a syntax error?? this should do the trick without being fancy. You might want to add other flags Code:
tcpdump port 23 |
|||
| Google The UNIX and Linux Forums |