Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use dissector_add_uint instead of dissector_add #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

legoscia
Copy link

dissector_add_uint was introduced in Wireshark 1.6.0, with dissector_add remaining as a compatibility macro. dissector_add was finally removed in 1.6.11.

That means that while this patch fixes compilation with 1.6.11 and newer, it breaks compatibility with versions earlier than 1.6.0. Would that be acceptable?

This closes #2.

dissector_add_uint was introduced in Wireshark 1.6.0, with dissector_add
remaining as a compatibility macro.  dissector_add was finally removed
in 1.6.11.

This closes CPqD#2.
@greenpau
Copy link

@alnvdl , do you mind merging this PR? 😄

@greenpau
Copy link

For the reference: #14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

error: 'dissector_add' was not declared in this scope
2 participants