--- globals-core.c.old 2004-12-13 19:05:33.000000000 +0100 +++ globals-core.c 2005-01-14 13:21:41.133917120 +0100 @@ -473,7 +473,7 @@ _mtuSize[DLT_ATM_RFC1483] = 9180 /* LLC/SNAP encapsulated atm */; _headerSize[DLT_ATM_RFC1483] = 0; - /* _mtuSize[DLT_RAW] = ? raw IP */ + _mtuSize[DLT_RAW] = 1500; /* raw IP */ _headerSize[DLT_RAW] = 0; /* Others defined in bpf.h at tcpdump.org as of the resync - it would be NICE