[Wireshark-commits] master 2c0d117: Fix VHT valid checks.

2016-07-13 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2c0d11716bac5807e35d97686c6d7d9293d2795e
Submitter: Guy Harris (g...@alum.mit.edu)
Changed: branch: master
Repository: wireshark

Commits:

2c0d117 by Guy Harris (g...@alum.mit.edu):

Fix VHT valid checks.

The valid array in a struct mcs_vht_valid is indexed by the bandwidth
and the NSS-1; use the NSS-1, not the NSS, as the index.

The maximum possible value of the NSS is MAX_VHT_NSS, so allow a value
of MAX_VHT_NSS.

Change-Id: I49585f217f3e70356c1dd1ba32b6c714ce202236
Reviewed-on: https://code.wireshark.org/review/16426
Reviewed-by: Guy Harris 


Actions performed:

from  335b2c0   vwr.c Dynamically allocate large buffers
adds  2c0d117   Fix VHT valid checks.


Summary of changes:
 epan/dissectors/packet-ieee80211-radio.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://wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe


[Wireshark-commits] master 335b2c0: vwr.c Dynamically allocate large buffers

2016-07-13 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=335b2c023347ee8bd380440f7165d86831ab20c7
Submitter: Michael Mann (mman...@netscape.net)
Changed: branch: master
Repository: wireshark

Commits:

335b2c0 by Michael Mann (mman...@netscape.net):

vwr.c Dynamically allocate large buffers

VS Code Analysis claims the arrays are too large and should be moved to help

Change-Id: I741ebe8cc73a108cb6e6d9ecbda37e2a4b6e1b4b
Reviewed-on: https://code.wireshark.org/review/16423
Petri-Dish: Michael Mann 
Tested-by: Petri Dish Buildbot 
Reviewed-by: Michael Mann 


Actions performed:

from  fb07249   pcapng.c: Use preprocessor directive to compare 
G_BYTE_ORDER with G_LITTLE_ENDIAN.
adds  335b2c0   vwr.c Dynamically allocate large buffers


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


[Wireshark-commits] master fb07249: pcapng.c: Use preprocessor directive to compare G_BYTE_ORDER with G_LITTLE_ENDIAN.

2016-07-13 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fb0724981c0b46c997ebbafd085dc85a8285674c
Submitter: Michael Mann (mman...@netscape.net)
Changed: branch: master
Repository: wireshark

Commits:

fb07249 by Michael Mann (mman...@netscape.net):

pcapng.c: Use preprocessor directive to compare G_BYTE_ORDER with 
G_LITTLE_ENDIAN.

VS Code analysis considers them hardcoded values so the if statement is 
either
always true or always false.

Change-Id: Iabb8462b66f728195bf378ae26c79a783feddb03
Reviewed-on: https://code.wireshark.org/review/16422
Reviewed-by: Michael Mann 


Actions performed:

from  90e97df   packet-ieee80211-radio.c: Prevent array overflow.
adds  fb07249   pcapng.c: Use preprocessor directive to compare 
G_BYTE_ORDER with G_LITTLE_ENDIAN.


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


[Wireshark-commits] master 90e97df: packet-ieee80211-radio.c: Prevent array overflow.

2016-07-13 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=90e97df31395ece701c0a4b3bd28249dc4e38b3e
Submitter: Michael Mann (mman...@netscape.net)
Changed: branch: master
Repository: wireshark

Commits:

90e97df by Michael Mann (mman...@netscape.net):

packet-ieee80211-radio.c: Prevent array overflow.

Found by VS Code Analysis.

Change-Id: Idab6cb5496749ebff47466b20a9a665b1574565d
Reviewed-on: https://code.wireshark.org/review/16421
Reviewed-by: Michael Mann 


Actions performed:

from  b20fa86   packet-gsm_a_common.c: Create typedef declaration for 
elem_func signature.
adds  90e97df   packet-ieee80211-radio.c: Prevent array overflow.


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


