Ask Your Question

stanumes's profile - activity

2023-08-01 13:09:07 +0000 received badge  Notable Question (source)
2020-11-24 18:27:13 +0000 received badge  Famous Question (source)
2020-09-21 00:47:40 +0000 received badge  Popular Question (source)
2020-01-31 17:05:01 +0000 received badge  Notable Question (source)
2020-01-31 17:05:01 +0000 received badge  Popular Question (source)
2019-06-11 10:45:06 +0000 commented question how to change packet length in the packet header for every incoming packet

I tried writing to file but when I tried to open the pcap file, it says "The file "test.pcap" isn't a capture file in a

2019-06-11 10:44:23 +0000 edited question how to change packet length in the packet header for every incoming packet

Why am I getting "Frame 1 too long(18109400 bytes)" errors when capturing from a pipe to which my program is writing? "#

2019-06-06 12:20:08 +0000 commented question how to change packet length in the packet header for every incoming packet

We are sending the global and packet headers to the pipe directly without writing to a file. The error pops up while wri

2019-06-05 14:16:46 +0000 commented answer how to change packet length in the packet header for every incoming packet

This is my Global header : typedef struct pcap_hdr_s { uint32_t magic_number; uint16_t version_major; uint16_t v

2019-06-05 14:16:25 +0000 commented answer how to change packet length in the packet header for every incoming packet

This is my Global header : typedef struct pcap_hdr_s { uint32_t magic_number; uint16_t version_major; uint16_t v

2019-06-05 11:54:53 +0000 asked a question how to change packet length in the packet header for every incoming packet

how to change packet length in the packet header for every incoming packet I am getting "Frame 1 too long(18109400 bytes

2019-06-02 09:47:18 +0000 received badge  Editor (source)
2019-06-02 09:47:18 +0000 edited question How to use extcap with pipes?

How to use extcap with pipes? Currently, I have a Python script that creates a pipe and displays the captured packet on

2019-06-02 09:46:30 +0000 asked a question How to use extcap with pipes?

How to use extcap with pipes? Currently, I have a Python script that creates a pipe and displays the captured packet on

2019-06-02 09:44:36 +0000 asked a question How to use Extcap with pipes?

How to use Extcap with pipes? I have a Python script that creates a pipe and displays the captured packet on Wireshark G

2019-05-21 11:22:35 +0000 commented answer How to view dynamically changing pcap file in Wireshark?

Thank you.

2019-05-21 11:19:30 +0000 commented answer How to view dynamically changing pcap file in Wireshark?

Should I create an extcap utility in python or use something like this : https://github.com/wireshark/wireshark/blob/mas

2019-05-20 21:24:31 +0000 commented answer How to view dynamically changing pcap file in Wireshark?

Create an extcap utility in python or use something like this : https://github.com/wireshark/wireshark/blob/master/doc/e

2019-05-20 21:12:12 +0000 commented answer How to view dynamically changing pcap file in Wireshark?

Thank you.

2019-05-20 12:45:30 +0000 asked a question How to view dynamically changing pcap file in Wireshark?

How to view dynamically changing pcap file in Wireshark? I have a text file that is appended with packet data for every

2019-05-13 13:25:21 +0000 commented answer Do we need a pcap header format to display captured packets via named pipes on Wireshark?

Which means I have to add the named pipe under extcap folder?

2019-05-12 15:20:35 +0000 commented answer Do we need a pcap header format to display captured packets via named pipes on Wireshark?

Could you please explain/provide a reference regarding how I can add the header to my named pipe C code? Thanks!

2019-05-12 12:29:01 +0000 asked a question Do we need a pcap header format to view read bytes via named pipes on Wireshark?

Do we need a pcap header format to view read bytes via named pipes on Wireshark? I have a C code that creates a socket t

2019-05-12 12:27:10 +0000 asked a question Do we need a pcap header format to display captured packets via named pipes on Wireshark?

Do we need a pcap header format to display captured packets via named pipes on Wireshark? I have a C code that creates a