tcpdump showing dbus adapters -
TCPDump is trying to start learning however whenever I use it using tcpdump -nS Instead of giving a list of adapters when trying to use it, I get:
tcpdump: Warning: SIOCGIFADDR: dbus-system: There is no such device tcpdump: link Packet printing is not supported for type DBUS: <-... to tcpdump -D :
1. Dbus-system 2. dbus-session to tcpdump -w :
tcpdump version 4.5.1 libpcap version 1.5. 1
You need to run tcpdump Root's. Otherwise, tcpdump -D will not show all possible devices.
Then you have to specify the interface you want to capture, -i :
tcpdump -i eth0 If unspecified, tcpdump searches the system with the least numbered, configured interfaces (except for loopback) for the interface list.
Comments
Post a Comment