[Wireshark-commits] master b20fa86: packet-gsm_a_common.c: Create typedef declaration for elem_func signature.

2016-07-13 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b20fa8610ae636dff0ed355bc32518459abac86d
Submitter: Michael Mann (mman...@netscape.net)
Changed: branch: master
Repository: wireshark

Commits:

b20fa86 by Michael Mann (mman...@netscape.net):

packet-gsm_a_common.c: Create typedef declaration for elem_func signature.

This should keep VS Code Analysis happy.

Change-Id: I99ebdc644ba353d5986d6509da784eeaa37dcc8f
Reviewed-on: https://code.wireshark.org/review/16420
Reviewed-by: Michael Mann 


Actions performed:

from  b849d3c   IPv6: Add support for more option types
adds  b20fa86   packet-gsm_a_common.c: Create typedef declaration for 
elem_func signature.


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


[Wireshark-commits] master b849d3c: IPv6: Add support for more option types

2016-07-13 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b849d3c04b577173a648da6cbb9fe7c519f2082b
Submitter: João Valverde (j...@v6e.pt)
Changed: branch: master
Repository: wireshark

Commits:

b849d3c by João Valverde (joao.valve...@tecnico.ulisboa.pt):

IPv6: Add support for more option types

Change-Id: I1027e6e2481774953216ade6da4785e1a3c5ca63
Reviewed-on: https://code.wireshark.org/review/16357
Petri-Dish: João Valverde 
Tested-by: Petri Dish Buildbot 
Reviewed-by: João Valverde 


Actions performed:

from  76c0325   IPv6: Refactor dissect_opts() into type-specific dissectors
adds  b849d3c   IPv6: Add support for more option types


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

[Wireshark-commits] master 76c0325: IPv6: Refactor dissect_opts() into type-specific dissectors

2016-07-13 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=76c0325b623b200dd549369d4684564af7ef1ee3
Submitter: João Valverde (j...@v6e.pt)
Changed: branch: master
Repository: wireshark

Commits:

76c0325 by João Valverde (joao.valve...@tecnico.ulisboa.pt):

IPv6: Refactor dissect_opts() into type-specific dissectors

Change-Id: Ife8a7da3bd9bfea347321413bf05ea454186bc6d
Reviewed-on: https://code.wireshark.org/review/16356
Petri-Dish: João Valverde 
Tested-by: Petri Dish Buildbot 
Reviewed-by: João Valverde 


Actions performed:

from  b7cdff0   ZigBee: fix column description for APS ACK to T2 packet
adds  76c0325   IPv6: Refactor dissect_opts() into type-specific dissectors


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

[Wireshark-commits] master b7cdff0: ZigBee: fix column description for APS ACK to T2 packet

2016-07-13 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b7cdff01927008545a642b8350e791965e967b7f
Submitter: Michael Mann (mman...@netscape.net)
Changed: branch: master
Repository: wireshark

Commits:

b7cdff0 by dsrsupport (eugene.exarev...@dsr-company.com):

ZigBee: fix column description for APS ACK to T2 packet

If this is APS ACK, do not overwrite its column description by Test Profile 
command description.

Change-Id: Ibd4ae978776ad9e9924e6933ede90bc2ad8855de
Reviewed-on: https://code.wireshark.org/review/16414
Petri-Dish: Michael Mann 
Tested-by: Petri Dish Buildbot 
Reviewed-by: Michael Mann 


Actions performed:

from  998ab7f   Speed up col_append_ports on Windows.
adds  b7cdff0   ZigBee: fix column description for APS ACK to T2 packet


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


[Wireshark-commits] master 998ab7f: Speed up col_append_ports on Windows.

2016-07-13 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=998ab7f7e5fba959b5451c8ac95a1a87acfbd9b4
Submitter: Gerald Combs (ger...@wireshark.org)
Changed: branch: master
Repository: wireshark

Commits:

998ab7f by Gerald Combs (ger...@wireshark.org):

