Changeset fab1d42
- Timestamp:
- 12/14/06 10:24:00 (14 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 92a37b0
- Parents:
- c690742
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpacketdump/eth_2054.c
r120540d rfab1d42 107 107 break; 108 108 case ARPOP_REPLY: 109 printf(" ARP: reply %s", format_pro(arp, dest_pro));110 printf(" is-at %s\n", format_hrd(arp, dest_hrd));109 printf(" ARP: reply %s", format_pro(arp, source_pro)); 110 printf(" is-at %s\n", format_hrd(arp, source_hrd)); 111 111 break; 112 112 default:
Note: See TracChangeset
for help on using the changeset viewer.