Commit graph

68718 commits

Author SHA1 Message Date
Martin Kaiser
293df7cccb iso14443: reassemble APDUs from I-blocks
Extract the payload from I-blocks and support reassembly of APDUs that
are encapsulated in I-blocks. ISO14443 assumes that the fragments arrive
in order and no fragments are missing.

For now, we pass the reassembled APDU to the data dissector.

Change-Id: I526f6e6d699b2a1dfc4593536154bc9b58dea96e
Reviewed-on: https://code.wireshark.org/review/23506
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Petri-Dish: Martin Kaiser <wireshark@kaiser.cx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-09-12 05:04:05 +00:00
Joakim Karlsson
8c74580773 gtp: cleaner printout of IE Selection Mode
Change-Id: I799efc1892448d4c4f1fad6d9f88f188a5c9be0e
Reviewed-on: https://code.wireshark.org/review/23471
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-09-12 04:59:26 +00:00
Martin Kaiser
adf8236da7 windows-common: don't THROW() an exception from a dissector
Bring up an expert info instead of throwing an exception. Point to the
item that contains the invalid offset. Exit normally, returning the
number of bytes we consumed so far.

Change-Id: I97826a41c6713a97404ca437b9be60c77e009918
Reviewed-on: https://code.wireshark.org/review/23507
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Petri-Dish: Martin Kaiser <wireshark@kaiser.cx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-09-12 02:31:14 +00:00
Gerald Combs
f5b7fcee5b Qt: SequenceDialog no longer emits goToPacket.
SequenceDialog no longer emits goToPacket as of g7fe45cc0ec. Don't try
to connect it in MainWindow.

Change-Id: I0f3e47a3cf7c1e29a64da7462c85179e29828c49
Reviewed-on: https://code.wireshark.org/review/23501
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2017-09-11 19:56:43 +00:00
Pascal Quantin
d6dff9bc96 reordercap: initialize command-line argument errors functions
Bug: 14055
Change-Id: I76959d97c45fb92473825b4a1ba708b0094d400a
Reviewed-on: https://code.wireshark.org/review/23499
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2017-09-11 19:53:49 +00:00
João Valverde
83aabe5500 CMake: Fix RPATH after ga338f87f33
GNUInstallDirs uses lib64 on x86_64.

Change-Id: I4e124a6b501bf2166e7270abbff53d52c9115f45
Reviewed-on: https://code.wireshark.org/review/23496
Petri-Dish: João Valverde <j@v6e.pt>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: João Valverde <j@v6e.pt>
2017-09-11 19:11:50 +00:00
Alexis La Goutte
c452878073 gtpv2(.h): fix redundant redeclaration of ‘dissect_gtpv2_arp’ [-Wredundant-decls]
Change-Id: Ib2b3e2116ea806c8198b99a2d5e992b24907b684
Reviewed-on: https://code.wireshark.org/review/23491
Reviewed-by: Michael Mann <mmann78@netscape.net>
Petri-Dish: Michael Mann <mmann78@netscape.net>
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2017-09-11 17:02:47 +00:00
João Valverde
7c258eedea WSUG: Fix global plugin installation path
Change-Id: I28a1259ab30b7b86989f307d89461c26aec878da
Reviewed-on: https://code.wireshark.org/review/23493
Reviewed-by: João Valverde <j@v6e.pt>
2017-09-11 16:49:21 +00:00
João Valverde
69f0cb0cef wsutil: Initialize and store plugin personal dir
Obviate allocation on every call to get_plugins_pers_dir().

Change-Id: I089ae499f93739d490d4552f59b5db5996f7d26f
Reviewed-on: https://code.wireshark.org/review/23495
Petri-Dish: João Valverde <j@v6e.pt>
Reviewed-by: Michael Mann <mmann78@netscape.net>
Reviewed-by: João Valverde <j@v6e.pt>
2017-09-11 16:48:49 +00:00
Michael Mann
e7aa63746b packet-zep.c: zep.lqi_mode is FT_BOOLEAN, not a FT_UINT, so use proto_tree_add_item_ret_boolean
Change-Id: I7926baf5e0b7d50ca6ab5c3c1af5fba7e906202d
Reviewed-on: https://code.wireshark.org/review/23492
Petri-Dish: Michael Mann <mmann78@netscape.net>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-09-11 14:46:10 +00:00
Krishnamurthy Mayya
766a3a0332 Bundle Age Extension Block: Type-20 decoding changes
Bug: 14053
Change-Id: I47f38c6b0b4517792b03236c1ee3f2fdc14fb07c
Reviewed-on: https://code.wireshark.org/review/23490
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2017-09-11 14:04:16 +00:00
AndersBroman
09b3af8f91 [SCTP] Update SCTP Payload Protocol Identifiers from IANA registry.
Change-Id: I72652e5654b9cd6464f8b07f48093a4ea30ebf7d
Reviewed-on: https://code.wireshark.org/review/23489
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-09-11 12:44:35 +00:00
AndersBroman
36018de81a [GPRSCDR] Fix display of iPBinV4Address and iPBinV6Address as IPAddr.
Change-Id: Idccc291916597fbc97b8adab4f5f32f3af1a9cc3
Reviewed-on: https://code.wireshark.org/review/23488
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-09-11 11:04:22 +00:00
Michael Mann
9bc8307867 Remove the OUIs in manuf.tmpl that cause obvious conflicts with IEEE list
This allows for less "skipping" when processing the list