Speed up col_append_ports on Windows.

Fill in our port information using StringCchPrintf on Windows instead
of g_snprintf. Loading a large-ish test capture here under the VS 2013
profiler showed that we spent 620 samples in col_append_ports. Switching
from g_snprintf to StringCchPrintf reduced that to six samples.

Inline col_snprint_port while we're here.

Change-Id: I955e5baa66ebb9cc950fc0eb1682d3c015c7a55a
Reviewed-on: https://code.wireshark.org/review/16416
Petri-Dish: Gerald Combs 
Tested-by: Petri Dish Buildbot 
Reviewed-by: Gerald Combs 


Actions performed:

from  1bd438b   Adding 802.1BR E-Tag dissector
adds  998ab7f   Speed up col_append_ports on Windows.


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


[Wireshark-commits] buildbot failure in Wireshark (development) on OSX 10.6 x64

2016-07-13 Thread buildbot-no-reply
The Buildbot has detected a new failure on builder OSX 10.6 x64 while building 
wireshark. Full details are available at:

http://buildbot.wireshark.org/wireshark-master/builders/OSX%2010.6%20x64/builds/11486

Buildbot URL: http://buildbot.wireshark.org/wireshark-master/

Buildslave for this Build: osx-10.6-x64

Build Reason: The SingleBranchScheduler scheduler named 'Gerrit' triggered this 
build
Build Source Stamp: [branch master] 1bd438ba5236d81afeb2190f637e85eb6a12beaf
Blamelist: Michael Mann 

BUILD FAILED: failed compile_1

Sincerely,
 -The Buildbot



___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe


[Wireshark-commits] master 1bd438b: Adding 802.1BR E-Tag dissector

2016-07-13 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1bd438ba5236d81afeb2190f637e85eb6a12beaf
Submitter: Michael Mann (mman...@netscape.net)
Changed: branch: master
Repository: wireshark

Commits:

1bd438b by Kim Kempf (kim.ke...@apcon.com):

Adding 802.1BR E-Tag dissector

Based on IEEE Std 802.1BR-2012

Bug: 12613
Change-Id: Ic5198471f67a1af728df40a09443a1cab2621169
Reviewed-on: https://code.wireshark.org/review/16402
Reviewed-by: Michael Mann 


Actions performed:

from  6223327   Support Juniper VN over UDP.
adds  1bd438b   Adding 802.1BR E-Tag dissector


Summary of changes:
 AUTHORS.src|5 +-
 docbook/release-notes.asciidoc |1 +
 epan/dissectors/CMakeLists.txt |1 +
 epan/dissectors/Makefile.am|1 +
 epan/dissectors/packet-etag.c  |  252 
 epan/dissectors/packet-ethertype.c |1 +
 epan/etypes.h  |4 +
 7 files changed, 264 insertions(+), 1 deletion(-)
 create mode 100644 epan/dissectors/packet-etag.c
___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe


[Wireshark-commits] master 6223327: Support Juniper VN over UDP.

2016-07-13 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=62233277a20bd1fbee890489854443446c7d1c41
Submitter: Michael Mann (mman...@netscape.net)
Changed: branch: master
Repository: wireshark

Commits:

6223327 by Michael Mann (mman...@netscape.net):

Support Juniper VN over UDP.

Change-Id: I40dab9d392ddea1f895b88f8f19c1194e56563a2
Reviewed-on: https://code.wireshark.org/review/16408
Reviewed-by: Amitoj Setia 
Petri-Dish: Michael Mann 
Tested-by: Petri Dish Buildbot 
Reviewed-by: Michael Mann 


Actions performed:

from  0b00097   ZigBee MAC parse: fix Association request parse in case of 
FCS absence.
adds  6223327   Support Juniper VN over UDP.


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


[Wireshark-commits] master 0b00097: ZigBee MAC parse: fix Association request parse in case of FCS absence.

