Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 75812
Collapse All | Expand All

(-)globals-core.c.old (-1 / +1 lines)
Lines 473-479 Link Here
473
  _mtuSize[DLT_ATM_RFC1483] = 9180                             /* LLC/SNAP encapsulated atm */;
473
  _mtuSize[DLT_ATM_RFC1483] = 9180                             /* LLC/SNAP encapsulated atm */;
474
  _headerSize[DLT_ATM_RFC1483] = 0;
474
  _headerSize[DLT_ATM_RFC1483] = 0;
475
475
476
  /* _mtuSize[DLT_RAW] = ?                                        raw IP */
476
  _mtuSize[DLT_RAW] = 1500;                                    /* raw IP */
477
  _headerSize[DLT_RAW] = 0;
477
  _headerSize[DLT_RAW] = 0;
478
478
479
  /* Others defined in bpf.h at tcpdump.org as of the resync - it would be NICE
479
  /* Others defined in bpf.h at tcpdump.org as of the resync - it would be NICE

Return to bug 75812