Changeset 1360 for trunk/lib/protocols_l3.c
- Timestamp:
- 06/18/08 11:06:45 (5 years ago)
- File:
-
- 1 edited
-
trunk/lib/protocols_l3.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/protocols_l3.c
r1355 r1360 153 153 for(;;) { 154 154 if (!iphdr || *remaining == 0) 155 return NULL;155 break; 156 156 switch(*ethertype) { 157 157 case 0x8100: /* VLAN */ … … 167 167 iphdr,ethertype,remaining); 168 168 } 169 continue; 170 case 0x8864: /* PPPoE */ 171 iphdr = trace_get_payload_from_pppoe(iphdr, ethertype, 172 remaining); 169 173 continue; 170 174 default:
Note: See TracChangeset
for help on using the changeset viewer.
