Skip to content

Commit

Permalink
wireshark: basic support for of_bitmap_128_t
Browse files Browse the repository at this point in the history
  • Loading branch information
rlane committed Oct 8, 2013
1 parent 4df40f3 commit 9d25b08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wireshark_gen/field_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"of_match_t": "bytes",
"of_oxm_t": "bytes",
"of_meter_features_t": "bytes",
"of_bitmap_128_t": "bytes",
}

# Map from LOXI type to Wireshark base
Expand Down Expand Up @@ -77,6 +78,7 @@
"of_match_t": "NONE",
"of_oxm_t": "NONE",
"of_meter_features_t": "NONE",
"of_bitmap_128_t": "NONE",
}

# Override oftype_to_base for certain field names
Expand Down

0 comments on commit 9d25b08

Please sign in to comment.