[Wireshark-commits] master 4caaba6: packet-kerberos: maintain a kerberos_longterm_keys map

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4caaba64b2d17162155b219cf860c2269850ce61 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: 4caaba6 by Stefan Metzmacher (me...@samba.org): packet-kerberos: maintain a

[Wireshark-commits] master 8b35c40: packet-{kerberos, spnego}: move KRB5_KU_USAGE_* defined to packet-kerberos.h

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8b35c401dcd6a87a29f6de763cbfddcf0b3446e1 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: 8b35c40 by Stefan Metzmacher (me...@samba.org): packet-{kerberos,spnego}: move

[Wireshark-commits] master 685a125: dot11decrypt: Remove some unused code

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=685a125729db74be3921426731ebfad30268d956 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: 685a125 by Mikael Kanstrup (mikael.kanst...@sony.com): dot11decrypt: Remove some unused code

[Wireshark-commits] master f585829: packet-kerberos: maintain EncAPRepPart_subkey in a kerberos_app_session_keys map

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f5858299a92520163ca5598e1caca4f68179b349 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: f585829 by Stefan Metzmacher (me...@samba.org): packet-kerberos: maintain EncAPRepPart_subkey

[Wireshark-commits] master acbcfef: LISP: add support for Distinguished Name AFI in LCAFs

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=acbcfefa7ebe2b92d4c2e901c5b2c5b3c6271fe4 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: acbcfef by Lorand Jakab (lja...@ac.upc.edu): LISP: add support for Distinguished Name AFI in

[Wireshark-commits] master 975e853: packet-kerberos: improve displaying used decryption keys

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=975e8531a72e4f71eac872eaa145d1146abe2094 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: 975e853 by Stefan Metzmacher (me...@samba.org): packet-kerberos: improve displaying used

[Wireshark-commits] master fa60a8c: packet-kerberos: provide details about missing keys

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fa60a8c5f5cc2b3426368308b7e60d62d1c8ac68 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: fa60a8c by Stefan Metzmacher (me...@samba.org): packet-kerberos: provide details about

[Wireshark-commits] master d89565e: packet-kerberos: avoid guessing the authenticator key usage

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d89565e0c065f917b28988ce80bfc89d41c35cf2 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: d89565e by Stefan Metzmacher (me...@samba.org): packet-kerberos: avoid guessing the

[Wireshark-commits] master 8edf1cf: packet-kerberos: let decrypt_krb5_with_cb() use kerberos_all_keys

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8edf1cf549f2baa37378d19f4e4ebeda4a9ca06e Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: 8edf1cf by Stefan Metzmacher (me...@samba.org): packet-kerberos: let decrypt_krb5_with_cb()

[Wireshark-commits] master 53a2478: kerberos: fix build without krb5_c_fx_cf2_simple().

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=53a24787b8552bd30674718e2e048a870331e47c Submitter: "Guy Harris " Changed: branch: master Repository: wireshark Commits: 53a2478 by Guy Harris (ghar...@sonic.net): kerberos: fix build without krb5_c_fx_cf2_simple().

[Wireshark-commits] master 3a28970: packet-kerberos: maintain a kerberos_all_keys map

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3a289703efec502f03f6a40aa70cd57919d1124c Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: 3a28970 by Stefan Metzmacher (me...@samba.org): packet-kerberos: maintain a kerberos_all_keys

[Wireshark-commits] master 0b7dd57: packet-kerberos: let verify_krb5_pac() use kerberos_longterm_keys

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0b7dd5720d0554f5311b625f88d4d4ccbcc3d3d2 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: 0b7dd57 by Stefan Metzmacher (me...@samba.org): packet-kerberos: let verify_krb5_pac() use

[Wireshark-commits] master 06f06ee: http2: workaround to fix headers dissection for partial captures

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=06f06eec3c5842af452620a7a493b0cbf51be728 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: 06f06ee by Peter Wu (pe...@lekensteyn.nl): http2: workaround to fix headers dissection for

[Wireshark-commits] master 5233a37: GeoNW: add support for psid-traffic-light-control-status-service ::= 637

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5233a37c9348fec1d99d1ee0df35af12b8261e1b Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: 5233a37 by Tomas Kukosa (kuk...@herman.cz): GeoNW: add support for

[Wireshark-commits] master e2f43f4: nghttp2: Assume we have a method header if we find

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e2f43f4cfa2aa4266ba5317b95c195b095f1c763 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: e2f43f4 by Anders Broman (anders.bro...@ericsson.com): nghttp2: Assume we have a method

