Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(195)

Issue 276320043: Adds cooked header export (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 4 months ago by mattator
Modified:
10 years, 2 months ago
CC:
ns-3-reviews_googlegroups.com
Base URL:
https://github.com/nsnam/ns-3-dev-git@master
Visibility:
Public.

Description

Adds cooked header export In order for DCE to be able to export netlink packets in a format readable by wireshark, one needs to prepend a cooked header to the netlink packet. This commit just does that when exporting netlink traces. BUG=

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+251 lines, -0 lines) Patch
M RELEASE_NOTES View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A src/network/utils/sll-header.h View 1 1 chunk +128 lines, -0 lines 0 comments Download
A src/network/utils/sll-header.cc View 1 1 chunk +119 lines, -0 lines 0 comments Download
M src/network/wscript View 1 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13
Tom Henderson
Please change the following: 1) place sll-header files in src/network/utils rather than src/network/model 2) please ...
10 years, 4 months ago (2015-12-14 03:10:33 UTC) #1
mattator
I pushed an update which should address your comments. In fact, I mainly applied check-style.py ...
10 years, 3 months ago (2015-12-15 00:44:34 UTC) #2
Tom Henderson
On 2015/12/15 00:44:34, mattator wrote: > I pushed an update which should address your comments. ...
10 years, 3 months ago (2015-12-15 01:00:51 UTC) #3
mattator
Agreed. Ideally one could run the check-style only on parts that differ with the master ...
10 years, 3 months ago (2015-12-16 10:18:13 UTC) #4
Tommaso Pecorella
I don't have many things to say about this patch (the code), but I do ...
10 years, 3 months ago (2015-12-26 10:57:15 UTC) #5
mattator
Thanks for the comments tommaso. I put this patch on hold: I've sent a patch ...
10 years, 3 months ago (2016-01-05 15:19:16 UTC) #6
Tommaso Pecorella
Hi Matt, perhaps I wasn't clear. I don't mind at all the SLL proposal. Indeed, ...
10 years, 3 months ago (2016-01-05 17:14:44 UTC) #7
mattator
I asked wireshark folks to deal with this and they fixed it this we \o/ ...
10 years, 2 months ago (2016-01-17 22:01:18 UTC) #8
Hajime Tazaki
On 2016/01/17 22:01:18, mattator wrote: > Now the question is: should the sll-header files be ...
10 years, 2 months ago (2016-01-18 01:10:13 UTC) #9
mattator
On 2016/01/18 01:10:13, Hajime Tazaki wrote: > On 2016/01/17 22:01:18, mattator wrote: > > > ...
10 years, 2 months ago (2016-01-18 11:47:22 UTC) #10
Tommaso Pecorella
On 2016/01/18 11:47:22, mattator wrote: > On 2016/01/18 01:10:13, Hajime Tazaki wrote: > > On ...
10 years, 2 months ago (2016-01-18 15:21:25 UTC) #11
mattator
I believe it's cleaner to generate the SLL header from where it's added because: - ...
10 years, 2 months ago (2016-01-18 15:36:53 UTC) #12
Tommaso Pecorella
10 years, 2 months ago (2016-01-18 16:07:06 UTC) #13
On 2016/01/18 15:36:53, mattator wrote:
> I believe it's cleaner to generate the SLL header from where it's added
> because[...]

You're right.

+1 with no changes.

T.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b