patch Wireshark to allow BER decoding for UDP payloads, until feature is released

This commit is contained in:
Trolli Schmittlauch 2020-07-01 20:05:50 +02:00
parent e99d45fa04
commit 192a1f6e38
2 changed files with 29 additions and 1 deletions

View file

@ -77,7 +77,7 @@ in
programs.wireshark =
{
enable = true;
package = pkgs.wireshark-qt;
package = pkgs.wireshark-qt.overrideAttrs (oldAttrs: rec { patches = oldAttrs.patches ++ [ ./133dbc2.diff ];});
};
programs.adb.enable = true;