[Wireshark-commits] master 5aaec7f: oscore: Update to RFC8613.

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5aaec7f16dca14d2184edbd9a7dc53df11b379cc Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: 5aaec7f by Mališa Vučinić (malis...@gmail.com): oscore: Update to RFC8613. -Update

[Wireshark-commits] master 6c4d03c: packet-kerberos: allocate enc_key_list on wmem_epan_scope()

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6c4d03c74b942a3510df82b7935e5e39ceef289c Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: 6c4d03c by Stefan Metzmacher (me...@samba.org): packet-kerberos: allocate enc_key_list on

[Wireshark-commits] master 65806b6: TCP: Add expert info for ignored TCP Fast Open data

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=65806b69c5e1e58ffbd157c51837fb450da61f06 Submitter: "Peter Wu " Changed: branch: master Repository: wireshark Commits: 65806b6 by Peter Wu (pe...@lekensteyn.nl): TCP: Add expert info for ignored TCP Fast Open data

[Wireshark-commits] master daf8b80: packet-kerberos: avoid guessing the KDC_REP keyusage were possible

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=daf8b802d862a19ea46d2b4ac683c4c2fe50321e Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: daf8b80 by Stefan Metzmacher (me...@samba.org): packet-kerberos: avoid guessing the KDC_REP

[Wireshark-commits] master b95a1b6: packet-kerberos: display details of learnt keys

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b95a1b652f22fe734403dd8c728607e35c35f0c7 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: b95a1b6 by Stefan Metzmacher (me...@samba.org): packet-kerberos: display details of learnt

[Wireshark-commits] master f1ef488: WSUG: Update the Configuration Files section.

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f1ef488120c27cf3199aef5d12f53b89caa7f388 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: f1ef488 by Gerald Combs (ger...@wireshark.org): WSUG: Update the Configuration Files section.

[Wireshark-commits] master 62f25df: dot11decrypt: Use hash table to store SA entries

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=62f25dfa64d6c2ff5e374bbc568193b5ea066771 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: 62f25df by Mikael Kanstrup (mikael.kanst...@sony.com): dot11decrypt: Use hash table to store

[Wireshark-commits] master 677fc33: NSIS: remove unused DisableSection and EnableSection macros

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=677fc33d5c2dde4be7dd249e0c54be0dd0d205b3 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: 677fc33 by Peter Wu (pe...@lekensteyn.nl): NSIS: remove unused DisableSection and

[Wireshark-commits] master 7d3881d: WSDG: Mention winget and scoop.

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7d3881ddc50465c35248e2872c89c7fb26ee10ad Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: 7d3881d by Gerald Combs (ger...@wireshark.org): WSDG: Mention winget and scoop. Note

[Wireshark-commits] master d2ad1a4: packet-kerberos: show learnt and used decryption keys on the top level tree

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d2ad1a42d66d58c59d977266110d88f831da80d3 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: d2ad1a4 by Stefan Metzmacher (me...@samba.org): packet-kerberos: show learnt and used

[Wireshark-commits] master 099d241: dot11decrypt: Avoid allocating SA on packet decryption

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=099d241046e7e81268ee4979e129c8c19cd6c137 Submitter: "Alexis La Goutte " Changed: branch: master Repository: wireshark Commits: 099d241 by Mikael Kanstrup (mikael.kanst...@sony.com): dot11decrypt: Avoid allocating SA

[Wireshark-commits] master a97956f: gtpv2: Use ENC_TIME_MSEC_NT for "Origination time stamp".

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a97956fa20312f66b57c20e3a13cd94de81a61e5 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: a97956f by Anders Broman (anders.bro...@ericsson.com): gtpv2: Use ENC_TIME_MSEC_NT for

[Wireshark-commits] master 94f0842: packet-kerberos: split out kerberos_new_private_data()

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=94f0842f8b3113faf6ca6ac5239da2b07e864bcf Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: 94f0842 by Stefan Metzmacher (me...@samba.org): packet-kerberos: split out

[Wireshark-commits] master fd9ed55: packet-kerberos: avoid guessing the authorization_data keyusage

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fd9ed550c3c7a677d47f2b750017d63ba88c982c Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: fd9ed55 by Stefan Metzmacher (me...@samba.org): packet-kerberos: avoid guessing the

[Wireshark-commits] master e4ef58a: GTPv2: Use message specific IE name for generic IE

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e4ef58a8834d99707e3745c6093c06eb70b10d37 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: e4ef58a by Anders Broman (anders.bro...@ericsson.com): GTPv2: Use message specific IE name

