AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 772736
Accepted
user1700494
user1700494
Asked: 2016-04-26 05:00:55 +0800 CST2016-04-26 05:00:55 +0800 CST 2016-04-26 05:00:55 +0800 CST

如何在 Wireshark 中查看绝对时间戳?

  • 772

有一个pcap打开的文件示例wireshark 在此处输入图像描述

第二列是时间。是否可以在这里看到绝对时间戳而不是相对时间戳?

tcpdump wireshark
  • 2 2 个回答
  • 21676 Views

2 个回答

  • Voted
  1. Best Answer
    dave_thompson_085
    2016-04-27T01:19:50+08:002016-04-27T01:19:50+08:00

    (来自评论)

    pcap 文件(来自 tcpdump或wireshark 或 AFAIK 任何其他使用 libpcap 的文件)已经有绝对时间;它只是您需要调整的Wireshark 显示。

    在View菜单中单击Time Display Format并选择其中一个Time of Day选项。

    • 4
  2. Anton Makovetsky
    2016-04-26T07:08:59+08:002016-04-26T07:08:59+08:00

    tcpdump 有自己的时间戳选项。

    -t
        Don't print a timestamp on each dump line. 
    -tt
        Print the timestamp, as seconds since January 1, 1970, 00:00:00, UTC, and fractions of a second since that time, on each dump line. 
    -ttt
        Print a delta (micro-second resolution) between current and previous line on each dump line. 
    -tttt
        Print a timestamp, as hours, minutes, seconds, and fractions of a second since midnight, preceded by the date, on each dump line. 
    -ttttt
        Print a delta (micro-second resolution) between current and first line on each dump line. 
    

    您可以在 tcpdump 手册页中找到更多信息。

    • 2

相关问题

  • tcpdump 显示流量,直到我使用过滤器

  • openvpn双重安装(客户端和服务器)路由问题

  • 如何以友好的格式读取 pcap 文件?

  • 使用 tcpdump 在代理上转储主机的原始数据

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve