aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-10-07Use wsetargv.obj, and wmain() rather than main(), on Windows.Guy Harris14-78/+254
Doing so for command-line programs means that the argument list doesn't ever get converted to the local code page; converting to the local code page can mangle file names that *can't* be converted to the local code page. Furthermore, code that uses setargv.obj rather than wsetargv.obj has issues in some versions of Windows 10; see bug 15151. That means that converting the argument list to UTF-8 is a bit simpler - we don't need to call GetCommandLineW() or CommandLineToArgvW(), we just loop over the UTF-16LE argument strings in argv[]. While we're at it, note in Wireshark's main() why we discard argv on Windows (Qt does the same "convert-to-the-local-code-page" stuff); that means we *do* need to call GetCommandLineW() and CommandLineToArgvW() in main() (i.e., we duplicate what Qt's WinMain() does, but converting to UTF-8 rather than to the local code page). Change-Id: I35b57c1b658fb3e9b0c685097afe324e9fe98649 Ping-Bug: 15151 Reviewed-on: https://code.wireshark.org/review/30051 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-10-07NGAP: prettify a bit mode fieldsPascal Quantin3-108/+129
Change-Id: Ifcc04d88a4476989eca0fc88ba70b6dc5aa326fd Reviewed-on: https://code.wireshark.org/review/30050 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2018-10-07XnAP: upgrade dissector to v15.1.0Pascal Quantin15-1430/+9260
Change-Id: I2e15944580043774176956e896f360eb5a5711c8 Reviewed-on: https://code.wireshark.org/review/30045 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2018-10-07NGAP: use port number when matching addressPascal Quantin3-116/+158
Change-Id: I1a8e1d37b9cf85dbb1a7b5d355251fd5bdd8c173 Reviewed-on: https://code.wireshark.org/review/30048 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2018-10-07[Automatic update for 2018-10-07]Gerald Combs11-37/+269
Update manuf, services enterprise numbers, translations, and other items. Change-Id: I2d18df70f52949eda05f0b490870fd133866e6cd Reviewed-on: https://code.wireshark.org/review/30046 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2018-10-07Qt: Add copy from another profile for IO GraphsStig Bjørlykke3-0/+68
Add a new button to the IO Graphs dialog to copy entries from another profile. Add a clear all button to easily remove all existing entries before copying. Change-Id: I66cb27163663e5f2223d0dd3f8566f0fbebb553c Reviewed-on: https://code.wireshark.org/review/30043 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-07Qt: Use ActionRole for the "copy from profile" buttonStig Bjørlykke2-2/+2
The correct role for the newly introduced copy from profile button is ActionRole because it "causes changes to the elements within the dialog". Change-Id: I8613d00c0fdb33f2873e999aea9a54ea1f49dffb Reviewed-on: https://code.wireshark.org/review/30044 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-06ieee80211: Update RSN cipher and key suiteAlexis La Goutte1-3/+14
Add new value (used by WPA3) Issue reported by Philipp Ebbecke Bug: 15168 Change-Id: Iff4a7332dfc57226b191ec34319f0b7a78e30ede Reviewed-on: https://code.wireshark.org/review/30040 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-06radius: sync with FreeRADIUSAlexis La Goutte2-4/+7
commit d5d9b7d3742c12c28428694a8423ccfea00235c8 Author: Alan T. DeKok <aland@freeradius.org> Date: Thu Oct 4 16:00:20 2018 -0400 this attribute is text, not binary. Fixes #2322 share/dictionary.rfc5580 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8ef2531d10741d8af298e9d2579357eec9477012 Author: Alejandro Perez <alex.perez-mendez@jisc.ac.uk> Date: Tue Oct 2 13:54:26 2018 +0200 Add Moonshot-OTP-Secret attribute definition share/dictionary.ukerna | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e0f302bcecf57cc5c87f0bc7a219e9322032c17a Author: Alan T. DeKok <aland@freeradius.org> Date: Tue Oct 2 09:48:20 2018 -0400 manual merge of commit b5b27fedba8f share/dictionary.ukerna | 3 +++ 1 file changed, 3 insertions(+) Change-Id: I2474ffc8717ec48249db6dfbb13f03d38e60d0d6 Reviewed-on: https://code.wireshark.org/review/30041 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-06radius: sync with FreeRADIUSAlexis La Goutte2-10/+38
commit 8ffdba5aa45427bfc13a1c4638ddbf0d49c7542b Author: Peter Lemenkov <lemenkov@gmail.com> Date: Sun Aug 19 20:44:06 2018 +0200 Proper letter case IP-TOS-Field was renamed to IP-Tos-Field in commit c6670b1ac3e137df8f0af47103a82d1a575330f3. Let's rename it back to avoid any confusion. Similar changes for 3GPP-RAT-Type in dictionary.3gpp and for Unisphere-PPP-Protocol in dictionary.unisphere. Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> commit 43603a7234821354c69205a16945a19315e6fa4e Author: Peter Lemenkov <lemenkov@gmail.com> Date: Sun Aug 19 19:37:08 2018 +0200 Looks like this attribute should be 70 Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> commit 070428a01041316c45f4670f709e0f37213a4255 Author: Peter Lemenkov <lemenkov@gmail.com> Date: Sun Aug 19 19:36:47 2018 +0200 Remove duplicated attribute definitions Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> Change-Id: I71951e0fa677396860f61fcd66922b969054fe06 Reviewed-on: https://code.wireshark.org/review/29625 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-06Bluetooth: ATT: Implement one FTMS/FTMP characteristic: Machine StatusMichał Łabędzki3-19/+366
Add support for "FiTness Machine Service" characteristics: - 0x2ADA Fitness Machine Status Change-Id: Ifceae6aba9f1849d1b9f027e54953385c0d1a98c Reviewed-on: https://code.wireshark.org/review/30042 Petri-Dish: Michal Labedzki <michal.labedzki@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2018-10-06Fix Windows dumpcap -i TCP@James Ko1-30/+51
Reading from a TCP socket in Windows must not change read state variables to values required by cap_thread_read on pipes. Bug: 15149 Change-Id: I1efa9288b5954dc4a18b2c68772c54a098a224e7 Reviewed-on: https://code.wireshark.org/review/29894 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-06docsis: fixed crash caused by absence of NULL termination of bitmask_listAndrii Vladyka1-1/+2
Change-Id: I41f86330366d939a12d0d70c63fe20e2220b8988 Reviewed-on: https://code.wireshark.org/review/30038 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-06Qt: Call createIOGraph() when duplicating an existing IO GraphStig Bjørlykke1-3/+2
Call createIOGraph() when adding a new graph by duplicating an existing to actually create the new graph. This is a regression from g5b3e3ee5. Change-Id: If1d8e4386a44dc4867d75fbad2d9ebb2e4b22307 Reviewed-on: https://code.wireshark.org/review/30034 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-06T125: Add a heuristic test case.Émilio Gonzalez2-5/+80
Looks for common T.125 packet types such as erectDomainRequest and attachUserRequest. This correctly links COTP with T.125/MCS in case of RDP traffic, which results in RDP traffic actually being dissected by the RDP dissector. Change-Id: I14eecc417cf5038779d78207ac0ccf2dd22a1219 Reviewed-on: https://code.wireshark.org/review/29960 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2018-10-05NGAP: prettify dissectionPascal Quantin6-404/+612
Change-Id: I7da88236143e573fe5ff3e1d39df4643de43129c Reviewed-on: https://code.wireshark.org/review/30035 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2018-10-05S1AP: prettify TrafficLoadReductionIndication IE decodingPascal Quantin2-92/+95
Change-Id: I87a861db1ebb931193918821a6c4656c61a91e47 Reviewed-on: https://code.wireshark.org/review/30033 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2018-10-05X2AP: fix dissection of SeNB to MeNB ContainerPascal Quantin5-4/+20
Change-Id: I4f5af9d52646d74dfa264583b6f0a79e097527e7 Reviewed-on: https://code.wireshark.org/review/30032 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2018-10-05NR RRC: upgrade dissector to v15.3.0Pascal Quantin6-9811/+26928
Change-Id: Ie43e784b3bcfe391e2c8fca898ac20ec111f3484 Reviewed-on: https://code.wireshark.org/review/30019 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2018-10-05Do not modify optarg with -zfollow,ssl,ascii,0Peter Wu2-6/+8
Most callers (in tshark.c, ui/commandline.c, etc.) do not modify their optarg argument, so don't do that here either. Fixes: v2.9.0rc0-2110-g872b573381 ("Recognize -zfollow,ssl,ascii,0 for compatibility") Change-Id: I80d56aee7ba80591b684d847a9cc95cf9a96c5dd Reviewed-on: https://code.wireshark.org/review/30031 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-05*shark: Update help and manpage for name resolvingUli Heilmeier12-13/+17
Add 'v' option for VLAN ID resolving and get rid of deprecated 'C' option. Bug: 14826 Change-Id: I63104f4a465d251048693ad02882ea7eb2c4d926 Reviewed-on: https://code.wireshark.org/review/30029 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-05Qt: Add copy from another profile in UAT dialogsStig Bjørlykke11-12/+50
Add a new button to UAT dialogs to copy entries from another profile. Change-Id: I641ba764d8738f738466529d74d4a21ff13075a0 Reviewed-on: https://code.wireshark.org/review/30028 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
2018-10-05Qt: Add copy from another profile for colorfiltersStig Bjørlykke6-4/+183
Add a new button to the Coloring Rules dialog to copy entries from another profile, or system defaults. The "copy from profile" button will also be used for other dialogs. Add a clear all button to easily remove all existing entries before importing or copying from another profile. Change-Id: Ia1e66444731018372b4354164c5a722fd73d403b Reviewed-on: https://code.wireshark.org/review/30008 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
2018-10-05Qt: add an hint to no interfaces label.Dario Lombardo1-2/+2
Change-Id: Ifae80b5e3d56ddbea93164ff778196358976360d Reviewed-on: https://code.wireshark.org/review/30030 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-05RLC-NR: Start to call PDCP dissector for complete SDUsMartin Mathieson1-1/+108
Change-Id: I1b61e2fb5c44a9f05d71e3605ae6312da41c8553 Reviewed-on: https://code.wireshark.org/review/30015 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
2018-10-05wsutil: Add get_profile_dir()Stig Bjørlykke3-37/+44
Use this in profile_exists() and copy_persconffile_profile(). Change-Id: I48728038b086a38822ef71766b23db8050deb464 Reviewed-on: https://code.wireshark.org/review/30027 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-05Recognize -zfollow,ssl,ascii,0 for compatibilityPeter Wu1-0/+5
Instead of reporting it as unsupported, silently map ssl to tls. Change-Id: I4c7436872137749634590a99201f2b8222c69fb4 Fixes: v2.9.0rc0-1819-gcd95e197ca ("Start renaming SSL to TLS.") Reviewed-on: https://code.wireshark.org/review/30025 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-04gprscdr: Update to 3GPP TS 32.298 V15.4.0Joakim Karlsson4-43/+54
Change-Id: I3f374191d6494fd77e3cb81299b8aed1eb926131 Reviewed-on: https://code.wireshark.org/review/30022 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-04pfcp: Update to 3GPP TS 29.244 V15.3.0Joakim Karlsson1-32/+429
Change-Id: I5aa129de90e3f249c42e2fe563e105f26002977d Reviewed-on: https://code.wireshark.org/review/30021 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-04Revert "Use CMAKE_EXE_LINKER_FLAGS to set link flags on executables."Guy Harris1-3/+4
This reverts commit 84447550efdad68acfc69281750ed016f7f96716. Reason for revert: CMake's documentation for the flags variables is close to content-free, giving no indication what the link flags used in the link will be, given a combination of various CMAKE.*LINKER_FLAGS variables and LINK_FLAGS properties. That makes it extremely difficult to determine why this change happens to cause some executables to be linked with "/INCREMENTAL" and others to be linked with "/INCREMENTAL:YES", even though we add "/INCREMENTAL:NO" to WS_LINK_FLAGS and add WS_LINK_FLAGS to CMAKE_EXE_LINKER_FLAGS - or why *not* setting CMAKE_EXE_LINKER_FLAGS and instead using LINK_FLAGS *doesn't* cause that to happen. Maybe it's an issue of CMAKE_EXE_LINKER_FLAGS vs. CMAKE_EXE_LINKER_FLAGS_<CONFIG>, but the documentation doesn't clearly indicate whether, for example, the link flags for a particular executable target are a combination of CMAKE_EXE_LINKER_FLAGS, the CMAKE_EXE_LINKER_FLAGS_<CONFIG> flag for the configuration of this build, and the LINK_FLAGS property of the target, if any. That's the most *obvious* behavior to implement, but if that's the behavior that's implemented, I'm not sure why the change being reverted had the effect it did. Change-Id: I6a73fe88be65378d506a89460f7362076233f319 Reviewed-on: https://code.wireshark.org/review/30023 Petri-Dish: Guy Harris <guy@alum.mit.edu> Reviewed-by: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot
2018-10-04ieee80211: register some etts.Jeff Morriss1-0/+6
Unregistered etts will lead to an assertion/abort when used. Change-Id: I0322559358b1e286666322fef093e5b5123253a1 Reviewed-on: https://code.wireshark.org/review/30018 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-04h248_3gpp: register an ett.Jeff Morriss1-1/+2
Unregistered etts will lead to an assertion/abort when used. Change-Id: I2837311fcf472417ba36670e42073d15d475afd6 Reviewed-on: https://code.wireshark.org/review/30017 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-04PFCP: Join flags in Usage Report Trigger and Reporting Triggersslavka1-21/+4
Change-Id: Iab281fb3a12344a6a767a64c967f40cf2fc31427 Reviewed-on: https://code.wireshark.org/review/30012 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-04IEEE 1909.3: Add PSID values value_string.AndersBroman1-2/+92
Bug: 13766 Change-Id: Ib0635d0748224f673f5349b83bca74a918000cab Reviewed-on: https://code.wireshark.org/review/30011 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-04LTE RRC: fix RLC configuration for NB-IoT UEPascal Quantin2-19/+115
R15 introduced UM mode for DRBs. Change-Id: Ifd9030a46bcb237d6e6c1909f2dbad3be3a4eb86 Reviewed-on: https://code.wireshark.org/review/30014 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2018-10-04CMP: adding p10cr PKIbody dissectionMartin Peylo4-28/+20
Enabled by now-existing PKCS#10 dissector Change-Id: Ia4b7e998f2c61d482daf3f8b45c141bed31e6653 Reviewed-on: https://code.wireshark.org/review/30009 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-04Revert "gsm-a-common: Use expert info on "to few bytes left""Anders Broman1-26/+1
This test does not work when looking for optional elements. This reverts commit 0cc8feb4b6bd5c2576ae5f11e947d172fe1e6cb1. Change-Id: Ib6794c647f6e1541b7257a59c4717a6a497c3a8a Reviewed-on: https://code.wireshark.org/review/30013 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-04XDMCP: fix assertion failure due to tvb not being passedIan Chard1-1/+1
Bug: 15161 Change-Id: I9884e793fa40dde8c3c097b8d46b92ea012d8fef Reviewed-on: https://code.wireshark.org/review/30010 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-04Qt: show more infos about why interfaces are not loaded.Dario Lombardo3-2/+11
Change-Id: Ie5a28587f711282fd5d83b5513b42594c73ca514 Reviewed-on: https://code.wireshark.org/review/29996 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-04Add new PKCS#10 support to release notesMartin Peylo1-0/+1
Added in commit 2d8e3939616afbcf1a8adc300b2e3e334a0bd768 Change-Id: I9a0daa0eaf24384da3b0ed9d0bc92fe868d02229 Reviewed-on: https://code.wireshark.org/review/30007 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-04CMP: cleaning out excessive exportsMartin Peylo3-119/+44
Change-Id: Icd238a2be0978e02dfd0b3e7bee21c30ebbde6d4 Reviewed-on: https://code.wireshark.org/review/30002 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-04Add new file formats to the release notes.Gerald Combs1-0/+4
Change-Id: Ib46ce218063cb09a277ca0642a532120c9f27b2a Reviewed-on: https://code.wireshark.org/review/30006 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2018-10-03Qt: Show global profiles in ItalicStig Bjørlykke1-0/+5
The Configuration Profiles dialog shows global profiles in Italic. Align the profiles popup menu to also do this. Change-Id: Ifc22f1bb905cd407682adbdc5e4cbee4c42cb961 Reviewed-on: https://code.wireshark.org/review/29989 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2018-10-03LPP: upgrade dissector to v15.1.0Pascal Quantin4-306/+470
Change-Id: Id11d25be9a86693b61be7dba04f86a4b222cf9d4 Reviewed-on: https://code.wireshark.org/review/30005 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2018-10-03CRMF: cleaning out excessive exportsMartin Peylo3-100/+44
Change-Id: If0e95b6114d5a8d94b30d5d6e4bc330d8f43b939 Reviewed-on: https://code.wireshark.org/review/30001 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-03IEEE 1909.3: Add version 3 dissection.AndersBroman1-42/+287
Bug: 13766 Change-Id: Ia4d7856d6692961cf0dab773c2a33b4f319add50 Reviewed-on: https://code.wireshark.org/review/29998 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-03Use CMAKE_EXE_LINKER_FLAGS to set link flags on executables.Guy Harris1-4/+3
Just set CMAKE_EXE_LINKER_FLAGS to include ${WS_LINK_FLAGS}, and also set it to include setargv.obj on Windows. This is a bit simpler. Change-Id: Idf9c632d9d3bff1ec6e70396641319155e08aa4f Reviewed-on: https://code.wireshark.org/review/30004 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-10-03Tools: Add systemd-devel to rpm-setup.sh.Gerald Combs1-0/+1
Change-Id: Ib6599926146b58cff66dda978c61b6a705f7565d Reviewed-on: https://code.wireshark.org/review/30000 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-10-03MAC-NR: Update to current RAR PDU formatMartin Mathieson1-10/+10
Change-Id: I802a74148386e972153b3cb9e2a25adb117811d6 Reviewed-on: https://code.wireshark.org/review/30003 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
2018-10-03debian: add libsystemd-journal-dev as alternative.Dario Lombardo2-1/+7
Required for building on ubuntu 14.04. Change-Id: I2ebdceb1c73d093458adc05cf38629ac0b50c9e4 Reviewed-on: https://code.wireshark.org/review/29990 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>