#include <net/if_ppp.h>
#endif
-#include <stdlib.h>
-
#include "netdissect.h"
#include "extract.h"
#include "addrtoname.h"
/*
* Unescape all the data into a temporary, private, buffer.
- * Do this so that we dont overwrite the original packet
+ * Do this so that we don't overwrite the original packet
* contents.
*/
for (s = p, t = b, i = caplen; i != 0; i--) {