First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Dissector stability guarantees

Hello,

Is there any policy in place regarding the stability of dissector field names and textual representation of data?

Avi's avatar
1
Avi
asked 2020-07-09 16:24:01 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

None really, but it's informally "discouraged" as it can break workflows that depend on them, e.g. scripted display filters and post processing of fields.

grahamb's avatar
23.8k
grahamb
answered 2020-07-09 16:27:43 +0000
edit flag offensive 0 remove flag delete link

Comments

I did see it happen on at least one field in the WLAN dissector.

Seems to me like we should start versioning scripts.

Avi's avatar Avi (2020-07-09 16:47:28 +0000) edit

Unfortunately they do change, it's not as if they are IANA registered, and I believe the WLAN stuff has seen some extensive changes.

Fields shouldn't change within a stable release, e.g. 3.2.x, but could change on the next major version, e.g. 3.4.x.

In a "mission critical" environment I would hope that all the tools, Wireshark, associated scripts etc. are version controlled, elsewhere any breakage would be adapted to.

grahamb's avatar grahamb (2020-07-09 17:12:47 +0000) edit

In the WLAN case it is necessary sometimes to upgrade wireshark to support newer specs, which can break older scripts.

Anyway, it seems like having multiple major versions installed might work.

Avi's avatar Avi (2020-07-09 17:19:11 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer