Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How to log UDP [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
chrisstankevitz
Guru
Guru


Joined: 14 Dec 2003
Posts: 472
Location: Santa Barbara, CA, USA

PostPosted: Wed Sep 28, 2005 6:41 pm    Post subject: How to log UDP [SOLVED] Reply with quote

I want to log UDP traffic from a particular port. Is there an easy way to do this? I guess I could write a quick c program, but I figured there would be a cool linux utility.

Code:
$ log-udp --port=3000 --filename=out.bin


Thanks for your help!

Chris


Last edited by chrisstankevitz on Wed Sep 28, 2005 7:02 pm; edited 1 time in total
Back to top
View user's profile Send private message
skunk
l33t
l33t


Joined: 28 May 2003
Posts: 646
Location: granada, spain

PostPosted: Wed Sep 28, 2005 6:59 pm    Post subject: Reply with quote

Code:
# tcpdump 'udp port 3000' -w out.bin
Back to top
View user's profile Send private message
chrisstankevitz
Guru
Guru


Joined: 14 Dec 2003
Posts: 472
Location: Santa Barbara, CA, USA

PostPosted: Wed Sep 28, 2005 7:02 pm    Post subject: Reply with quote

excellent, thank you!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum