[0/2] dumpcap,pdump handle cleanup signals

Message ID 20240226205143.66702-1-stephen@networkplumber.org (mailing list archive)
Headers
Series dumpcap,pdump handle cleanup signals |

Message

Stephen Hemminger Feb. 26, 2024, 8:49 p.m. UTC
  The dumpcap and pdump commands need to handle more signals.

Stephen Hemminger (2):
  app/dumpcap: handle SIGTERM and SIGHUP
  app/pdump: handle SIGTERM and SIGHUP

 app/dumpcap/main.c | 14 ++++++++++++--
 app/pdump/main.c   | 21 +++++++++++++++------
 2 files changed, 27 insertions(+), 8 deletions(-)