[Wireshark-commits] master 4d801ab: packer-kerberos: maintain enc_key_t->id as a unique number

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4d801abad0707263621d7c4c426b68d2061e0c75 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: 4d801ab by Stefan Metzmacher (me...@samba.org): packer-kerberos: maintain enc_key_t->id as a

[Wireshark-commits] master 20bfb9f: packet-kerberos: use a fixed keyvalue buffer for enc_key_t

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=20bfb9ffb90cac37892630e1c24743c8b6800471 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: 20bfb9f by Stefan Metzmacher (me...@samba.org): packet-kerberos: use a fixed keyvalue buffer

[Wireshark-commits] master bc26b5e: packet-kerberos: pass more information down to add_encryption_key()

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bc26b5ee2472cee5955951dd91cda6a570bb8c6d Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: bc26b5e by Stefan Metzmacher (me...@samba.org): packet-kerberos: pass more information down

[Wireshark-commits] master afaa3d5: packet-kerberos: add hooks to handle each learned encryption in a separate way

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=afaa3d5c30be45a27a492363b59e1b9e56187bfc Submitter: "Alexis La Goutte " Changed: branch: master Repository: wireshark Commits: afaa3d5 by Stefan Metzmacher (me...@samba.org): packet-kerberos: add hooks to handle each

[Wireshark-commits] master 41c80cd: Update doxygen config to 1.8.17

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=41c80cde5cf961cc1a61f751bd396ccc432a2ccb Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: 41c80cd by Moshe Kaplan (m...@moshekaplan.com): Update doxygen config to 1.8.17 Run

[Wireshark-commits] master d34a806: UNISTIM: Refactor display address/control/tag handling

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d34a806e86bceb7036f9bc7b77e4b75592a4 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: d34a806 by David Perry (boolean...@protonmail.com): UNISTIM: Refactor display

[Wireshark-commits] master d7b3122: New dissector: UFTP version 5

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d7b312238d32d6cb92e1a5ba6a15a213efa60c94 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: d7b3122 by Dennis Bush (b...@tcnj.edu): New dissector: UFTP version 5 Added support

[Wireshark-commits] master-2.6 1a41bba: [Automatic update for 2020-05-24]

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1a41bba7106c55fed5083c01776cfeaed9478280 Submitter: "Gerald Combs " Changed: branch: master-2.6 Repository: wireshark Commits: 1a41bba by Gerald Combs (ger...@wireshark.org): [Automatic update for 2020-05-24]

[Wireshark-commits] master-3.0 3a4fb2c: [Automatic update for 2020-05-24]

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3a4fb2c0efaaa201495aa826b96d487fc9af2fb5 Submitter: "Gerald Combs " Changed: branch: master-3.0 Repository: wireshark Commits: 3a4fb2c by Gerald Combs (ger...@wireshark.org): [Automatic update for 2020-05-24]

[Wireshark-commits] master-3.2 85ba79f: [Automatic update for 2020-05-24]

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=85ba79f40db8c17004551f2db36e2ba388f5fff8 Submitter: "Gerald Combs " Changed: branch: master-3.2 Repository: wireshark Commits: 85ba79f by Gerald Combs (ger...@wireshark.org): [Automatic update for 2020-05-24]

[Wireshark-commits] master 567d9d3: [Automatic update for 2020-05-24]

2020-05-27 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=567d9d38dacd0049b08e5d48f27965b7f76d8f54 Submitter: "Gerald Combs " Changed: branch: master Repository: wireshark Commits: 567d9d3 by Gerald Combs (ger...@wireshark.org): [Automatic update for 2020-05-24]

[Wireshark-commits] master-3.2 95a7cae: Windows: upgrade USBPcap to 1.5.4.0

2020-05-22 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=95a7caecb1b3f831216148143f0058edbaa3b9d7 Submitter: "Pascal Quantin " Changed: branch: master-3.2 Repository: wireshark Commits: 95a7cae by Pascal Quantin (pas...@wireshark.org): Windows: upgrade USBPcap to 1.5.4.0

[Wireshark-commits] master f94fed6: Windows: upgrade USBPcap to 1.5.4.0

2020-05-22 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f94fed601098aaa93cfd1c49574a3ac37e006c7a Submitter: "Pascal Quantin " Changed: branch: master Repository: wireshark Commits: f94fed6 by Pascal Quantin (pas...@wireshark.org): Windows: upgrade USBPcap to 1.5.4.0

