[Wireshark-commits] master 84e0f45: Add radiotap.vendor dissector table for vendor namespace

2020-05-14 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=84e0f456401d73c8e88c8393d1572383485960bc
Submitter: "Alexis La Goutte "
Changed: branch: master
Repository: wireshark

Commits:

84e0f45 by Tomas Kukosa (tke...@gmail.com):

Add radiotap.vendor dissector table for vendor namespace

Change-Id: I49f1bd88b887635b2404e15dac60a44963ff9fd7
Reviewed-on: https://code.wireshark.org/review/37188
Petri-Dish: Anders Broman 
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte 


Actions performed:

from  5ed4f53   Fix a few broken web links from dissectors
 add  84e0f45   Add radiotap.vendor dissector table for vendor namespace


Summary of changes:
 epan/dissectors/packet-ieee80211-radiotap.c | 21 +++--
 1 file changed, 15 insertions(+), 6 deletions(-)
___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

[Wireshark-commits] master 536f5b4: sharkd_session.c: fix a warning reported by gcc 10

2020-05-14 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=536f5b466bfe5b88cafaa1b04f3052a155376afb
Submitter: "Alexis La Goutte "
Changed: branch: master
Repository: wireshark

Commits:

536f5b4 by Pascal Quantin (pas...@wireshark.org):

sharkd_session.c: fix a warning reported by gcc 10

warning: ā€˜%sā€™ directive argument is null [-Wformat-overflow=]
  544 |  fprintf(stderr, "load: filename=%s\n", tok_file);
  |  ^~~~

Change-Id: I583a94308ad53b461606053def17e8537eec8d65
Reviewed-on: https://code.wireshark.org/review/37195
Petri-Dish: Pascal Quantin 
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte 


Actions performed:

from  4b67b72   SBcAP: fix update of info column
 add  536f5b4   sharkd_session.c: fix a warning reported by gcc 10


Summary of changes:
 sharkd_session.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

[Wireshark-commits] master 2342872: ENIP: TCP/IP Object Updates

2020-05-14 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2342872ed4fd135a625d5f6e455a8004229d9ec8
Submitter: "Anders Broman "
Changed: branch: master
Repository: wireshark

Commits:

2342872 by Dylan Ulis (daul...@gmail.com):

ENIP: TCP/IP Object Updates

1. Status Attribute - Decode more bits
2. IANA Port Admin Attribute

Bug: 16443
Change-Id: Ic74226c373ba2a68d6e8d8c0e804661b778332a2
Reviewed-on: https://code.wireshark.org/review/37196
Petri-Dish: Alexis La Goutte 
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman 


Actions performed:

from  536f5b4   sharkd_session.c: fix a warning reported by gcc 10
 add  2342872   ENIP: TCP/IP Object Updates


Summary of changes:
 epan/dissectors/packet-enip.c | 83 +--
 epan/dissectors/packet-enip.h |  2 +-
 2 files changed, 81 insertions(+), 4 deletions(-)
___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

[Wireshark-commits] master d2812de: Fix some more broken web links in dissector code

2020-05-14 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d2812de8e7eba334ba5c33994afc0c2254938b86
Submitter: "Martin Mathieson "
Changed: branch: master
Repository: wireshark

Commits:

d2812de by Martin Mathieson (martin.mathie...@keysight.com):

Fix some more broken web links in dissector code

Change-Id: I57853e706b58fd3bb46d952fcb1f517f435fd737
Reviewed-on: https://code.wireshark.org/review/37193
Petri-Dish: Martin Mathieson 
Tested-by: Petri Dish Buildbot
Reviewed-by: Martin Mathieson 


Actions performed:

from  84e0f45   Add radiotap.vendor dissector table for vendor namespace
 add  d2812de   Fix some more broken web links in dissector code


Summary of changes:
 epan/dissectors/packet-ftp.c| 2 +-
 epan/dissectors/packet-gsmtap.c | 2 +-
 epan/dissectors/packet-usbip.c  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

[Wireshark-commits] master 4b67b72: SBcAP: fix update of info column

2020-05-14 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4b67b72d2a5724f650cf59f912faa96f999e2eca
Submitter: "Pascal Quantin "
Changed: branch: master
Repository: wireshark

Commits:

4b67b72 by Pascal Quantin (pas...@wireshark.org):

SBcAP: fix update of info column

Remove the test on tree before decoding the PDU and display the message
name

Change-Id: I2e8d9000d6da4ef812bf84539c1dc32c8ae9e2a1
Reviewed-on: https://code.wireshark.org/review/37194
Petri-Dish: Pascal Quantin 
Tested-by: Petri Dish Buildbot
Reviewed-by: Pascal Quantin 


Actions performed:

from  d2812de   Fix some more broken web links in dissector code
 add  4b67b72   SBcAP: fix update of info column


Summary of changes:
 .../asn1/sbc-ap/packet-sbc-ap-template.c   | 10 ++---
 epan/dissectors/asn1/sbc-ap/sbc-ap.cnf | 14 --
 epan/dissectors/packet-sbc-ap.c| 50 +-
 3 files changed, 45 insertions(+), 29 deletions(-)
___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe