[rtems-libbsd commit] Add the TCPDUMP command.
Chris Johns
chrisj at rtems.org
Tue Jun 16 03:21:14 UTC 2015
Module: rtems-libbsd
Branch: master
Commit: cff78462ffa5625536b3aef39e3ff5bb46085aa4
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=cff78462ffa5625536b3aef39e3ff5bb46085aa4
Author: Chris Johns <chrisj at rtems.org>
Date: Tue Jun 16 13:17:56 2015 +1000
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 0c5b758..f69b17b 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 */
More information about the vc
mailing list