[Wireshark-commits] master a9634ab: packet-kerberos: add dissection of PAC_DEVICE_INFO

2020-05-21 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a9634ab5a0b8d25e67a32e1cff8d0da8e3e2481c Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: a9634ab by Stefan Metzmacher (me...@samba.org): packet-kerberos: add dissection of

[Wireshark-commits] master 6b5e619: packet-kerberos: use better add_new_data_source() names

2020-05-21 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6b5e61971e3d98d7db1c152f90b3b15dc7881cf3 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: 6b5e619 by Stefan Metzmacher (me...@samba.org): packet-kerberos: use better

[Wireshark-commits] master 36ca304: dumpcap: Initialize a couple of variables.

2020-05-21 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=36ca304359c39be015a245bfc0d1ad1b1c05dbeb Submitter: "Gerald Combs " Changed: branch: master Repository: wireshark Commits: 36ca304 by Gerald Combs (ger...@wireshark.org): dumpcap: Initialize a couple of variables.

[Wireshark-commits] master 2b9796a: QUIC: add new transport parameters and error codes (draft-28)

2020-05-20 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2b9796adc6b1669da2bc4bb69f340131cc23eae9 Submitter: "Alexis La Goutte " Changed: branch: master Repository: wireshark Commits: 2b9796a by Peter Wu (pe...@lekensteyn.nl): QUIC: add new transport parameters and error

[Wireshark-commits] master ff96e37: peekremote: update a comment.

2020-05-20 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ff96e37a0850666fb77f95aa6a8ce5597ed6211d Submitter: "Guy Harris " Changed: branch: master Repository: wireshark Commits: ff96e37 by Guy Harris (ghar...@sonic.net): peekremote: update a comment. Give a new URL

[Wireshark-commits] master-2.6 b45b29e: peekremote: go to the Wayback Machine for a URL.

2020-05-20 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b45b29e92c920d768c494f25b8fd8d4f769a18d3 Submitter: "Guy Harris " Changed: branch: master-2.6 Repository: wireshark Commits: b45b29e by Guy Harris (ghar...@sonic.net): peekremote: go to the Wayback Machine for a URL.

[Wireshark-commits] master-3.0 6722f1c: peekremote: go to the Wayback Machine for a URL.

2020-05-20 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6722f1cfaa8f1a871a7627bd6005bff442bd8117 Submitter: "Guy Harris " Changed: branch: master-3.0 Repository: wireshark Commits: 6722f1c by Guy Harris (ghar...@sonic.net): peekremote: go to the Wayback Machine for a URL.

[Wireshark-commits] master-3.2 0f2bd10: peekremote: go to the Wayback Machine for a URL.

2020-05-20 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0f2bd10a89437346cc0a2af0df1fe0fa5865596b Submitter: "Guy Harris " Changed: branch: master-3.2 Repository: wireshark Commits: 0f2bd10 by Guy Harris (ghar...@sonic.net): peekremote: go to the Wayback Machine for a URL.

[Wireshark-commits] master 1aac1aa: peekremote: go to the Wayback Machine for a URL.

2020-05-20 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1aac1aa09c6a0eeb14132dc55118fc6de45b52b2 Submitter: "Guy Harris " Changed: branch: master Repository: wireshark Commits: 1aac1aa by Guy Harris (ghar...@sonic.net): peekremote: go to the Wayback Machine for a URL.

[Wireshark-commits] master 4ed5333: wifi-dpp: changes to cover new public action frames used in dpp v 2.0

2020-05-20 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4ed54cc79232d3f746884fb700abd6cb283b Submitter: "Alexis La Goutte " Changed: branch: master Repository: wireshark Commits: 4ed5333 by Vivek Pandey (vivek_pan...@comcast.com): wifi-dpp: changes to cover new public

[Wireshark-commits] master 9e52936: IEEE802.11: Adding ANQP Type 280 per IEEE 802.11-2016

2020-05-20 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9e52936b2b549e9d3c9177a7c4c9ff63d7289502 Submitter: "Alexis La Goutte " Changed: branch: master Repository: wireshark Commits: 9e52936 by Matthew Weant (mswe...@gmail.com): IEEE802.11: Adding ANQP Type 280 per IEEE

[Wireshark-commits] master 0817970: IEEE802.11: Added HS2.0 ANQP Oper Class Indic Info

