Data recording on Network


 
Thread Tools Search this Thread
Special Forums IP Networking Data recording on Network
# 1  
Old 12-05-2006
Data recording on Network

Hello, I have been task to record data on the network between two computers. On one side I have a Solaris 8 computer and on the other side there is a VX/Works machine. The messages that come across are data messages using a UDP protocol on a dedicated IP address. Does Solaris have anything I can use to accomplish this task? Or is there anything out that I can install?

Thanks in advanced
# 2  
Old 12-05-2006
If you want to monitor network traffic between those computers you could use snoop. But thats kinda limited, so it depends on what kind of data you want to record.

Darwin
# 3  
Old 12-06-2006
give tcpdump a try
# 4  
Old 12-06-2006
Quote:
Originally Posted by Darwin_
If you want to monitor network traffic between those computers you could use snoop. But thats kinda limited, so it depends on what kind of data you want to record.

Darwin
Not really. Recording traffice is exactly what it does, any an all traffic that makes it as far as the interfaces. However it is not a good tool for most people for examining the data, ethereal (among others) might be a tool that could be used for that. You can examine the snoop recordings using etherreal.
# 5  
Old 12-07-2006
Thank you so much for your inputs. It looks like ethereal is the tool of choice. One of the functions that need to be perform is recording data and play the recorded data back.

Does ethereal have a playback capability?
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Extracting recording using egrep

Hello, Need help using egrep file format: test.gz Date, time, , number 1, number 2, counter... 20130618,912154, ,009912345678,911111111111,10000, , ,abc 20130618,982148, ,009101373810,034028791952294,8999, , ,gh Want to extract number1 OR number2 records in files based on a two or... (8 Replies)
Discussion started by: vegasluxor
8 Replies

2. UNIX for Advanced & Expert Users

Recording stats for Comcast

The last few weeks I've had a problem with Comcast in San Francisco (anyone else sharing the same issue ? Please share !) During the late afternoon throughout early morning hours I see a high amount of dropped packets and increased latency when pinging my favorite destinations, like 8.8.8.8. ... (1 Reply)
Discussion started by: SandmanCL
1 Replies

3. Shell Programming and Scripting

[Video stream] network stream recording with mplayer

Hi I used this command: mplayer http://host/axis-cgi/mjpg/video.cgi -user root -passwd root \ -cache 1024 -fps 25.0 -nosound -vc ffh264 \ -demuxer 3 -dumpstream -dumpfile output.avi It's ok but... Video Playing is very fast! Why? Is it a synch problem? What parameter I have to use for... (1 Reply)
Discussion started by: takeo.kikuta
1 Replies

4. Shell Programming and Scripting

generating reports based on time field of network data

hi i have data extracted in the following format ranging around 300000 to 800000 records in a text file , the format is of network data . No. Time Source Destination Protocol 1 1998-06-05 17:20:23.569905 HP_61:aa:c9 HP_61:aa:c9 ... (1 Reply)
Discussion started by: renukaprasadb
1 Replies

5. Post Here to Contact Site Administrators and Moderators

My game scores are not recording

Hi. I scored 38 on the hex game and it would not record my score. Strange. (2 Replies)
Discussion started by: MokoMoko
2 Replies

6. Shell Programming and Scripting

Recording a UNIX Session

Hi All, I have a question regarding recording the unix sessions. I know the recording can be done using script comman, however i want to create a daily file of unix session. Also when i open multiple sessions how will the script multiple session. Please suggest some solutions also which file... (0 Replies)
Discussion started by: amitkhiare
0 Replies

7. Shell Programming and Scripting

recording lines returned from fgrep...

Ok, I'm too used to c/java. I want to go through a file to search for lines matching a given string using: fgrep "matchString" anyfile.dat; This works like it should, but I would like to record the lines in an array, rather than echo them. Any ideas? :eek: Thanks. P.S. I'm using ksh. (3 Replies)
Discussion started by: DrRo183
3 Replies

8. UNIX for Dummies Questions & Answers

recording keystrokes in vi

What is the syntax for recording command in vi. If I want to repeat a command over and over. My file is 12/01/05,,adsmte,9,0,0 12/02/05,,adsmte,12,0,0 12/03/05,,adsmte,10,0,0 12/04/05,,adsmte,11,0,0 12/05/05,,adsmte,10,0,0 12/06/05,,adsmte,10,0,0 12/01/05,,tsmpc1,57,1,2... (5 Replies)
Discussion started by: reggiej
5 Replies
Login or Register to Ask a Question