2016-07-13 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0b000977b74f0c8e1b042ed51749e801fa81f426
Submitter: Michael Mann (mman...@netscape.net)
Changed: branch: master
Repository: wireshark

Commits:

0b00097 by dsrsupport (eugene.exarev...@dsr-company.com):

ZigBee MAC parse: fix Association request parse in case of FCS absence.

If it is ok to parse packets with bas FSC, FCS may be even absent. Parse 
MAC command even if remaining buffer length is less that FCS size in such case.

Change-Id: Ibbc9fed7ab87d0511f8c97db8e0e3bdf562cd15c
Reviewed-on: https://code.wireshark.org/review/16412
Petri-Dish: Alexis La Goutte 
Tested-by: Petri Dish Buildbot 
Reviewed-by: Michael Mann 


Actions performed:

from  3ecbe50   Restore setting data.edt in write_specified_fields().
adds  0b00097   ZigBee MAC parse: fix Association request parse in case of 
FCS absence.


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


[Wireshark-commits] master 3ecbe50: Restore setting data.edt in write_specified_fields().

2016-07-13 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3ecbe50af2e904709f805ff6e8f3803842fcfe6f
Submitter: Michael Mann (mman...@netscape.net)
Changed: branch: master
Repository: wireshark

Commits:

3ecbe50 by Jeff Morriss (jeff.morriss...@gmail.com):

Restore setting data.edt in write_specified_fields().

This prevents tshark from crashing when run with "-T fields -e data".

I5778b08c52119b5be1ec482be9417b3c4ba8ed62 mistakenly removed this line (this
'data' is a write_field_data_t rather than the print_data structure that
change was cleaning up).

Bug: 12616
Change-Id: I773e47f12f852e19a20ec29a43eb3a0953923173
Reviewed-on: https://code.wireshark.org/review/16415
Petri-Dish: Jeff Morriss 
Reviewed-by: Peter Wu 


Actions performed:

from  abd287f   MBIM: add dissection of Intel proprietary UUIDs
adds  3ecbe50   Restore setting data.edt in write_specified_fields().


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


[Wireshark-commits] master abd287f: MBIM: add dissection of Intel proprietary UUIDs

2016-07-13 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=abd287fcf9f90285869ffd2b259528a1f98bef1d
Submitter: Pascal Quantin (pascal.quan...@gmail.com)
Changed: branch: master
Repository: wireshark

Commits:

abd287f by Pascal Quantin (pascal.quan...@gmail.com):

MBIM: add dissection of Intel proprietary UUIDs

Based on 
http://www.telit.com/fileadmin/user_upload/products/Downloads/4G/Telit_xN930_MBIM_Command_Functional_Specification_r2.pdf

While we are at it, add placeholder for AT proprietary UUID (no 
dissection of the buffers).

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


Actions performed:

from  5e9e48b   TCP: fix indent (use 4 spaces)
adds  abd287f   MBIM: add dissection of Intel proprietary UUIDs


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


[Wireshark-commits] master 5e9e48b: TCP: fix indent (use 4 spaces)

2016-07-13 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5e9e48b23e87464705919ca82e72c19a0e318dcb
Submitter: Jaap Keuter (jaap.keu...@xs4all.nl)
Changed: branch: master
Repository: wireshark

Commits:

5e9e48b by Alexis La Goutte (alexis.lagou...@gmail.com):

TCP: fix indent (use 4 spaces)

Change-Id: Id08427246f5b481c004e861719b9b213796438c1
Reviewed-on: https://code.wireshark.org/review/16409
Reviewed-by: Jaap Keuter 


Actions performed:

from  3124cf8   IPv6: Simplify RPL routing header dissector
adds  5e9e48b   TCP: fix indent (use 4 spaces)


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


[Wireshark-commits] master 3124cf8: IPv6: Simplify RPL routing header dissector

2016-07-13 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3124cf855f0e170542e712254d47396caf2d8237
Submitter: João Valverde (j...@v6e.pt)
Changed: branch: master
Repository: wireshark

Commits:

