thanks Roy (and Tony), that really works!
now I still feel that is a big weak comparing to what I wanted
achieve:
say I have these 2 captures from the devices:
Multicast routing enabled Multicast routing
enabled
Use Framed Routes = disabled Use Framed Routes
= disabled
In Received Packets 10, Bytes 1000 In Received
Packets 15, Bytes 150
Unicast Packets 10, Bytes 1000 Unicast Packets
15, Bytes 150
Multicast Packets 0, Bytes 0 Multicast
Packets 1, Bytes 54
In Policed Packets 0, Bytes 0 In Policed Packets
0, Bytes 0
In Error Packets 0 In Error Packets
0
In Invalid Source Address Packets 0 In Invalid Source
Address Packets 0
In Discarded Packets 0 In Discarded
Packets 0
Out Forwarded Packets 100, Bytes 10000 Out Forwarded
Packets 150, Bytes 15000
Unicast Packets 100, Bytes 10000 Unicast Packets
150, Bytes 15000
Multicast Routed Packets 0, Bytes 0 Multicast Routed
Packets 0, Bytes 0
Out Scheduler Dropped Packets 0, Bytes 0 Out Scheduler
Dropped Packets 0, Bytes 0
Out Policed Packets 0, Bytes 0 Out Policed
Packets 0, Bytes 0
Out Discarded Packets 0 Out Discarded
Packets 0
with above solution now I can focus on lines with an increased
counter(s).
But quite often I need to manually calculate the "delta" amount of
those counters.
so instead of just mark the diff lines, ideally if I can have the
2nd diff window displaying only the delta of those counters whenever
there is any difference
29 In Received Packets 10, Bytes 1000 29 In Received
Packets 5, Bytes 500
30 Unicast Packets 10, Bytes 1000 30
Unicast Packets 5, Bytes 500
31 Multicast Packets 0, Bytes 0 31
Multicast Packets 1, Bytes 54
32 +-- 4 lines: In Policed Packets 0, Bytes 0 32 +-- 4
lines: In Policed Packets 0, Bytes 0
36 Out Forwarded Packets 100, Bytes 10000 36 Out
Forwarded Packets 50, Bytes 5000
37 Unicast Packets 100, Bytes 10000 37
Unicast Packets 50, Bytes 5000
I don't find existing functions/scripts (say script 3745 or 3075)
can do that for me,
is that possible ?