Bug: 13784
Change-Id: I40fb5d5a82e51238751dd6785502ea259de9bc03
Reviewed-on: https://code.wireshark.org/review/23445
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-09-11 10:27:29 +00:00
AndersBroman
4a56c6a728 [PFCP] More IEs dissected.
Change-Id: If51b5b3b935fe2f36c69bb98f0ee24cf8a1c0e5c
Reviewed-on: https://code.wireshark.org/review/23477
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-09-11 10:26:59 +00:00
Pascal Quantin
3689dc1db3 BTATT: add curr_layer_num to key tracking request / response
Otherwise in case of frames containing multiple BTATT packets at
different levels of encapsulation, we can retrieve the wrong structure
and start using the union with a wrong opcode based type

Bug: 14049
Change-Id: Ica5d8af8e84161d6f9daebbb90334f20082c5fa4
Reviewed-on: https://code.wireshark.org/review/23470
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-09-11 05:12:36 +00:00
Peter Wu
1d3ca5ad41 TLS13: add new Signature Algorithms
Add support for dissecting new TLS 1.3 Signature Algorithms (like
RSASSA-PSS) and add the text to the tree item to prevent expanding the
item. The field names are preserved for backwards compatibility.

Change-Id: Ieb8c7a86f6e19b8d6c89590d87d59a01d9bb1351
Ping-Bug: 12779
Reviewed-on: https://code.wireshark.org/review/23474
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-09-11 05:11:14 +00:00
Pascal Quantin
845835b8db srt_table.c: free table dynamic memory when calling free_srt_table()
Change-Id: I21c259aa0649bcfac5e345f4e41ad1beea0446c1
Reviewed-on: https://code.wireshark.org/review/23455
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-09-11 05:06:26 +00:00
Pascal Quantin
18de993b7c Qt: free SRT table once the tree is filled
Change-Id: Ic1c55852399190f3a3c5b5bf90cf6d90517b247f
Reviewed-on: https://code.wireshark.org/review/23444
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-09-11 05:06:08 +00:00
Pascal Quantin
02b20a5a69 Qt: fix Diameter SRT statistics display
Diameter dynamically create the SRT entries during runtime.
Delay the SRT table addition to the end of dissection to properly handle
this use case.

Bug: 13442
Change-Id: Id498f8d9bb4a1d7c632c9a556239bf74d0530f2a
Reviewed-on: https://code.wireshark.org/review/23443
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-09-11 05:05:45 +00:00
Guy Harris
06584b7a43 Sort the Ethertypes.
Change-Id: I7793e152da225965817844b727880a26e64051d3
Reviewed-on: https://code.wireshark.org/review/23475
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2017-09-11 01:29:33 +00:00
Pascal Quantin
38b40acb2d Qt: fix a memory leak when exporting packets
Change-Id: I3c99ca838b3def4437ba92794881630b8cdd8cbd
Reviewed-on: https://code.wireshark.org/review/23472
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-09-11 00:52:48 +00:00
Alexis La Goutte
55dcb64558 infiniband: always return line for offset
Change-Id: I34d631ac913620dbc661b9d56d4e34502c9b7d35
Reviewed-on: https://code.wireshark.org/review/23459
Petri-Dish: Michael Mann <mmann78@netscape.net>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-09-10 20:00:15 +00:00
Alexis La Goutte
5f5a898541 infiniband: always display reserved field...
Change-Id: If6976b2e1990ae562579134dbab3550faae8cfe3
Reviewed-on: https://code.wireshark.org/review/23458
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-09-10 19:59:00 +00:00
Alexis La Goutte
27865070e0 infiniband: merge all reserved field
Change-Id: I31a0d84e9f9e811cc0568d171c6bd6f1fa3397c6
Reviewed-on: https://code.wireshark.org/review/23457
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-09-10 19:58:27 +00:00
Alexis La Goutte
e7ec9c5538 infiniband: always return line for local_offset
Change-Id: I8bd9e76e44254c45be26c616bf22f712bcf50881
Reviewed-on: https://code.wireshark.org/review/23456
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-09-10 19:57:33 +00:00
Alexis La Goutte
53c9d25694 Revert "infiniband: fix bitmap for Local CM Response Timeout / Retry Count"
This reverts commit e624445adf.