2020-05-20 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0817970d24426adeb691fe8e2e269301a005a5ed Submitter: "Alexis La Goutte " Changed: branch: master Repository: wireshark Commits: 0817970 by Matthew Weant (mswe...@gmail.com): IEEE802.11: Added HS2.0 ANQP Oper Class

[Wireshark-commits] master 05c06d0: IEEE802.11: Added Hotspot 2.0 ANQP Connection Capability Info

2020-05-20 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=05c06d04ccc2c8fcd377b53ff2e79e1f28254291 Submitter: "Alexis La Goutte " Changed: branch: master Repository: wireshark Commits: 05c06d0 by Matthew Weant (mswe...@gmail.com): IEEE802.11: Added Hotspot 2.0 ANQP

[Wireshark-commits] master 87a8d9f: DoxyGen: remove obsolete config file

2020-05-19 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=87a8d9fe94e0bd5bc52bd657e050930cc6e65ff4 Submitter: "Peter Wu " Changed: branch: master Repository: wireshark Commits: 87a8d9f by Jaap Keuter (jaap.keu...@xs4all.nl): DoxyGen: remove obsolete config file No

[Wireshark-commits] [wireshark] annotated tag v2.6.18rc0 created (now a349829)

2020-05-19 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a34982933f60cdc488ce040902caeb18d8c25e81 Submitter: "Gerald Combs " Changed: annotated tag: v2.6.18rc0 Repository: wireshark Commits: [ log message not found ] Actions performed: at a349829 (tag) tagging

[Wireshark-commits] master-2.6 72bf3da: 2.6.17 → 2.6.18.

2020-05-19 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=72bf3da1db294776d04d5dfcce7a8e1b1de5c9f1 Submitter: "Gerald Combs " Changed: branch: master-2.6 Repository: wireshark Commits: 72bf3da by Gerald Combs (ger...@zing.org): 2.6.17 → 2.6.18. Change-Id:

[Wireshark-commits] [wireshark] annotated tag v3.0.12rc0 created (now b1376d4)

2020-05-19 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b1376d402dcdb227bed953e6941deb392bf5b69a Submitter: "Gerald Combs " Changed: annotated tag: v3.0.12rc0 Repository: wireshark Commits: [ log message not found ] Actions performed: at b1376d4 (tag) tagging

[Wireshark-commits] [wireshark] annotated tag v3.2.5rc0 created (now befe855)

2020-05-19 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=befe855e2c17f5beae667998f13420f21101119c Submitter: "Gerald Combs " Changed: annotated tag: v3.2.5rc0 Repository: wireshark Commits: [ log message not found ] Actions performed: at befe855 (tag) tagging

[Wireshark-commits] master-3.0 3fcc55e: 3.0.11 → 3.0.12.

2020-05-19 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3fcc55e0f9dbb68e4ad7682363363712182794f3 Submitter: "Gerald Combs " Changed: branch: master-3.0 Repository: wireshark Commits: 3fcc55e by Gerald Combs (ger...@zing.org): 3.0.11 → 3.0.12. Change-Id:

[Wireshark-commits] master-3.2 7b7fe74: 3.2.4 → 3.2.5.

2020-05-19 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7b7fe7489aea6b298c4617610de84a868963 Submitter: "Gerald Combs " Changed: branch: master-3.2 Repository: wireshark Commits: 7b7fe74 by Gerald Combs (ger...@zing.org): 3.2.4 → 3.2.5. Change-Id:

[Wireshark-commits] [wireshark] annotated tag v2.6.17 created (now 47ad2bb)

2020-05-19 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=47ad2bb37b273e37e526edc317c872efc8d022ec Submitter: "Gerald Combs " Changed: annotated tag: v2.6.17 Repository: wireshark Commits: [ log message not found ] Actions performed: at 47ad2bb (tag) tagging

[Wireshark-commits] [wireshark] annotated tag wireshark-2.6.17 created (now 5309a04)

2020-05-19 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5309a0436197ca5b6242a6d3a79060044d08bf4e Submitter: "Gerald Combs " Changed: annotated tag: wireshark-2.6.17 Repository: wireshark Commits: [ log message not found ] Actions performed: at 5309a04 (tag) tagging

[Wireshark-commits] master-2.6 a75a4b5: Build 2.6.17.

2020-05-19 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a75a4b524d53115836767cfe0e8ea605886ecb12 Submitter: "Gerald Combs " Changed: branch: master-2.6 Repository: wireshark Commits: a75a4b5 by Gerald Combs (ger...@wireshark.org): Build 2.6.17. Change-Id:

