Changeset c3e6e47 for tools/tracereport/port_report.c
- Timestamp:
- 03/03/06 17:36:04 (16 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:
- eeab9832
- Parents:
- 7dda48a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracereport/port_report.c
re3b0188 rc3e6e47 16 16 { 17 17 struct libtrace_ip *ip = trace_get_ip(packet); 18 int port; 18 19 if (!ip) 19 20 return; 20 21 21 intport = trace_get_server_port(ip->ip_p,22 port = trace_get_server_port(ip->ip_p, 22 23 trace_get_source_port(packet), 23 24 trace_get_destination_port(packet))==USE_SOURCE
Note: See TracChangeset
for help on using the changeset viewer.