Skip to content

Commit 57dae65

Browse files
fix: update for wireshark 4.6 (#39)
* fix(4.6): bump submodule version in config * fix(4.6): bump submodule version in repo * fix(4.6): replace tvb_get_guint8 with tvb_get_uint8 * fix(4.6): remove unused parameters * fix(4.6): replace pntoh16 with pntohu16 * fix(4.6): replace wmem_packet_scope() with pinfo->pool * fix(4.6): replace deprecated function call with the recommended replacement * fix(4.6): address compiler warnings * fix(4.6): replace ENABLE_STATIC with BUILD_SHARED_LIBS
1 parent b45ba7d commit 57dae65

File tree

8 files changed

+79
-81
lines changed

8 files changed

+79
-81
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "wireshark"]
22
path = wireshark
33
url = https://gitlab.com/wireshark/wireshark.git
4-
branch = release-4.4
4+
branch = release-4.6

src/smf/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ AUTOMAKE = @AUTOMAKE@
208208
AWK = @AWK@
209209
BUILD_EXEEXT = @BUILD_EXEEXT@
210210
BUILD_OBJEXT = @BUILD_OBJEXT@
211+
BUILD_SHARED_LIBS = @BUILD_SHARED_LIBS@
211212
CC = @CC@
212213
CCDEPMODE = @CCDEPMODE@
213214
CC_FOR_BUILD = @CC_FOR_BUILD@
@@ -238,7 +239,6 @@ ECHO_C = @ECHO_C@
238239
ECHO_N = @ECHO_N@
239240
ECHO_T = @ECHO_T@
240241
EGREP = @EGREP@
241-
ENABLE_STATIC = @ENABLE_STATIC@
242242
EXEEXT = @EXEEXT@
243243
FGREP = @FGREP@
244244
FOP = @FOP@

0 commit comments

Comments
 (0)