[Wireshark-commits] [wireshark] annotated tag wireshark-3.0.11 created (now 6dc9ca5)

2020-05-19 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6dc9ca5666f7ad285151f63aaa691c254391d1db Submitter: "Gerald Combs " Changed: annotated tag: wireshark-3.0.11 Repository: wireshark Commits: [ log message not found ] Actions performed: at 6dc9ca5 (tag) tagging

[Wireshark-commits] [wireshark] annotated tag v3.0.11 created (now 0ef04c1)

2020-05-19 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0ef04c1bb7608507bd0686732e78a3e7c06d20a3 Submitter: "Gerald Combs " Changed: annotated tag: v3.0.11 Repository: wireshark Commits: [ log message not found ] Actions performed: at 0ef04c1 (tag) tagging

[Wireshark-commits] master-3.0 e314fe7: Build 3.0.11.

2020-05-19 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e314fe7ca6aa095d128e17d1b62093cbf1705230 Submitter: "Gerald Combs " Changed: branch: master-3.0 Repository: wireshark Commits: e314fe7 by Gerald Combs (ger...@wireshark.org): Build 3.0.11. Change-Id:

[Wireshark-commits] master-3.2 068df48: Add missing release notes content.

2020-05-19 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=068df48681c439e3fd03cc269036b0ff3c11adf9 Submitter: "Gerald Combs " Changed: branch: master-3.2 Repository: wireshark Commits: 068df48 by Gerald Combs (ger...@wireshark.org): Add missing release notes content.

[Wireshark-commits] [wireshark] annotated tag wireshark-3.2.4 created (now b24785f)

2020-05-19 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b24785feff01da157b126fdf70afd5e35d67 Submitter: "Gerald Combs " Changed: annotated tag: wireshark-3.2.4 Repository: wireshark Commits: [ log message not found ] Actions performed: at b24785f (tag) tagging

[Wireshark-commits] [wireshark] annotated tag v3.2.4 created (now acb807a)

2020-05-19 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=acb807ad75596ca14078f1555ee2dd2ee472f964 Submitter: "Gerald Combs " Changed: annotated tag: v3.2.4 Repository: wireshark Commits: [ log message not found ] Actions performed: at acb807a (tag) tagging

[Wireshark-commits] master-3.2 893b5a5: Build 3.2.4.

2020-05-19 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=893b5a5e1e3e925ea4f1ba408091c4af113538df Submitter: "Gerald Combs " Changed: branch: master-3.2 Repository: wireshark Commits: 893b5a5 by Gerald Combs (ger...@wireshark.org): Build 3.2.4. Change-Id:

[Wireshark-commits] master-3.2 8a22138: Prep for 3.2.4.

2020-05-19 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8a22138c6579b056edada78e692d33d597255210 Submitter: "Gerald Combs " Changed: branch: master-3.2 Repository: wireshark Commits: 8a22138 by Gerald Combs (ger...@wireshark.org): Prep for 3.2.4. Change-Id:

[Wireshark-commits] master c0d04d9: gsm_common: Update geographical_description

2020-05-19 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c0d04d90ca3dbe69bd7ba147f1e1a0579fb7e387 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: c0d04d9 by Anders Broman (anders.bro...@ericsson.com): gsm_common: Update

[Wireshark-commits] master 160e247: ITS: fix RCSUnit subtypes decoding

2020-05-19 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=160e247e69e935cdb11d494c5a941436a5916342 Submitter: "Anders Broman " Changed: branch: master Repository: wireshark Commits: 160e247 by Tomas Kukosa (kuk...@herman.cz): ITS: fix RCSUnit subtypes decoding IVIM

[Wireshark-commits] master-3.2 f781f39: NAS 5GS: fix parsing of mapped EPS bearer contexts IE

2020-05-18 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f781f399de4234b3d873c5a996ec36031036e5f1 Submitter: "Pascal Quantin " Changed: branch: master-3.2 Repository: wireshark Commits: f781f39 by Pascal Quantin (pas...@wireshark.org): NAS 5GS: fix parsing of mapped EPS

[Wireshark-commits] master 9d6c7f3: NAS 5GS: fix parsing of mapped EPS bearer contexts IE

2020-05-18 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9d6c7f3ffb4b5d99fa5ac166d0a37c284f5bbc71 Submitter: "Pascal Quantin " Changed: branch: master Repository: wireshark Commits: 9d6c7f3 by Pascal Quantin (pas...@wireshark.org): NAS 5GS: fix parsing of mapped EPS bearer

