Ask Your Question

Servante's profile - activity

2021-05-25 10:07:33 +0000 received badge  Famous Question (source)
2021-05-25 10:07:33 +0000 received badge  Notable Question (source)
2021-05-25 10:07:33 +0000 received badge  Popular Question (source)
2019-04-25 11:49:23 +0000 received badge  Famous Question (source)
2019-02-18 09:29:38 +0000 received badge  Notable Question (source)
2019-02-18 09:29:38 +0000 received badge  Popular Question (source)
2018-12-07 10:06:14 +0000 marked best answer What exactly mean TSval and TSecr

I readed, that TSER and TSval are Timestamp fields. But I didn't understud what exactly they are mean. For example I captured incoming ip-frame with fields :

TSval=1965859179 TSecr=2947993570

Is TSecr is timestamp when datagramm was send to me? Is 1965859179 seconds(msecs) since midnight or something else? If I use proxy, this timestamp belongs proxy or host, I did send request ? I hope, explained the problem.

2018-12-04 16:04:12 +0000 commented answer What exactly mean TSval and TSecr

this video didn't clarify about proxy.

2018-12-03 13:54:19 +0000 edited question What exactly mean TSval and TSecr

What exactly mean TSval and TSecr I readed, that TSER and TSval are Timestamp fields. But I didn't understud what exactl

2018-12-03 13:36:31 +0000 asked a question What exactly mean TSval and TSecr

What exactly mean TSval and TSecr I readed, that TSER and TSval are Timestamp fields. But I didn't understud what exactl

2018-12-03 13:21:54 +0000 marked best answer How can I write the output of tshark -D to a file?

I user this command from ssh console :

# tshark -D

and get correct result:

1. eth0 
2. nflog 
3. nfqueue 
4. usbmon1 
5. any 
6. lo (Loopback)

How can I save this output in file ? I tried this :

tshark -D > file.txt

but file.txt has been created empty. where is my error ?

UPD I also tried so :

tshark -D -w file.txt

but in this case file.txt even not been created.

2018-12-03 13:21:54 +0000 received badge  Scholar (source)
2018-11-23 18:47:57 +0000 answered a question How can I write the output of tshark -D to a file?

In my case helped this command : sudo tshark -D | tee file.txt

2018-11-23 18:47:57 +0000 received badge  Rapid Responder (source)
2018-11-23 18:46:21 +0000 commented answer How can I write the output of tshark -D to a file?

used sudo tshark -D | tee file.txt . it's worked perfectly.

2018-11-23 15:17:28 +0000 received badge  Editor (source)
2018-11-23 15:17:28 +0000 edited question How can I write the output of tshark -D to a file?

How can I write to file captured data I user this command from ssh console : # tshark -D and get correct result: 1.

2018-11-23 14:47:00 +0000 asked a question How can I write the output of tshark -D to a file?

How can I write to file captured data I user this command from ssh console : # tshark -D and get correct result: 1.