Bug: 13997
Change-Id: I80c6842f890c7c6e9674a6f51732bf0eadec1de8
Reviewed-on: https://code.wireshark.org/review/23454
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-09-10 19:56:04 +00:00
Peter Wu
74436b5ace ssl: fix subdissection with multiple TLS records per packet
Decrypted TLS records must be stored in a single SslPacketInfo or else
plaintext will go missing (in Follow SSL or when subdissectors need
reassembly). As this structure is currently keyed by the layer number
(pinfo->curr_layer_num) which is changed by call_dissector, it must be
copied and propagated before calling subdissectors.

Change-Id: Ic42ba6c0854154272058f9bf9796e06ad7f94bfd
Fixes: v2.3.0rc0-3740-ge1f84f985e ("Fix Decode As for protocols that may use tunneling.")
Bug: 13885
Reviewed-on: https://code.wireshark.org/review/23190
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-09-10 18:59:27 +00:00
Pascal Quantin
6bcf405338 Thread: replace g_strsplit by wmem_strsplit
It avoids leaking memory in case an exception is thrown during
dissection

Change-Id: Ib25c6a82b90ca541db121a79515a087d8d2c332f
Reviewed-on: https://code.wireshark.org/review/23468
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-09-10 18:26:16 +00:00
Pascal Quantin
1a89b51e41 RTPproxy: replace g_strsplit by wmem_strsplit
It avoids leaking memory in case an exception is thrown during
dissection

Change-Id: Ic1ce27800e699b01492f1d40ce720fc82416cfbc
Reviewed-on: https://code.wireshark.org/review/23467
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-09-10 18:25:27 +00:00
Pascal Quantin
350676f272 ISObus VT: fix a memory leak when using g_strsplit
Change-Id: I8cfbca97b9b5915f0fe38eda1d73f5483481aca7
Reviewed-on: https://code.wireshark.org/review/23466
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-09-10 18:25:04 +00:00
Pascal Quantin
124cf779f0 HTTP: replace g_strsplit by wmem_strsplit
It avoids leaking memory in case an exception is thrown during
dissection

Change-Id: Ic63a8ad7923c81c7c7d7f0c471e304d8a5224212
Reviewed-on: https://code.wireshark.org/review/23465
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-09-10 18:11:42 +00:00
Pascal Quantin
85d742ef26 DNS: replace g_strsplit by wmem_strsplit
It avoids leaking memory in case an exception is thrown during
dissection

Change-Id: Iab72bcb4cc1ac56e7ce5ff2693e3111aead03e7d
Reviewed-on: https://code.wireshark.org/review/23464
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-09-10 18:11:12 +00:00
Pascal Quantin
4a2923d78b JXTA: replace g_strsplit by wmem_strsplit
It avoids leaking memory in case an exception is thrown during
dissection

Bug: 14050
Change-Id: Ia17855646774ffa7bd93e0c8d578fa30f4df1394
Reviewed-on: https://code.wireshark.org/review/23463
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-09-10 18:10:24 +00:00
Alexis La Goutte
d4df5b8ee5 pfcp: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
Change-Id: Ie31d7338934c77a713b0af495d6a4a5dd5fca2fe
Reviewed-on: https://code.wireshark.org/review/23461
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-09-10 14:53:09 +00:00
Alexis La Goutte
81b4957f5a netmon: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
Change-Id: I9ba8e7e73c40e8baac7ef761b6a1c0b6b4ad5525
Reviewed-on: https://code.wireshark.org/review/23462
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-09-10 14:35:53 +00:00
Julian Renz
2154cb12a9 ISAKMP: Added support for the accepted Diffie-Hellman group number in the INVALID_KE_PAYLOAD
Notify payload according to RFC 5996.
Also fixed a bug where the dissection of the previously
added support for the SIGNATURE_HASH_ALGORITHMS Notify payload would not work properly.

Change-Id: I54ffe6b0d8b52189af3dc2e879e6665739fc36a4
Reviewed-on: https://code.wireshark.org/review/23439
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2017-09-10 14:27:42 +00:00
Ahmad Fatoum
f662b1dac9 Tibia: Remove UAT error dialog in GnuTLS-less builds
Remove the RSA UAT completely when built without GnuTLS,
because we require GnuTLS for parsing PEM and PKCS #12 keys.

RSA encrypted packets can still be decoded if they are using the
standard OTServ RSA key, which is hard-coded.

