From cff78462ffa5625536b3aef39e3ff5bb46085aa4 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 16 Jun 2015 13:17:56 +1000 Subject: Add the TCPDUMP command. --- rtemsbsd/include/rtems/netcmds-config.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- cgit v1.2.3