Ask Your Question
0

Was has happend to the old tvb_new_subset() function?

asked 2018-05-10 11:14:05 +0000

Hi, I am trying to recompile some old plugin. There they used the tvbnewsubset() function. What has happend to that function? And is there an easy way to recompile that old dissector plugin with Wireshark 2.6.0 on Windows?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2018-05-10 13:29:16 +0000

JeffMorriss gravatar image

tvb_new_subset() was renamed to tvb_new_subset_length_caplen(). But you really should read the commit message that went along with this change.

You'll need to modify your plugin to use the appropriate new function - it shouldn't be very hard.

edit flag offensive delete link more

Comments

thx for the explanation and the link

Christian_R gravatar imageChristian_R ( 2018-05-10 13:36:34 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2018-05-10 11:14:05 +0000

Seen: 680 times

Last updated: May 10 '18