Bug: 13959
Change-Id: I6bfc2bebaf8a49933d55fb5c3fcb8efbf58f1e6e
Fixes: g62c9a8a865
Reviewed-on: https://code.wireshark.org/review/23453
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Joakim Karlsson <oakimk@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-09-10 13:42:29 +00:00
Alexis La Goutte
80351694c1 .mailmap: update (of August)
Change-Id: I77d50bedf1cb78e84c551413db8dab9223f45ed7
Reviewed-on: https://code.wireshark.org/review/23254
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2017-09-10 13:01:15 +00:00
Alexis La Goutte
c6e3fe5957 infiniband : Add value string for BTH opcode
Bug: 13998
Change-Id: Idd369e364bd2464b278fb4abcc1e77a0f8892641
Reviewed-on: https://code.wireshark.org/review/23452
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-09-10 12:39:50 +00:00
Gerald Combs
371436cf4d [Automatic update for 2017-09-10]
Update manuf, services enterprise numbers, translations, and other items.

Change-Id: I501b06b6c00354f921cfdb0d8239266577645a08
Reviewed-on: https://code.wireshark.org/review/23448
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2017-09-10 08:06:57 +00:00
Ahmad Fatoum
0414dae7ec Tibia: Fix malformed packet exceptions on first pass
The first pass and other passes with NULL proto_tree caused a malformed packet
exception. This was due to an outdated if (tree) check that is now removed.

While we are at it, adjust documentation to reflect the actual maximum version
supported: 11.00 and add the new (yet unused) version traits.

Bug: 13959
Fixes: g62c9a8a865
Change-Id: If3e1093c881c0eb5070fefc9877cf5f0c61a7572
Reviewed-on: https://code.wireshark.org/review/23446
Petri-Dish: Michael Mann <mmann78@netscape.net>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-09-10 01:19:27 +00:00
Michael Mann
f2f281e90e Cleanup packet-zep.c
1. Remove packet-zep.h and incorporate into packet-zep.c
2. Use proto_tree_add_item_ret_uint to get fields that are used to populate
columns and appended items.
3. Intermix tree and column logic for more straightforward logic.

Change-Id: If0f050307ece51260d43e5e98867b0f914492c12
Reviewed-on: https://code.wireshark.org/review/23442
Petri-Dish: Michael Mann <mmann78@netscape.net>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-09-10 00:52:16 +00:00
Gerald Combs
b9746b6833 Redirect to /dev/null, not /devnull.
Change-Id: I9d14244cc14fac4d8857177686b9fd869d8a3b3c
Reviewed-on: https://code.wireshark.org/review/23441
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2017-09-09 16:22:55 +00:00
Uli Heilmeier
26a5cd2d78 ws_cpuid: include ws_attributes
Otherwise _U_ is not defined.

Change-Id: I221f64c7d89c221e5a63a573e06457699d0a177e
Reviewed-on: https://code.wireshark.org/review/23440
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-09-09 12:57:56 +00:00
shqking
84ee66b9bc packet-dcerpc-pn-io.c: Fix potential resource leak
Bug: 13826
Change-Id: I01674d5a31281508686bc06e222d6a87926d1c83
Reviewed-on: https://code.wireshark.org/review/23436
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-09-09 12:09:37 +00:00
Michael Mann
a24f366ceb Correct instructions for choco package for VS2015.
Bug: 14039
Change-Id: Ic19c77bb091cd8ee8f824b82463d8b4bae37f625
Reviewed-on: https://code.wireshark.org/review/23437
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-09-09 01:45:04 +00:00
Michael Mann
64f53c90b7 Netmon: Add support for process and system config type events.
Ping-Bug: 6694
Change-Id: If11e96fce56c5dc92c92765b4fd5632de53060cd
Reviewed-on: https://code.wireshark.org/review/23430
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-09-08 21:27:20 +00:00
Jakub Zawadzki
1c6f6c691f sharkd: implement proper JSON string unescaping, based on JSON dissector.
Change-Id: I749b78b759f98c78526840b8bb1cbccfc17a5611
Reviewed-on: https://code.wireshark.org/review/23365
Petri-Dish: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Tested-by: Jakub Zawadzki <darkjames-ws@darkjames.pl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Dario Lombardo <lomato@gmail.com>
Reviewed-by: Jakub Zawadzki <darkjames-ws@darkjames.pl>
2017-09-08 18:14:59 +00:00
Joakim Karlsson
585297b189 GPRSCDR: decoding of EPS QoS/aRP
* Decoding of Allocation/Retention Priority (ARP)
* Fix order of ARP in GTPv2

Change-Id: Ica24877f3518b5e0b6883ba535ffe09be8f446c2
Reviewed-on: https://code.wireshark.org/review/23431
Reviewed-by: Michael Mann <mmann78@netscape.net>
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-09-08 13:20:51 +00:00