The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
69 views

Cisco IOS debug commands and packet monitoring

There is a long list of debug commands. Are there any debug (or other IOS) commands which can capture detailed packet or frame (layer 2, 3) data across an interface? I know we have ...
2
votes
2answers
74 views

Filter tcpdump file AFTER capturing

I captured a really big tcpdump file which now always crashes my wireshark. It was captured with no filters and I need to apply some afterwards to make the file smaller. Is this somehow possible?
0
votes
1answer
198 views

tcpdump vs netsniff-ng vs custom libpcap implementation [closed]

I'm looking to pick the brains of anyone experienced with building high performance packet capture devices. I have my own implementation written for tcpdump, but am considering moving to netsniff-ng ...
0
votes
3answers
314 views

capturing and deploying windows images via pxe

Are there any good tutorials on how to capture and deploy (via PXE) Windows XP images? I'm studying on this subject and I'd like to know what is needed and how to do it.
0
votes
1answer
50 views

Capturing text from windows applications

I had an application a while back that would allow me to dump text from any application on screen to a text file. Unfortunately, I used it so rarely that I don't remember what the name of it was. I ...
2
votes
2answers
942 views

wireshark captures different on two computers from the same port

I Have a Windows XP Machine Running wireshark, connected to a Mirror port on a network. I'm capturing with no filtering, and it can only see half of some two way TCP conversations. I had thought it ...
11
votes
6answers
16k views

Capturing output of remote process from sysinternal's psexec

I'm trying to capture the output of the remote process from psexec (i.e. not psexec's own output). So, for example I could run "ipconfig" and print the output to a log file. I have tried: psexec ...