Bugzilla – Attachment 1845 Details for
Bug 1760
Timestamp offset using softflowd with nfdump
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes bug by switching the order of first and last switched fields in the NF9_SOFTFLOWD_DATA_COMMON struct
netflow9.c.patch (text/plain), 598 bytes, created by
Stephen Nelson
on 2010-05-04 12:18:26 AEST
(
hide
)
Description:
Fixes bug by switching the order of first and last switched fields in the NF9_SOFTFLOWD_DATA_COMMON struct
Filename:
MIME Type:
Creator:
Stephen Nelson
Created:
2010-05-04 12:18:26 AEST
Size:
598 bytes
patch
obsolete
>*** netflow9.c.old 2010-05-04 14:07:57.000000000 +1200 >--- netflow9.c 2010-05-04 14:08:27.000000000 +1200 >*************** >*** 87,93 **** > > /* softflowd data flowset types */ > struct NF9_SOFTFLOWD_DATA_COMMON { >! u_int32_t first_switched, last_switched; > u_int32_t bytes, packets; > u_int32_t if_index_in, if_index_out; > u_int16_t src_port, dst_port; >--- 87,93 ---- > > /* softflowd data flowset types */ > struct NF9_SOFTFLOWD_DATA_COMMON { >! u_int32_t last_switched, first_switched; > u_int32_t bytes, packets; > u_int32_t if_index_in, if_index_out; > u_int16_t src_port, dst_port;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1760
: 1845