summaryrefslogtreecommitdiff
path: root/mndp.c
diff options
context:
space:
mode:
Diffstat (limited to 'mndp.c')
-rw-r--r--mndp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mndp.c b/mndp.c
index 1feaba9..716103c 100644
--- a/mndp.c
+++ b/mndp.c
@@ -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 */