[Wireshark-commits] master-3.2 65e4616: Windows: upgrade Npcap to 0.9991

2020-05-17 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=65e4616945d04681c4a148291f488e927c7aa2e5 Submitter: "Pascal Quantin " Changed: branch: master-3.2 Repository: wireshark Commits: 65e4616 by Pascal Quantin (pas...@wireshark.org): Windows: upgrade Npcap to 0.9991

[Wireshark-commits] master-2.6 1598df8: [Automatic update for 2020-05-17]

2020-05-17 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1598df819868e5312ba48af6b14a9407f5f2a5e4 Submitter: "Gerald Combs " Changed: branch: master-2.6 Repository: wireshark Commits: 1598df8 by Gerald Combs (ger...@wireshark.org): [Automatic update for 2020-05-17]

[Wireshark-commits] master-3.0 387f5f1: [Automatic update for 2020-05-17]

2020-05-17 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=387f5f1c57f7959b557f8b21c60721958cb5b201 Submitter: "Gerald Combs " Changed: branch: master-3.0 Repository: wireshark Commits: 387f5f1 by Gerald Combs (ger...@wireshark.org): [Automatic update for 2020-05-17]

[Wireshark-commits] master-3.2 d8b6709: [Automatic update for 2020-05-17]

2020-05-17 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d8b670955a222ead3ea202b7908ae4544e5f5bde Submitter: "Gerald Combs " Changed: branch: master-3.2 Repository: wireshark Commits: d8b6709 by Gerald Combs (ger...@wireshark.org): [Automatic update for 2020-05-17]

[Wireshark-commits] master 238781f: [Automatic update for 2020-05-17]

2020-05-17 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=238781fe91b8190e5c8632b833b285185b1c456a Submitter: "Gerald Combs " Changed: branch: master Repository: wireshark Commits: 238781f by Gerald Combs (ger...@wireshark.org): [Automatic update for 2020-05-17]

[Wireshark-commits] master 20094c3: isobus: note what ISO specs cover ISObus.

2020-05-16 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=20094c36fb3da9ced2c25130fa54a872ff2f06f4 Submitter: "Guy Harris " Changed: branch: master Repository: wireshark Commits: 20094c3 by Guy Harris (ghar...@sonic.net): isobus: note what ISO specs cover ISObus.

[Wireshark-commits] master-2.6 b2fe972: isobus-vt: update with information from the spec.

2020-05-16 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b2fe9728f77104949b389876cf2c25d144fe76d3 Submitter: "Guy Harris " Changed: branch: master-2.6 Repository: wireshark Commits: b2fe972 by Guy Harris (ghar...@sonic.net): isobus-vt: update with information from the spec.

[Wireshark-commits] master-2.6 94c2a44: GSM/SMS: clarify 'no error' values of TP-Status IE

2020-05-16 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=94c2a4466a59d20385448ab66141361a78d6aaca Submitter: "Guy Harris " Changed: branch: master-2.6 Repository: wireshark Commits: 94c2a44 by Vadim Yanitskiy (axilira...@gmail.com): GSM/SMS: clarify 'no error' values of

[Wireshark-commits] master-2.6 3fb118e: GSM/SMS: decouple error and reason fields in TP-Status IE

2020-05-16 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3fb118e58c5bb47e81cfcb2a8cf35bd7bef72b30 Submitter: "Guy Harris " Changed: branch: master-2.6 Repository: wireshark Commits: 3fb118e by Vadim Yanitskiy (axilira...@gmail.com): GSM/SMS: decouple error and reason fields

[Wireshark-commits] master-2.6 b60ac5f: GSM SMS: fix gsm_sms_tp_failure_cause_values array definition

2020-05-16 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b60ac5fdfcdf80da614cd255024877bd9008a24c Submitter: "Guy Harris " Changed: branch: master-2.6 Repository: wireshark Commits: b60ac5f by Pascal Quantin (pas...@wireshark.org): GSM SMS: fix

[Wireshark-commits] master-2.6 a2d3a6a: GSM-SMS: add missing increment of offset.

2020-05-16 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a2d3a6a751f948b1150c5ad71704e578921ba5cb Submitter: "Guy Harris " Changed: branch: master-2.6 Repository: wireshark Commits: a2d3a6a by Martin Mathieson (martin.r.mathie...@googlemail.com): GSM-SMS: add missing

[Wireshark-commits] master-2.6 a78a6fc: More PVS-Studio issues flagged by Valerii Zapodovnikov.

