commit | 929bb95587fe43db9a904464d973c0605d160644 | [log] [tgz] |
---|---|---|
author | Everton Marques <everton.marques@gmail.com> | Wed Nov 18 11:55:13 2009 -0200 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed Feb 04 06:07:52 2015 +0100 |
tree | 4dcecc32ea7173917c5c7f4cac2e93468243720f | |
parent | 627380420e60a4b944646eb1ce2b1552e6e03565 [diff] [blame] |
[pim] Fix dump byte type
diff --git a/pimd/pim_util.c b/pimd/pim_util.c index 13230c0..d97b599 100644 --- a/pimd/pim_util.c +++ b/pimd/pim_util.c
@@ -135,7 +135,7 @@ } #endif /* PIM_USE_QUAGGA_INET_CHECKSUM */ -void pim_pkt_dump(const char *label, const char *buf, int size) +void pim_pkt_dump(const char *label, const uint8_t *buf, int size) { char dump_buf[1000]; int i = 0;