logstash-codec-ipfix 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c8670218107e2096d9b60f0e88c9bf6cff1b0786
4
+ data.tar.gz: f02868404a3bf27bc0234fa3450adfb4725fe931
5
+ SHA512:
6
+ metadata.gz: c15d5db62bfd776c4ccea515849a4e8f7a3d7d663ba629131bc4c7d3919b56bf470575685546ddeafce3c2b98bfd4968483df23e531a888debccad4a7998ad2b
7
+ data.tar.gz: 5fbd847c001da487426ecde782fcd00eeb38bf9a37a281abf81da66d3edb9bf350621a0387953bdd87fff1ca487ddfbf3bc7f508f08c6cfc097db78ddeea9f80
File without changes
File without changes
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in logstash-codecs-IPFIX.gemspec
4
+ gemspec
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 TODO: Write your name
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
File without changes
@@ -0,0 +1,40 @@
1
+ # Logstash::Codec::IPFIX
2
+
3
+ This codec will decode IPFIX version 10 messages for logstash.
4
+ It was developed by modifying the logstash-codec-netflow code.
5
+
6
+ ## Installation
7
+
8
+ Add this line to your application's Gemfile:
9
+
10
+ ```ruby
11
+ gem 'codecs'
12
+ ```
13
+
14
+ And then execute:
15
+
16
+ $ bundle
17
+
18
+ Or install it yourself as:
19
+
20
+ $ gem install logstash-codec-IPFIX
21
+
22
+ ## Usage
23
+
24
+ TODO: Write usage instructions here
25
+
26
+ ## Development
27
+
28
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
29
+
30
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
31
+
32
+ ## Contributing
33
+
34
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/logstash-codec-IPFIX.
35
+
36
+
37
+ ## License
38
+
39
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
40
+
@@ -0,0 +1,14 @@
1
+ ---
2
+ 1246:
3
+ 10:
4
+ - :uint32
5
+ - :application_id
6
+ 17:
7
+ - :uint32
8
+ - :client_site
9
+ 18:
10
+ - :uint32
11
+ - :server_site
12
+ 30:
13
+ - :uint8
14
+ - :server_indicator
@@ -0,0 +1,1198 @@
1
+ ---
2
+ 1:
3
+ - :uint64
4
+ - :octet_delta_count
5
+ 2:
6
+ - :uint64
7
+ - :packet_delta_count
8
+ 3:
9
+ - :uint64
10
+ - :delta_flow_count
11
+ 4:
12
+ - :uint8
13
+ - :protocol_identifier
14
+ 5:
15
+ - :uint8
16
+ - :ip_class_of_service
17
+ 6:
18
+ - :uint16
19
+ - :tcp_control_bits
20
+ 7:
21
+ - :uint16
22
+ - :source_transport_port
23
+ 8:
24
+ - :ip4_addr
25
+ - :source_ipv4_address
26
+ 9:
27
+ - :uint8
28
+ - :source_ipv4_prefix_length
29
+ 10:
30
+ - :uint32
31
+ - :ingress_interface
32
+ 11:
33
+ - :uint16
34
+ - :destination_transport_port
35
+ 12:
36
+ - :ip4_addr
37
+ - :destination_ipv4_address
38
+ 13:
39
+ - :uint8
40
+ - :destination_ipv4_prefix_length
41
+ 14:
42
+ - :uint32
43
+ - :egress_interface
44
+ 15:
45
+ - :ip4_addr
46
+ - :ip_next_hop_ipv4_address
47
+ 16:
48
+ - :uint32
49
+ - :bgp_source_as_number
50
+ 17:
51
+ - :uint32
52
+ - :bgp_destination_as_number
53
+ 18:
54
+ - :ip4_addr
55
+ - :bgp_next_hop_ipv4_address
56
+ 19:
57
+ - :uint64
58
+ - :post_mcast_packet_delta_count
59
+ 20:
60
+ - :uint64
61
+ - :post_mcast_octet_delta_count
62
+ 21:
63
+ - :uint32
64
+ - :flow_end_sys_up_time
65
+ 22:
66
+ - :uint32
67
+ - :flow_start_sys_up_time
68
+ 23:
69
+ - :uint64
70
+ - :post_octet_delta_count
71
+ 24:
72
+ - :uint64
73
+ - :post_packet_delta_count
74
+ 25:
75
+ - :uint64
76
+ - :minimum_ip_total_length
77
+ 26:
78
+ - :uint64
79
+ - :max_pkt_length
80
+ 27:
81
+ - :ip6_addr
82
+ - :source_ipv6_address
83
+ 28:
84
+ - :ip6_addr
85
+ - :destination_ipv6_address
86
+ 29:
87
+ - :uint8
88
+ - :source_ipv6_prefix_length
89
+ 30:
90
+ - :uint8
91
+ - :destination_ipv6_prefix_length
92
+ 31:
93
+ - :uint32
94
+ - :flow_label_ipv6
95
+ 32:
96
+ - :uint16
97
+ - :icmp_type_code_ipv4
98
+ 33:
99
+ - :uint8
100
+ - :igmp_type
101
+ 34:
102
+ - :uint32
103
+ - :sampling_interval
104
+ 35:
105
+ - :uint8
106
+ - :sampling_algorithm
107
+ 36:
108
+ - :uint16
109
+ - :flow_active_timeout
110
+ 37:
111
+ - :uint16
112
+ - :flow_idle_timeout
113
+ 38:
114
+ - :uint8
115
+ - :engine_type
116
+ 39:
117
+ - :uint8
118
+ - :engine_id
119
+ 40:
120
+ - :uint64
121
+ - :exported_octet_total_count
122
+ 41:
123
+ - :uint64
124
+ - :exported_message_total_count
125
+ 42:
126
+ - :uint64
127
+ - :exported_flow_record_total_count
128
+ 43:
129
+ - :ip4_addr
130
+ - :ipv4_router_sc
131
+ 44:
132
+ - :ip4_addr
133
+ - :source_ipv4_prefix
134
+ 45:
135
+ - :ip4_addr
136
+ - :destination_ipv4_prefix
137
+ 46:
138
+ - :uint8
139
+ - :mpls_top_label_type
140
+ 47:
141
+ - :ip4_addr
142
+ - :mpls_top_label_ipv4_address
143
+ 48:
144
+ - :uint8
145
+ - :sampler_id
146
+ 49:
147
+ - :uint8
148
+ - :sampler_mode
149
+ 50:
150
+ - :uint32
151
+ - :sampler_random_interval
152
+ 51:
153
+ - :uint8
154
+ - :class_id
155
+ 52:
156
+ - :uint8
157
+ - :minimum_ttl
158
+ 53:
159
+ - :uint8
160
+ - :maximum_ttl
161
+ 54:
162
+ - :uint32
163
+ - :fragment_identification
164
+ 55:
165
+ - :uint8
166
+ - :post_ip_class_of_service
167
+ 56:
168
+ - :mac_addr
169
+ - :source_mac_address
170
+ 57:
171
+ - :mac_addr
172
+ - :post_destination_mac_address
173
+ 58:
174
+ - :uint16
175
+ - :vlan_id
176
+ 59:
177
+ - :uint16
178
+ - :post_vlan_id
179
+ 60:
180
+ - :uint8
181
+ - :ip_version
182
+ 61:
183
+ - :uint8
184
+ - :flow_direction
185
+ 62:
186
+ - :ip6_addr
187
+ - :ip_next_hop_ipv6_address
188
+ 63:
189
+ - :ip6_addr
190
+ - :bgp_next_hop_ipv6_address
191
+ 64:
192
+ - :uint32
193
+ - :ipv6_extension_headers
194
+ 65:
195
+ - :skip
196
+ 66:
197
+ - :skip
198
+ 67:
199
+ - :skip
200
+ 68:
201
+ - :skip
202
+ 69:
203
+ - :skip
204
+ 80:
205
+ - :mac_addr
206
+ - :destination_mac_address
207
+ 81:
208
+ - :mac_addr
209
+ - :post_source_mac_address
210
+ 82:
211
+ - :string
212
+ - :interface_name
213
+ 83:
214
+ - :string
215
+ - :interface_description
216
+ 84:
217
+ - :string
218
+ - :sampler_name
219
+ 85:
220
+ - :uint64
221
+ - :octet_total_count
222
+ 86:
223
+ - :uint64
224
+ - :packet_total_count
225
+ 87:
226
+ - :uint32
227
+ - :flags_and_sampler_id
228
+ 88:
229
+ - :uint16
230
+ - :fragment_offset
231
+ 89:
232
+ - :uint32
233
+ - :forwarding_status
234
+ 91:
235
+ - :uint8
236
+ - :mpls_top_label_prefix_length
237
+ 92:
238
+ - :uint32
239
+ - :src_traffic_index
240
+ 93:
241
+ - :uint32
242
+ - :dst_traffic_index
243
+ 94:
244
+ - :string
245
+ - :application_description
246
+ 96:
247
+ - :string
248
+ - :application_name
249
+ 97:
250
+ - :skip
251
+ 98:
252
+ - :uint8
253
+ - :post_ip_diff_serv_code_point
254
+ 99:
255
+ - :uint32
256
+ - :multicast_replication_factor
257
+ 100:
258
+ - :string
259
+ - :class_name
260
+ 101:
261
+ - :uint8
262
+ - :classification_engine_id
263
+ 102:
264
+ - :uin16
265
+ - :layer2_packet_section_offset
266
+ 103:
267
+ - :uint16
268
+ - :layer2_packet_section_size
269
+ 105:
270
+ - :skip
271
+ 106:
272
+ - :skip
273
+ 107:
274
+ - :skip
275
+ 108:
276
+ - :skip
277
+ 109:
278
+ - :skip
279
+ 110:
280
+ - :skip
281
+ 111:
282
+ - :skip
283
+ 112:
284
+ - :skip
285
+ 113:
286
+ - :skip
287
+ 114:
288
+ - :skip
289
+ 115:
290
+ - :skip
291
+ 116:
292
+ - :skip
293
+ 117:
294
+ - :skip
295
+ 118:
296
+ - :skip
297
+ 119:
298
+ - :skip
299
+ 120:
300
+ - :skip
301
+ 121:
302
+ - :skip
303
+ 122:
304
+ - :skip
305
+ 123:
306
+ - :skip
307
+ 124:
308
+ - :skip
309
+ 125:
310
+ - :skip
311
+ 126:
312
+ - :skip
313
+ 127:
314
+ - :skip
315
+ 128:
316
+ - :uint32
317
+ - :bgp_next_adjacent_as_number
318
+ 129:
319
+ - :uint32
320
+ - :bgp_prev_adjacent_as_number
321
+ 130:
322
+ - :ip4_addr
323
+ - :exporter_ipv4_address
324
+ 131:
325
+ - :ip6_addr
326
+ - :exporter_ipv6_address
327
+ 132:
328
+ - :uint64
329
+ - :dropped_octet_delta_count
330
+ 133:
331
+ - :uint64
332
+ - :dropped_packet_delta_count
333
+ 134:
334
+ - :uint64
335
+ - :dropped_octet_total_count
336
+ 135:
337
+ - :uint64
338
+ - :dropped_packet_total_count
339
+ 136:
340
+ - :uint8
341
+ - :flow_end_reason
342
+ 137:
343
+ - :uint64
344
+ - :common_properties_id
345
+ 138:
346
+ - :uint64
347
+ - :observation_point_id
348
+ 139:
349
+ - :uint16
350
+ - :icmp_type_code_ipv6
351
+ 140:
352
+ - :ip6_addr
353
+ - :mpls_top_label_ipv6_address
354
+ 141:
355
+ - :uint32
356
+ - :line_card_id
357
+ 142:
358
+ - :uint32
359
+ - :port_id
360
+ 143:
361
+ - :uint32
362
+ - :metering_process_id
363
+ 144:
364
+ - :uint32
365
+ - :exporting_process_id
366
+ 145:
367
+ - :uint16
368
+ - :template_id
369
+ 146:
370
+ - :uint8
371
+ - :wlan_channel_id
372
+ 147:
373
+ - :string
374
+ - :wlan_ssid
375
+ 148:
376
+ - :uint64
377
+ - :flow_id
378
+ 149:
379
+ - :uint32
380
+ - :observation_domain_id
381
+ 150:
382
+ - :uint32
383
+ - :flow_start_seconds
384
+ 151:
385
+ - :uint32
386
+ - :flow_end_seconds
387
+ 152:
388
+ - :uint64
389
+ - :flow_start_milliseconds
390
+ 153:
391
+ - :uint64
392
+ - :flow_end_milliseconds
393
+ 154:
394
+ - :uint64
395
+ - :flow_start_microseconds
396
+ 155:
397
+ - :uint64
398
+ - :flow_end_microseconds
399
+ 156:
400
+ - :uint64
401
+ - :flow_start_nanoseconds
402
+ 157:
403
+ - :uint64
404
+ - :flow_end_nanoseconds
405
+ 158:
406
+ - :uint32
407
+ - :flow_start_delta_microseconds
408
+ 159:
409
+ - :uint32
410
+ - :flow_end_delta_microseconds
411
+ 160:
412
+ - :uint64
413
+ - :system_init_time_milliseconds
414
+ 161:
415
+ - :uint32
416
+ - :flow_duration_milliseconds
417
+ 162:
418
+ - :uint32
419
+ - :flow_duration_microseconds
420
+ 163:
421
+ - :uint64
422
+ - :observed_flow_total_count
423
+ 164:
424
+ - :uint64
425
+ - :ignored_packet_total_count
426
+ 165:
427
+ - :uint64
428
+ - :ignored_octet_total_count
429
+ 166:
430
+ - :uint64
431
+ - :not_sent_flow_total_count
432
+ 167:
433
+ - :uint64
434
+ - :not_sent_packet_total_count
435
+ 168:
436
+ - :uint64
437
+ - :not_sent_octet_total_count
438
+ 169:
439
+ - :ip6_addr
440
+ - :destination_ipv6_prefix
441
+ 170:
442
+ - :ip6_addr
443
+ - :source_ipv6_prefix
444
+ 171:
445
+ - :uint64
446
+ - :post_octet_total_count
447
+ 172:
448
+ - :uint64
449
+ - :post_packet_total_count
450
+ 173:
451
+ - :uint64
452
+ - :flow_key_indicator
453
+ 174:
454
+ - :uint64
455
+ - :post_mcast_packet_total_count
456
+ 175:
457
+ - :uint64
458
+ - :post_mcast_octet_total_count
459
+ 176:
460
+ - :uint8
461
+ - :icmp_type_ipv4
462
+ 177:
463
+ - :uint8
464
+ - :icmp_code_ipv4
465
+ 178:
466
+ - :uint8
467
+ - :icmp_type_ipv6
468
+ 179:
469
+ - :uint8
470
+ - :icmp_code_ipv6
471
+ 180:
472
+ - :uint16
473
+ - :udp_source_port
474
+ 181:
475
+ - :uint16
476
+ - :udp_destination_port
477
+ 182:
478
+ - :uint16
479
+ - :tcp_source_port
480
+ 183:
481
+ - :uint16
482
+ - :tcp_destination_port
483
+ 184:
484
+ - :uint32
485
+ - :tcp_sequence_number
486
+ 185:
487
+ - :uint32
488
+ - :tcp_acknowledgement_number
489
+ 186:
490
+ - :uint16
491
+ - :tcp_window_size
492
+ 187:
493
+ - :uint16
494
+ - :tcp_urgent_pointer
495
+ 188:
496
+ - :uint8
497
+ - :tcp_header_length
498
+ 189:
499
+ - :uint8
500
+ - :ip_header_length
501
+ 190:
502
+ - :uint16
503
+ - :total_length_ipv4
504
+ 191:
505
+ - :uint16
506
+ - :payload_length_ipv6
507
+ 192:
508
+ - :uint8
509
+ - :ip_ttl
510
+ 193:
511
+ - :uint8
512
+ - :next_header_ipv6
513
+ 194:
514
+ - :uint32
515
+ - :mpls_payload_length
516
+ 195:
517
+ - :uint8
518
+ - :ip_diff_serv_code_point
519
+ 196:
520
+ - :uint8
521
+ - :ip_precedence
522
+ 197:
523
+ - :uint8
524
+ - :fragment_flags
525
+ 198:
526
+ - :uint64
527
+ - :octet_delta_sum_of_squares
528
+ 199:
529
+ - :uint64
530
+ - :octet_total_sum_of_squares
531
+ 200:
532
+ - :uint8
533
+ - :mpls_top_label_ttl
534
+ 201:
535
+ - :uint32
536
+ - :mpls_label_stack_length
537
+ 202:
538
+ - :uint32
539
+ - :mpls_label_stack_depth
540
+ 203:
541
+ - :uint8
542
+ - :mpls_top_label_exp
543
+ 204:
544
+ - :uint32
545
+ - :ip_payload_length
546
+ 205:
547
+ - :uint16
548
+ - :udp_message_length
549
+ 206:
550
+ - :uint8
551
+ - :is_multicast
552
+ 207:
553
+ - :uint8
554
+ - :ipv4_ih_l
555
+ 208:
556
+ - :uint32
557
+ - :ipv4_options
558
+ 209:
559
+ - :uint64
560
+ - :tcp_options
561
+ 211:
562
+ - :ip4_addr
563
+ - :collector_ipv4_address
564
+ 212:
565
+ - :ip6_addr
566
+ - :collector_ipv6_address
567
+ 213:
568
+ - :uint32
569
+ - :export_interface
570
+ 214:
571
+ - :uint8
572
+ - :export_protocol_version
573
+ 215:
574
+ - :uint8
575
+ - :export_transport_protocol
576
+ 216:
577
+ - :uint16
578
+ - :collector_transport_port
579
+ 217:
580
+ - :uint16
581
+ - :exporter_transport_port
582
+ 218:
583
+ - :uint64
584
+ - :tcp_syn_total_count
585
+ 219:
586
+ - :uint64
587
+ - :tcp_fin_total_count
588
+ 220:
589
+ - :uint64
590
+ - :tcp_rst_total_count
591
+ 221:
592
+ - :uint64
593
+ - :tcp_psh_total_count
594
+ 222:
595
+ - :uint64
596
+ - :tcp_ack_total_count
597
+ 223:
598
+ - :uint64
599
+ - :tcp_urg_total_count
600
+ 224:
601
+ - :uint64
602
+ - :ip_total_length
603
+ 225:
604
+ - :ip4_addr
605
+ - :post_nat_source_ipv4_address
606
+ 226:
607
+ - :ip4_addr
608
+ - :post_nat_destination_ipv4_address
609
+ 227:
610
+ - :uint16
611
+ - :post_napt_source_transport_port
612
+ 228:
613
+ - :uint16
614
+ - :post_napt_destination_transport_port
615
+ 229:
616
+ - :uint8
617
+ - :nat_originating_address_realm
618
+ 230:
619
+ - :uint8
620
+ - :nat_event
621
+ 231:
622
+ - :uint64
623
+ - :initiator_octets
624
+ 232:
625
+ - :uint64
626
+ - :responder_octets
627
+ 233:
628
+ - :uint8
629
+ - :firewall_event
630
+ 234:
631
+ - :uint32
632
+ - :ingress_vrfid
633
+ 235:
634
+ - :uint32
635
+ - :egress_vrfid
636
+ 236:
637
+ - :string
638
+ - :vr_fname
639
+ 237:
640
+ - :uint8
641
+ - :post_mpls_top_label_exp
642
+ 238:
643
+ - :uint16
644
+ - :tcp_window_scale
645
+ 239:
646
+ - :uint8
647
+ - :biflow_direction
648
+ 240:
649
+ - :uint8
650
+ - :ethernet_header_length
651
+ 241:
652
+ - :uint16
653
+ - :ethernet_payload_length
654
+ 242:
655
+ - :uint16
656
+ - :ethernet_total_length
657
+ 243:
658
+ - :uint16
659
+ - :dot1q_vlan_id
660
+ 244:
661
+ - :uint8
662
+ - :dot1q_priority
663
+ 245:
664
+ - :uint16
665
+ - :dot1q_customer_vlan_id
666
+ 246:
667
+ - :uint8
668
+ - :dot1q_customer_priority
669
+ 247:
670
+ - :string
671
+ - :metro_evc_id
672
+ 248:
673
+ - :uint8
674
+ - :metro_evc_type
675
+ 249:
676
+ - :uint32
677
+ - :pseudo_wire_id
678
+ 250:
679
+ - :uint16
680
+ - :pseudo_wire_type
681
+ 251:
682
+ - :uint32
683
+ - :pseudo_wire_control_word
684
+ 252:
685
+ - :uint32
686
+ - :ingress_physical_interface
687
+ 253:
688
+ - :uint32
689
+ - :egress_physical_interface
690
+ 254:
691
+ - :uint16
692
+ - :post_dot1q_vlan_id
693
+ 255:
694
+ - :uint16
695
+ - :post_dot1q_customer_vlan_id
696
+ 256:
697
+ - :uint16
698
+ - :ethernet_type
699
+ 257:
700
+ - :uint8
701
+ - :post_ip_precedence
702
+ 258:
703
+ - :uint64
704
+ - :collection_time_milliseconds
705
+ 259:
706
+ - :uint16
707
+ - :export_sctp_stream_id
708
+ 260:
709
+ - :uint32
710
+ - :max_export_seconds
711
+ 261:
712
+ - :uint32
713
+ - :max_flow_end_seconds
714
+ 263:
715
+ - :uint8
716
+ - :message_scope
717
+ 264:
718
+ - :uint32
719
+ - :min_export_seconds
720
+ 265:
721
+ - :uint32
722
+ - :min_flow_start_seconds
723
+ 267:
724
+ - :uint8
725
+ - :session_scope
726
+ 268:
727
+ - :uint64
728
+ - :max_flow_end_microseconds
729
+ 269:
730
+ - :uint64
731
+ - :max_flow_end_milliseconds
732
+ 270:
733
+ - :uint64
734
+ - :max_flow_end_nanoseconds
735
+ 271:
736
+ - :uint64
737
+ - :min_flow_start_microseconds
738
+ 272:
739
+ - :uint64
740
+ - :min_flow_start_milliseconds
741
+ 273:
742
+ - :uint64
743
+ - :min_flow_start_nanoseconds
744
+ 277:
745
+ - :uint8
746
+ - :observation_point_type
747
+ 278:
748
+ - :uint32
749
+ - :new_connection_delta_count
750
+ 279:
751
+ - :uint64
752
+ - :connection_sum_duration_seconds
753
+ 280:
754
+ - :uint64
755
+ - :connection_transaction_id
756
+ 281:
757
+ - :ip6_addr
758
+ - :post_nat_source_ipv6_address
759
+ 282:
760
+ - :ip6_addr
761
+ - :post_nat_destination_ipv6_address
762
+ 283:
763
+ - :uint32
764
+ - :nat_pool_id
765
+ 284:
766
+ - :string
767
+ - :nat_pool_name
768
+ 285:
769
+ - :uint16
770
+ - :anonymization_flags
771
+ 286:
772
+ - :uint16
773
+ - :anonymization_technique
774
+ 287:
775
+ - :uint16
776
+ - :information_element_index
777
+ 288:
778
+ - :string
779
+ - :p2p_technology
780
+ 289:
781
+ - :string
782
+ - :tunnel_technology
783
+ 290:
784
+ - :string
785
+ - :encrypted_technology
786
+ 294:
787
+ - :uint8
788
+ - :bgp_validity_state
789
+ 295:
790
+ - :uint32
791
+ - :ip_sec_spi
792
+ 296:
793
+ - :uint32
794
+ - :gre_key
795
+ 297:
796
+ - :uint8
797
+ - :nat_type
798
+ 298:
799
+ - :uint64
800
+ - :initiator_packets
801
+ 299:
802
+ - :uint64
803
+ - :responder_packets
804
+ 300:
805
+ - :string
806
+ - :observation_domain_name
807
+ 301:
808
+ - :uint64
809
+ - :selection_sequence_id
810
+ 302:
811
+ - :uint64
812
+ - :selector_id
813
+ 303:
814
+ - :uint16
815
+ - :information_element_id
816
+ 304:
817
+ - :uint16
818
+ - :selector_algorithm
819
+ 305:
820
+ - :uint32
821
+ - :sampling_packet_interval
822
+ 306:
823
+ - :uint32
824
+ - :sampling_packet_space
825
+ 307:
826
+ - :uint32
827
+ - :sampling_time_interval
828
+ 308:
829
+ - :uint32
830
+ - :sampling_time_space
831
+ 309:
832
+ - :uint32
833
+ - :sampling_size
834
+ 310:
835
+ - :uint32
836
+ - :sampling_population
837
+ 312:
838
+ - :uint16
839
+ - :data_link_frame_size
840
+ 318:
841
+ - :uint64
842
+ - :selector_id_total_pkts_observed
843
+ 319:
844
+ - :uint64
845
+ - :selector_id_total_pkts_selected
846
+ 322:
847
+ - :uint32
848
+ - :observation_time_seconds
849
+ 323:
850
+ - :uint64
851
+ - :observation_time_milliseconds
852
+ 324:
853
+ - :uint64
854
+ - :observation_time_microseconds
855
+ 325:
856
+ - :uint64
857
+ - :observation_time_nanoseconds
858
+ 326:
859
+ - :uint64
860
+ - :digest_hash_value
861
+ 327:
862
+ - :uint64
863
+ - :hash_ip_payload_offset
864
+ 328:
865
+ - :uint64
866
+ - :hash_ip_payload_size
867
+ 329:
868
+ - :uint64
869
+ - :hash_output_range_min
870
+ 330:
871
+ - :uint64
872
+ - :hash_output_range_max
873
+ 331:
874
+ - :uint64
875
+ - :hash_selected_range_min
876
+ 332:
877
+ - :uint64
878
+ - :hash_selected_range_max
879
+ 334:
880
+ - :uint64
881
+ - :hash_initialiser_value
882
+ 335:
883
+ - :string
884
+ - :selector_name
885
+ 339:
886
+ - :uint8
887
+ - :information_element_data_type
888
+ 340:
889
+ - :string
890
+ - :information_element_description
891
+ 341:
892
+ - :string
893
+ - :information_element_name
894
+ 342:
895
+ - :uint64
896
+ - :information_element_range_begin
897
+ 343:
898
+ - :uint64
899
+ - :information_element_range_end
900
+ 344:
901
+ - :uint8
902
+ - :information_element_semantics
903
+ 345:
904
+ - :uint16
905
+ - :information_element_units
906
+ 346:
907
+ - :uint32
908
+ - :private_enterprise_number
909
+ 348:
910
+ - :string
911
+ - :virtual_station_interface_name
912
+ 350:
913
+ - :string
914
+ - :virtual_station_name
915
+ 351:
916
+ - :uint64
917
+ - :layer2_segment_id
918
+ 352:
919
+ - :uint64
920
+ - :layer2_octet_delta_count
921
+ 353:
922
+ - :uint64
923
+ - :layer2_octet_total_count
924
+ 354:
925
+ - :uint64
926
+ - :ingress_unicast_packet_total_count
927
+ 355:
928
+ - :uint64
929
+ - :ingress_multicast_packet_total_count
930
+ 356:
931
+ - :uint64
932
+ - :ingress_broadcast_packet_total_count
933
+ 357:
934
+ - :uint64
935
+ - :egress_unicast_packet_total_count
936
+ 358:
937
+ - :uint64
938
+ - :egress_broadcast_packet_total_count
939
+ 359:
940
+ - :uint64
941
+ - :monitoring_interval_start_milli_seconds
942
+ 360:
943
+ - :uint64
944
+ - :monitoring_interval_end_milli_seconds
945
+ 361:
946
+ - :uint16
947
+ - :port_range_start
948
+ 362:
949
+ - :uint16
950
+ - :port_range_end
951
+ 363:
952
+ - :uint16
953
+ - :port_range_step_size
954
+ 364:
955
+ - :uint16
956
+ - :port_range_num_ports
957
+ 365:
958
+ - :mac_addr
959
+ - :sta_mac_address
960
+ 366:
961
+ - :ip4_addr
962
+ - :sta_ipv4_address
963
+ 367:
964
+ - :mac_addr
965
+ - :wtp_mac_address
966
+ 368:
967
+ - :uint32
968
+ - :ingress_interface_type
969
+ 369:
970
+ - :uint32
971
+ - :egress_interface_type
972
+ 370:
973
+ - :uint16
974
+ - :rtp_sequence_number
975
+ 371:
976
+ - :string
977
+ - :user_name
978
+ 372:
979
+ - :string
980
+ - :application_category_name
981
+ 373:
982
+ - :string
983
+ - :application_sub_category_name
984
+ 374:
985
+ - :string
986
+ - :application_group_name
987
+ 375:
988
+ - :uint64
989
+ - :original_flows_present
990
+ 376:
991
+ - :uint64
992
+ - :original_flows_initiated
993
+ 377:
994
+ - :uint64
995
+ - :original_flows_completed
996
+ 378:
997
+ - :uint64
998
+ - :distinct_count_of_source_ip_address
999
+ 379:
1000
+ - :uint64
1001
+ - :distinct_count_of_destination_ip_address
1002
+ 380:
1003
+ - :uint32
1004
+ - :distinct_count_of_source_ipv4_address
1005
+ 381:
1006
+ - :uint32
1007
+ - :distinct_count_of_destination_ipv4_address
1008
+ 382:
1009
+ - :uint64
1010
+ - :distinct_count_of_source_ipv6_address
1011
+ 383:
1012
+ - :uint64
1013
+ - :distinct_count_of_destination_ipv6_address
1014
+ 384:
1015
+ - :uint8
1016
+ - :value_distribution_method
1017
+ 385:
1018
+ - :uint32
1019
+ - :rfc3550_jitter_milliseconds
1020
+ 386:
1021
+ - :uint32
1022
+ - :rfc3550_jitter_microseconds
1023
+ 387:
1024
+ - :uint32
1025
+ - :rfc3550_jitter_nanoseconds
1026
+ 390:
1027
+ - :uint16
1028
+ - :flow_selector_algorithm
1029
+ 391:
1030
+ - :uint64
1031
+ - :flow_selected_octet_delta_count
1032
+ 392:
1033
+ - :uint64
1034
+ - :flow_selected_packet_delta_count
1035
+ 393:
1036
+ - :uint64
1037
+ - :flow_selected_flow_delta_count
1038
+ 394:
1039
+ - :uint64
1040
+ - :selector_i_d_total_flows_observed
1041
+ 395:
1042
+ - :uint64
1043
+ - :selector_i_d_total_flows_selected
1044
+ 396:
1045
+ - :uint64
1046
+ - :sampling_flow_interval
1047
+ 397:
1048
+ - :uint64
1049
+ - :sampling_flow_spacing
1050
+ 398:
1051
+ - :uint64
1052
+ - :flow_sampling_time_interval
1053
+ 399:
1054
+ - :uint64
1055
+ - :flow_sampling_time_spacing
1056
+ 400:
1057
+ - :uint16
1058
+ - :hash_flow_domain
1059
+ 401:
1060
+ - :uint64
1061
+ - :transport_octet_delta_count
1062
+ 402:
1063
+ - :uint64
1064
+ - :transport_packet_delta_count
1065
+ 403:
1066
+ - :ip4_addr
1067
+ - :original_exporter_ipv4_address
1068
+ 404:
1069
+ - :ip6_addr
1070
+ - :original_exporter_ipv6_address
1071
+ 405:
1072
+ - :uint32
1073
+ - :original_observation_domain_id
1074
+ 406:
1075
+ - :uint32
1076
+ - :intermediate_process_id
1077
+ 407:
1078
+ - :uint64
1079
+ - :ignored_data_record_total_count
1080
+ 408:
1081
+ - :uint16
1082
+ - :data_link_frame_type
1083
+ 409:
1084
+ - :uint16
1085
+ - :section_offset
1086
+ 410:
1087
+ - :uint16
1088
+ - :section_exported_octets
1089
+ 412:
1090
+ - :uint32
1091
+ - :dot1q_service_instance_id
1092
+ 413:
1093
+ - :uint8
1094
+ - :dot1q_service_instance_priority
1095
+ 414:
1096
+ - :mac_addr
1097
+ - :dot1q_customer_source_mac_address
1098
+ 415:
1099
+ - :mac_addr
1100
+ - :dot1q_customer_destination_mac_address
1101
+ 416:
1102
+ - :skip
1103
+ 417:
1104
+ - :uint64
1105
+ - :post_layer2_octet_delta_count
1106
+ 418:
1107
+ - :uint64
1108
+ - :post_mcast_layer2_octet_delta_count
1109
+ 419:
1110
+ - :skip
1111
+ 420:
1112
+ - :uint64
1113
+ - :post_layer2_octet_total_count
1114
+ 421:
1115
+ - :uint64
1116
+ - :post_mcast_layer2_octet_total_count
1117
+ 422:
1118
+ - :uint64
1119
+ - :minimum_layer2_total_length
1120
+ 423:
1121
+ - :uint64
1122
+ - :maximum_layer2_total_length
1123
+ 424:
1124
+ - :uint64
1125
+ - :dropped_layer2_octet_delta_count
1126
+ 425:
1127
+ - :uint64
1128
+ - :dropped_layer2_octet_total_count
1129
+ 426:
1130
+ - :uint64
1131
+ - :ignored_layer2_octet_total_count
1132
+ 427:
1133
+ - :uint64
1134
+ - :not_sent_layer2_octet_total_count
1135
+ 428:
1136
+ - :uint64
1137
+ - :layer2_octet_delta_sum_of_squares
1138
+ 429:
1139
+ - :uint64
1140
+ - :layer2_octet_total_sum_of_squares
1141
+ 430:
1142
+ - :uint64
1143
+ - :layer2_frame_delta_count
1144
+ 431:
1145
+ - :uint64
1146
+ - :layer2_frame_total_count
1147
+ 432:
1148
+ - :ip4_addr
1149
+ - :pseudo_wire_destination_ipv4_address
1150
+ 433:
1151
+ - :uint64
1152
+ - :ignored_layer2_frame_total_count
1153
+ 438:
1154
+ - :ip4_addr
1155
+ - :mib_object_value_ip_address
1156
+ 439:
1157
+ - :uint64
1158
+ - :mib_object_value_counter
1159
+ 440:
1160
+ - :uint32
1161
+ - :mib_object_value_gauge
1162
+ 441:
1163
+ - :uint32
1164
+ - :mib_object_value_time_ticks
1165
+ 442:
1166
+ - :uint64
1167
+ - :mib_object_value_unsigned
1168
+ 446:
1169
+ - :uint32
1170
+ - :mib_sub_identifier
1171
+ 447:
1172
+ - :uint64
1173
+ - :mib_index_indicator
1174
+ 448:
1175
+ - :uint8
1176
+ - :mib_capture_time_semantics
1177
+ 450:
1178
+ - :string
1179
+ - :mib_context_name
1180
+ 451:
1181
+ - :string
1182
+ - :mib_object_name
1183
+ 452:
1184
+ - :string
1185
+ - :mib_object_description
1186
+ 453:
1187
+ - :string
1188
+ - :mib_object_syntax
1189
+ 454:
1190
+ - :string
1191
+ - :mib_module_name
1192
+ 455:
1193
+ - :string
1194
+ - :mobile_imsi
1195
+ 456:
1196
+ - :string
1197
+ - :mobile_msisdn
1198
+