3124cf8 by João Valverde (joao.valve...@tecnico.ulisboa.pt):

IPv6: Simplify RPL routing header dissector

Use a wmem_array to perform strict checking.

Fold cmprI/cmprE dissection into a single loop.

Change-Id: I67443a604b47cd9cbca32c7f7276a7e2229580f1
Reviewed-on: https://code.wireshark.org/review/16348
Petri-Dish: João Valverde 
Tested-by: Petri Dish Buildbot 
Reviewed-by: João Valverde 


Actions performed:

from  e46be62   LTE RRC: upgrade dissector to v13.2.0
adds  3124cf8   IPv6: Simplify RPL routing header dissector


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

[Wireshark-commits] master e46be62: LTE RRC: upgrade dissector to v13.2.0

2016-07-13 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e46be62c3b02c7c526a896eb68bfbc76d9a1e5f6
Submitter: Pascal Quantin (pascal.quan...@gmail.com)
Changed: branch: master
Repository: wireshark

Commits:

e46be62 by Pascal Quantin (pascal.quan...@gmail.com):

LTE RRC: upgrade dissector to v13.2.0

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


Actions performed:

from  33fa58c   RLC LTE: fix a typo
adds  e46be62   LTE RRC: upgrade dissector to v13.2.0


Summary of changes:
 epan/dissectors/asn1/lte-rrc/CMakeLists.txt|3 +
 .../asn1/lte-rrc/EUTRA-InterNodeDefinitions.asn|   20 +-
 .../asn1/lte-rrc/EUTRA-RRC-Definitions.asn |  550 +-
 .../asn1/lte-rrc/EUTRA-Sidelink-Preconf.asn|2 +-
 .../dissectors/asn1/lte-rrc/EUTRA-UE-Variables.asn |   13 +-
 epan/dissectors/asn1/lte-rrc/Makefile.am   |5 +-
 .../asn1/lte-rrc/NBIOT-InterNodeDefinitions.asn|  133 +
 .../asn1/lte-rrc/NBIOT-RRC-Definitions.asn | 1184 ++
 .../dissectors/asn1/lte-rrc/NBIOT-UE-Variables.asn |   19 +
 .../asn1/lte-rrc/PC5-RRC-Definitions.asn   |2 +-
 epan/dissectors/asn1/lte-rrc/lte-rrc.cnf   |  245 +-
 .../asn1/lte-rrc/packet-lte-rrc-template.c |  115 +-
 epan/dissectors/packet-lte-rrc.c   |20706 +++-
 epan/dissectors/packet-lte-rrc.h   |6 +-
 14 files changed, 18469 insertions(+), 4534 deletions(-)
 create mode 100644 epan/dissectors/asn1/lte-rrc/NBIOT-InterNodeDefinitions.asn
 create mode 100644 epan/dissectors/asn1/lte-rrc/NBIOT-RRC-Definitions.asn
 create mode 100644 epan/dissectors/asn1/lte-rrc/NBIOT-UE-Variables.asn
___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe


[Wireshark-commits] master 33fa58c: RLC LTE: fix a typo

2016-07-13 Thread Wireshark code review
URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=33fa58ccbc00de5613eaeb495f052f30795dee3b
Submitter: Pascal Quantin (pascal.quan...@gmail.com)
Changed: branch: master
Repository: wireshark

Commits:

33fa58c by Pascal Quantin (pascal.quan...@gmail.com):

RLC LTE: fix a typo

Change-Id: I6d429da6e36e9609c1b7a539cf75e0c2c484bf00
Reviewed-on: https://code.wireshark.org/review/16411
Reviewed-by: Pascal Quantin 


Actions performed:

from  fbb47de   packet-cql.c: Bugfix bitwise operation with parenthesis.
adds  33fa58c   RLC LTE: fix a typo


Summary of changes:
 epan/dissectors/packet-rlc-lte.h |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
___
Sent via:Wireshark-commits mailing list 
Archives:https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
 mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe