mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 13:15:21 +08:00
Add the TCPDUMP command.
This commit is contained in:
@@ -45,3 +45,12 @@ rtems_shell_cmd_t rtems_shell_ROUTE_Command = {
|
||||
NULL, /* alias */
|
||||
NULL /* next */
|
||||
};
|
||||
|
||||
rtems_shell_cmd_t rtems_shell_TCPDUMP_Command = {
|
||||
"tcpdump", /* name */
|
||||
"tcpdump [args]", /* usage */
|
||||
"net", /* topic */
|
||||
rtems_bsd_command_tcpdump, /* command */
|
||||
NULL, /* alias */
|
||||
NULL /* next */
|
||||
};
|
||||
|
Reference in New Issue
Block a user