- Timestamp:
- 11/30/16 19:42:43 (4 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, master, ndag_format, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 8ccb8536
- Parents:
- c94f107
- git-author:
- EaseTheWorld <easetheworld@…> (11/30/16 19:42:43)
- git-committer:
- GitHub <noreply@…> (11/30/16 19:42:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/protocols_l2.c
ree6e802 r99351e3 313 313 switch(ntohs(ppp->protocol)) { 314 314 case 0x0021: *type = TRACE_ETHERTYPE_IP; break; 315 case 0x0057: *type = TRACE_ETHERTYPE_IPV6; break; 315 316 /* If it isn't IP, then it is probably PPP control and 316 317 * I can't imagine anyone caring about that too much … … 395 396 case 0x0021: /* IP */ 396 397 *type = TRACE_ETHERTYPE_IP; 398 break; 399 case 0x0057: /* IPV6 */ 400 *type = TRACE_ETHERTYPE_IPV6; 397 401 break; 398 402 case 0xc021: /* Link Control Protocol */
Note: See TracChangeset
for help on using the changeset viewer.