patch Wireshark to allow BER decoding for UDP payloads, until feature is released
This commit is contained in:
parent
e99d45fa04
commit
192a1f6e38
2 changed files with 29 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue