# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/fiih33a
ptcpdump: 新一代抓包神器,可捕獲任何進程、容器或 Pod 的網絡流量**
前言--tcpdump 是我們常用的一個網絡抓包工具,它的功能非常的強大。但是它還缺少一個大家反饋很久卻一直沒實現的一個特性, 那就是:在結果中包含 / 顯示發送網絡請求 / 流量的進程信息,以及支持抓取指定進程的網絡流量。當前針對 tcpdump 抓取的流量信息,如果要獲取對應的進程信息的話,常見的方法是:基於請求的連接信息,通過 ss 或 netstat 之內的工具反查進程信息。這個方法的缺點 ⌘ Read more