]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/sys-sunos4.c
Added new hooks:
[ppp.git] / pppd / sys-sunos4.c
index 75e2120fc39ae1a3ae9c8ea0ee8891ae22141fae..89eebf9071f045743b638559e02be9c18baa652f 100644 (file)
@@ -25,7 +25,7 @@
  * OR MODIFICATIONS.
  */
 
-#define RCSID  "$Id: sys-sunos4.c,v 1.28 2001/05/23 03:39:13 paulus Exp $"
+#define RCSID  "$Id: sys-sunos4.c,v 1.29 2002/02/12 20:07:09 dfs Exp $"
 
 #include <stdio.h>
 #include <stddef.h>
@@ -575,6 +575,7 @@ output(unit, p, len)
     struct pollfd pfd;
 
     dump_packet("sent", p, len);
+    if (snoop_send_hook) snoop_send_hook(p, len);
 
     data.len = len;
     data.buf = (caddr_t) p;