Changeset 1450 for trunk/libpacketdump/eth_2048.c
- Timestamp:
- 10/15/09 18:46:08 (4 years ago)
- File:
-
- 1 edited
-
trunk/libpacketdump/eth_2048.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/libpacketdump/eth_2048.c
r1351 r1450 21 21 #define DISPLAYIP(x,fmt) DISPLAY_EXP(x,fmt,inet_ntoa(*(struct in_addr*)&ip->x)) 22 22 23 void decode(int link_type ,const char *packet,unsigned len)23 void decode(int link_type UNUSED,const char *packet,unsigned len) 24 24 { 25 25 libtrace_ip_t *ip = (libtrace_ip_t*)packet;
Note: See TracChangeset
for help on using the changeset viewer.
