summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2015-06-16 13:17:56 +1000
committerChris Johns <chrisj@rtems.org>2015-06-16 13:17:56 +1000
commitcff78462ffa5625536b3aef39e3ff5bb46085aa4 (patch)
treee249d96819b44cdbbab4929b49ca78cce4c03a62
parentThe BPF dev node needs a minor number for tcpdump. (diff)
downloadrtems-libbsd-cff78462ffa5625536b3aef39e3ff5bb46085aa4.tar.bz2
Add the TCPDUMP command.
-rw-r--r--rtemsbsd/include/rtems/netcmds-config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtemsbsd/include/rtems/netcmds-config.h b/rtemsbsd/include/rtems/netcmds-config.h
index 0c5b7589..f69b17b5 100644
--- a/rtemsbsd/include/rtems/netcmds-config.h
+++ b/rtemsbsd/include/rtems/netcmds-config.h
@@ -35,6 +35,8 @@ extern rtems_shell_cmd_t rtems_shell_DHCPCD_Command;
extern rtems_shell_cmd_t rtems_shell_HOSTNAME_Command;
+extern rtems_shell_cmd_t rtems_shell_TCPDUMP_Command;
+
#ifdef __cplusplus
}
#endif /* __cplusplus */