summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems/rtems-bsd-shell-netcmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/rtems/rtems-bsd-shell-netcmds.c')
-rw-r--r--rtemsbsd/rtems/rtems-bsd-shell-netcmds.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/rtemsbsd/rtems/rtems-bsd-shell-netcmds.c b/rtemsbsd/rtems/rtems-bsd-shell-netcmds.c
index b34cab95..e6eea024 100644
--- a/rtemsbsd/rtems/rtems-bsd-shell-netcmds.c
+++ b/rtemsbsd/rtems/rtems-bsd-shell-netcmds.c
@@ -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 */
+};