Changeset 5dd06d6 for tools/tracetop
- Timestamp:
- 03/23/09 17:03:27 (13 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:
- 2528816
- Parents:
- 59751a5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracetop/tracetop.cc
r59751a5 r5dd06d6 130 130 if (trace_get_destination_address(packet,(struct sockaddr*)&flowkey.dip)==NULL) 131 131 flowkey.dip.ss_family = AF_UNSPEC; 132 trace_get_transport(packet,&flowkey.protocol, NULL); 132 if (trace_get_transport(packet,&flowkey.protocol, NULL) == NULL) 133 flowkey.protocol = NULL; 133 134 flowkey.sport = trace_get_source_port(packet); 134 135 flowkey.dport = trace_get_destination_port(packet); … … 204 205 flows.clear(); 205 206 207 clrtobot(); 206 208 refresh(); 207 209 }
Note: See TracChangeset
for help on using the changeset viewer.