diff options
Diffstat (limited to 'mndp.c')
-rw-r--r-- | mndp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ int main(int argc, char **argv) { } /* Parse MNDP packet */ - packet = parseMNDP(buff, result); + packet = parse_mndp(buff, result); if (packet != NULL) { /* Print it */ |