aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-23 12:08:17 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-23 12:08:17 +0000
commitda671764a0bdfae94534f2b1b7eaa07ff23be048 (patch)
tree9874220c8dc42ab664d7317d9d310e7ccf0c35ba
parentb04675da5ee9a7c02fd3112d354dcc647134339d (diff)
parent361064755f22150343e4dd44c2706a1378140151 (diff)
downloadperfetto-da671764a0bdfae94534f2b1b7eaa07ff23be048.tar.gz
Snap for 10853000 from 361064755f22150343e4dd44c2706a1378140151 to mainline-media-release
Change-Id: I296fa543a9a0c24b26bea995f245f2eda436899e
-rw-r--r--protos/perfetto/trace/android/network_trace.proto6
-rw-r--r--protos/perfetto/trace/perfetto_trace.proto6
2 files changed, 12 insertions, 0 deletions
diff --git a/protos/perfetto/trace/android/network_trace.proto b/protos/perfetto/trace/android/network_trace.proto
index 5fcd28b2b..c339da4f5 100644
--- a/protos/perfetto/trace/android/network_trace.proto
+++ b/protos/perfetto/trace/android/network_trace.proto
@@ -55,6 +55,12 @@ message NetworkPacketEvent {
// The remote udp/tcp port of the packet.
optional uint32 remote_port = 9;
+
+ // The 1-byte ICMP type identifier.
+ optional uint32 icmp_type = 10;
+
+ // The 1-byte ICMP code identifier.
+ optional uint32 icmp_code = 11;
}
// NetworkPacketBundle bundles one or more packets sharing the same attributes.
diff --git a/protos/perfetto/trace/perfetto_trace.proto b/protos/perfetto/trace/perfetto_trace.proto
index c953e6aa8..641d263ea 100644
--- a/protos/perfetto/trace/perfetto_trace.proto
+++ b/protos/perfetto/trace/perfetto_trace.proto
@@ -4035,6 +4035,12 @@ message NetworkPacketEvent {
// The remote udp/tcp port of the packet.
optional uint32 remote_port = 9;
+
+ // The 1-byte ICMP type identifier.
+ optional uint32 icmp_type = 10;
+
+ // The 1-byte ICMP code identifier.
+ optional uint32 icmp_code = 11;
}
// NetworkPacketBundle bundles one or more packets sharing the same attributes.