Talk:Tcpdump
From FreeBSDwiki
(Difference between revisions)
(hex editor suggestions) |
|||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
why use a hex editor? why not use ethereal? it handles tcpdump files fantabulously....and it's avail on *nix and windows AND macs.... | why use a hex editor? why not use ethereal? it handles tcpdump files fantabulously....and it's avail on *nix and windows AND macs.... | ||
| + | |||
| + | == textmode hex editor for *nix == | ||
| + | |||
| + | http://shed.sourceforge.net/ | ||
| + | |||
| + | == hex editor suggestions == | ||
| + | |||
| + | cd /usr/ports | ||
| + | make search key=hex | grep editor | more | ||
| + | |||
| + | from those, /usr/ports/editors/hexpert and editors/hexedit looked interesting | ||
| + | |||
| + | --[[User:Dave|Dave]] 20:05, 15 April 2006 (EDT) | ||
Latest revision as of 19:05, 15 April 2006
why use a hex editor? why not use ethereal? it handles tcpdump files fantabulously....and it's avail on *nix and windows AND macs....
[edit] textmode hex editor for *nix
[edit] hex editor suggestions
cd /usr/ports make search key=hex | grep editor | more
from those, /usr/ports/editors/hexpert and editors/hexedit looked interesting
--Dave 20:05, 15 April 2006 (EDT)