2020-05-16 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a78a6fc67b7caa83a2da1abe25d0ea44e250c639 Submitter: "Guy Harris " Changed: branch: master-2.6 Repository: wireshark Commits: a78a6fc by Martin Mathieson (martin.mathie...@keysight.com): More PVS-Studio issues flagged

[Wireshark-commits] master-3.0 8c87f17: isobus-vt: update with information from the spec.

2020-05-16 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8c87f1747335818e646972d785c239b2be75cd29 Submitter: "Guy Harris " Changed: branch: master-3.0 Repository: wireshark Commits: 8c87f17 by Guy Harris (ghar...@sonic.net): isobus-vt: update with information from the spec.

[Wireshark-commits] master-3.0 7def211: GSM/SMS: clarify 'no error' values of TP-Status IE

2020-05-16 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7def211934477bd778c7cbd9b0e869ddb46847bd Submitter: "Guy Harris " Changed: branch: master-3.0 Repository: wireshark Commits: 7def211 by Vadim Yanitskiy (axilira...@gmail.com): GSM/SMS: clarify 'no error' values of

[Wireshark-commits] master-3.0 9d86aa3: GSM/SMS: decouple error and reason fields in TP-Status IE

2020-05-16 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9d86aa31287d4519a9ab7a86785f471b1c890584 Submitter: "Guy Harris " Changed: branch: master-3.0 Repository: wireshark Commits: 9d86aa3 by Vadim Yanitskiy (axilira...@gmail.com): GSM/SMS: decouple error and reason fields

[Wireshark-commits] master-3.0 890eca6: GSM SMS: fix gsm_sms_tp_failure_cause_values array definition

2020-05-16 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=890eca6b8340aaa2178aa815496527aace66a06b Submitter: "Guy Harris " Changed: branch: master-3.0 Repository: wireshark Commits: 890eca6 by Pascal Quantin (pas...@wireshark.org): GSM SMS: fix

[Wireshark-commits] master-3.0 bcd1a92: GSM-SMS: add missing increment of offset.

2020-05-16 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bcd1a92b41873ecde6aac4c679589299ded51c10 Submitter: "Guy Harris " Changed: branch: master-3.0 Repository: wireshark Commits: bcd1a92 by Martin Mathieson (martin.r.mathie...@googlemail.com): GSM-SMS: add missing

[Wireshark-commits] master-3.0 eb85bf5: More PVS-Studio issues flagged by Valerii Zapodovnikov.

2020-05-16 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=eb85bf5971764c524367160326e0e7977f9df90d Submitter: "Guy Harris " Changed: branch: master-3.0 Repository: wireshark Commits: eb85bf5 by Martin Mathieson (martin.mathie...@keysight.com): More PVS-Studio issues flagged

[Wireshark-commits] master-3.2 08ff3a4: isobus-vt: update with information from the spec.

2020-05-16 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=08ff3a4a34b2255129d001545f848c55aa3d94c5 Submitter: "Guy Harris " Changed: branch: master-3.2 Repository: wireshark Commits: 08ff3a4 by Guy Harris (ghar...@sonic.net): isobus-vt: update with information from the spec.

[Wireshark-commits] master-3.2 ca192ee: GSM/SMS: clarify 'no error' values of TP-Status IE

2020-05-16 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ca192eec61281e2f34faa814f88362ad8019f9e4 Submitter: "Guy Harris " Changed: branch: master-3.2 Repository: wireshark Commits: ca192ee by Vadim Yanitskiy (axilira...@gmail.com): GSM/SMS: clarify 'no error' values of

[Wireshark-commits] master-3.2 afc60c0: GSM/SMS: decouple error and reason fields in TP-Status IE

2020-05-16 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=afc60c02519eb23ca7100eb6f725ca8a5a4a20cf Submitter: "Guy Harris " Changed: branch: master-3.2 Repository: wireshark Commits: afc60c0 by Vadim Yanitskiy (axilira...@gmail.com): GSM/SMS: decouple error and reason fields

[Wireshark-commits] master-3.2 63b626f: GSM SMS: fix gsm_sms_tp_failure_cause_values array definition

2020-05-16 Thread Wireshark code review
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=63b626f00b1690e6672cd412cc5fba3602415451 Submitter: "Guy Harris " Changed: branch: master-3.2 Repository: wireshark Commits: 63b626f by Pascal Quantin (pas...@wireshark.org): GSM SMS: fix

<    4   5   6   7   8   9   10   11   12   13   >