summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2017-03-16Add support for verifying CIP Safety CRC values.Michael Mann6-63/+595
Change-Id: I44f7ff6980f27b1a0d4199a91f9b217aec7e4652 Reviewed-on: https://code.wireshark.org/review/20557 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-03-16QUIC: Add TBKP (Token Binding Key Params) tagAlexis La Goutte1-0/+14
Change-Id: Ie7be38fc605d4c93f4e5488c9472909f6644e8c5 Reviewed-on: https://code.wireshark.org/review/20559 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-03-16dhcpv6: Add Captive Portal option (103)Alexis La Goutte1-0/+9
Change-Id: Ib56a1e9d1353d3245715bb0b5ba20672548bb9c1 Ping-Bug: 13483 Reviewed-on: https://code.wireshark.org/review/20555 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-03-16[GTPv2] Don't try to dissect Target to Source Transparent Container it'sAndersBroman1-5/+30
not so easy to determine it's content. Change-Id: I58d5caeb5b7264afa1ed28e84c0207610d5c13d2 Reviewed-on: https://code.wireshark.org/review/20558 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-03-15Lua: Add absolute time base valuesStig Bjørlykke2-5/+33
Add ABSOLUTE_TIME_* defines to the base table in init.lua for use in ProtoField.absolute_time. Change-Id: I5c99eafdac97655d71fd4f3374294cd587afaf0a Reviewed-on: https://code.wireshark.org/review/20543 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-03-15Lua: Merge sep and str tables into baseStig Bjørlykke4-46/+22
Also add documentation strings to the base values. Change-Id: I00ac8f154fdd0382106ed27d740e16956520be97 Reviewed-on: https://code.wireshark.org/review/20554 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
2017-03-15ftypes: move set_value_floating into the unionMartin Kaiser14-55/+7
Delete set_value_floating from struct _ftype_t, make it part of the set_value union. Change-Id: Ic00e1c70488ddc4422c34657c62af7dc07db02d9 Reviewed-on: https://code.wireshark.org/review/20556 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Petri-Dish: Martin Kaiser <wireshark@kaiser.cx> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-03-15Added Heuristic dissectors for the following UMTS FP channels:S. Shapira2-20/+664
DCH (Downlink and Uplink), FACH, RACH and PCH Note that the existing heuristic dissection function does not correctly dissect any of the above and, frankly, I'm not sure which cases it covers. Change-Id: I832bfdccc9ae760a42a4c6537052ee2fee9262b4 Reviewed-on: https://code.wireshark.org/review/20439 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-03-14ZigBee NWK: Add zero length beacon checks to avoid assert.Robert Cragie1-0/+2
Add a zero length check on beacon to avoid assert when beacon payload is non existent. Change-Id: I016a97bda1590b8edc68db4f47e5c814e4eb8e0a Reviewed-on: https://code.wireshark.org/review/20550 Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-03-14ftypes: move set_value_sinteger64 into the unionMartin Kaiser14-53/+11
Delete set_value_sinteger64 from struct _ftype_t, make it part of the set_value union. Change-Id: I76668f0a6455c5d75c703cd4f440757601246bdb Reviewed-on: https://code.wireshark.org/review/20551 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-03-14CIP: Log more errors when expected data is missingD. Ulis3-61/+51
1. CIP: Instead of exiting early in dissect_cip_generic_service_req/rsp when there is no data, keep processing so that a malformed packet warning will be displayed when there should be data. 2. CIP Safety: Remove copy-paste. Use load_cip_request_data 3. CIP Safety: Use more constants. Change-Id: Ic364201f1e587b43cf2bda407fb77b50032974ae Reviewed-on: https://code.wireshark.org/review/20549 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-03-14Lua: Check for no table in ProtoField unit stringStig Bjørlykke1-18/+33
When using base.UNIT_STRING in a ProtoField the table must be given. Change-Id: Ie4beb93b5597a97a99939ef2c60a1ee7ece328f2 Reviewed-on: https://code.wireshark.org/review/20542 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
2017-03-14[GSM-A-BSSMAP] Update MSG content according to 3GPP TS 48.008 V13.3.0AndersBroman1-6/+71
(2016-09) All IEs are not dissected. Change-Id: If215b85ba1f786d9b4cb518c7525aec58d000f8e Reviewed-on: https://code.wireshark.org/review/20548 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-03-14ieee80211-radio: fix this condition has identical branches ↵Alexis La Goutte1-19/+8
[-Werror=duplicated-branches] found by gcc7 Change-Id: I7f5f25b0afd30612d9e20e52585c7cad70bc1f59 Reviewed-on: https://code.wireshark.org/review/20468 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-03-14v150fw: fix this condition has identical branches ↵Alexis La Goutte1-11/+3
[-Werror=duplicated-branches] found by gcc7 Change-Id: I04e781b12a2b89999bf628ceaa66b8527dd591aa Reviewed-on: https://code.wireshark.org/review/20471 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-03-14DTLS: Cookie formatting fix for HVRRobert Cragie1-21/+17
Cookie format for HelloVerifyRequest inconsistent with that in ClientHello. Changed to be consistent. Change-Id: I79809ebc4bd4a1c5b43b44a21f58ad5b5d5a1bcf Reviewed-on: https://code.wireshark.org/review/20544 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-03-14Lua: Improve base checking for signed integerStig Bjørlykke1-9/+9
Check base value for signed integer before unsigned to avoid a case where the valid bases for a unsigned integer is presented in a error message when a signed type is used. Change-Id: Idfb87597779652e32adceacad220d748afda5e85 Reviewed-on: https://code.wireshark.org/review/20541 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-03-14Lua: Layout cleanup in init.luaStig Bjørlykke2-20/+20
Remove double start-of-comments and some leading spaces. Change-Id: I1c5ba49990076cc2d32da2d0a3bb0f54ec31e823 Reviewed-on: https://code.wireshark.org/review/20540 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-03-14[GSM-A-BSSMAP] Correct and enhance dissection of HANDOVER COMPLETEAndersBroman1-21/+43
Change-Id: Ie65fc6c9f0cd2291d7e1421fbbedff097c7e09df Reviewed-on: https://code.wireshark.org/review/20545 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-03-14ftypes: move set_value_uinteger64 into the unionMartin Kaiser14-55/+15
Delete set_value_uinteger64 from struct _ftype_t, make it part of the set_value union. Change-Id: I12407b7336282daa60fe6e0e742d65e205dc84fd Reviewed-on: https://code.wireshark.org/review/20539 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-03-14bootp: Add Captive-Portal option (160)Alexis La Goutte1-1/+16
Thanks to David Bird for pcap Bug: 13483 Change-Id: Id53eadd5faa7599c3864840aa80a8770099baac3 Reviewed-on: https://code.wireshark.org/review/20531 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-03-13Bluetooth: "dublicates" -> "duplicates"Jakub Pawlowski1-5/+5
Change-Id: Ie52c6ef60c911d1e119c5b69de6f64a88b3433f3 Reviewed-on: https://code.wireshark.org/review/20534 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michal Labedzki <michal.tomasz.labedzki@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-03-13Fix buffer overrun in try_bytesprefix_to_strPeter Wu2-8/+9
bytes_string list contains a list of prefixes to match, not the other way round (matching prefixes in the list). Bug: 13479 Change-Id: Ie625dc5db30bd55158d688a0101f35d0bf6906af Fixes: v2.3.0rc0-2644-g540b555729 ("Introduce "bytes_string" type, similar to "value_string"") Reviewed-on: https://code.wireshark.org/review/20532 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-03-13Lua: Base must be base.DEC or base.UNIT_STRING for signed integerStig Bjørlykke1-11/+11
Reject ProtoField signed integer types with base other than base.DEC and base.UNIT_STRING. Update documentation for this. Bug: 13484 Change-Id: I55a636c89704e96a598f1f185faabd8ad13d96f1 Reviewed-on: https://code.wireshark.org/review/20533 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
2017-03-13ftypes: move set_value_sinteger into the unionMartin Kaiser14-53/+11
Delete set_value_sinteger from struct _ftype_t, make it part of the set_value union. Change-Id: I084c4c9beba9978b538d359ebaac21391ebd7f82 Reviewed-on: https://code.wireshark.org/review/20523 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-03-13ftypes: move set_value_uinteger into the unionMartin Kaiser14-59/+23
Delete set_value_uinteger from struct _ftype_t, make it part of the set_value union. Change-Id: I26de15be8ea0ede76236a8f8a4958bfd97ad9d52 Reviewed-on: https://code.wireshark.org/review/20521 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-03-13erf: fix this condition has identical branches [-Werror=duplicated-branches] ↵Alexis La Goutte1-1/+1
found by gcc7 Change-Id: I1634b0a7b0fa35ea59ef2fc7fbe0b81f77aad978 Reviewed-on: https://code.wireshark.org/review/20508 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-03-13dis: fix this condition has identical branches [-Werror=duplicated-branches] ↵Alexis La Goutte1-11/+6
found by gcc7 Change-Id: I8d28637d5262fd0e06d80607adb6f88b3d909a9e Reviewed-on: https://code.wireshark.org/review/20465 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-03-13cigi: fix this condition has identical branches ↵Alexis La Goutte1-0/+2
[-Werror=duplicated-branches] found by gcc7 Change-Id: I1f755c876150f204cce95932698c3f4e96fd465d Reviewed-on: https://code.wireshark.org/review/20426 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-03-12ieee80211-prism: fix this condition has identical branches ↵Alexis La Goutte1-23/+10
[-Werror=duplicated-branches] found by gcc7 Change-Id: Ic3c4a4347ab501c1ee22a25dd3dd41609d28418f Reviewed-on: https://code.wireshark.org/review/20467 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-03-12ftypes (trivial): fix two commentsMartin Kaiser1-2/+2
The comments give the name of the struct _ftype_t component that is initialized. They are wrong in two places. This confuses my script that deletes the initializers for the components which were moved into the union. Change-Id: I876fb29305a94b241df07c97064f31378752b559 Reviewed-on: https://code.wireshark.org/review/20520 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2017-03-12packet-wbxml.c: Fix potential infinite loopsMichael Mann1-25/+55
Bug: 13477 Change-Id: Ib6c440bbcbb5011e8f23fb87418acd87bb38c272 Reviewed-on: https://code.wireshark.org/review/20513 Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-03-12[Automatic update for 2017-03-12]Gerald Combs2-24/+249
Update manuf, services enterprise-numbers, translations, and other items. Change-Id: I5718e7c7df8061f81eb01973f504ebbb0cfe1e44 Reviewed-on: https://code.wireshark.org/review/20511 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2017-03-12llrp: fix this condition has identical branches ↵Alexis La Goutte1-1/+1
[-Werror=duplicated-branches] found by gcc7 Change-Id: I2bc9b5b50b8698c27f2a56b869de318fa98bf7b1 Reviewed-on: https://code.wireshark.org/review/20469 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-03-12ieee80211: Fix Dead Store (Dead assignement/Dead increment) Warning found by ↵Alexis La Goutte1-1/+2
Clang Change-Id: I53bca9bc50d18a88cc6c5c5a7ae93bdd1b772903 Reviewed-on: https://code.wireshark.org/review/20504 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-03-12ieee80211: fix declaration of 'ieee80211_tag_...' shadows a global declarationAlexis La Goutte1-8/+8
Make OSX buildbot happy Change-Id: I1a376fba3d7f4b24741839697ed0f6c55c9ac77d Reviewed-on: https://code.wireshark.org/review/20503 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-03-12radius: fix this condition has identical branches ↵Alexis La Goutte1-0/+2
[-Werror=duplicated-branches] found by gcc7 Change-Id: I654ead4d834af90e14568a54c7a914a3774c05bc Reviewed-on: https://code.wireshark.org/review/20470 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-03-12gmr_rach: fix this condition has identical branches ↵Alexis La Goutte1-0/+2
[-Werror=duplicated-branches] found by gcc7 Change-Id: I3313ea62fd86b0a7a3ae6dfbc40bd6e0841316a2 Reviewed-on: https://code.wireshark.org/review/20466 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-03-12dcerpc (netlogon): fix this condition has identical branches ↵Alexis La Goutte1-1/+3
[-Werror=duplicated-branches] found by gcc7 Change-Id: I96b8a8c5157dc89785421282f2c509c100fb0504 Reviewed-on: https://code.wireshark.org/review/20464 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-03-12catapult-dct2000: fix this condition has identical branches ↵Alexis La Goutte1-6/+6
[-Werror=duplicated-branches] found by gcc7 Change-Id: If3afda940b40500e067467b341f192bbaef173bc Reviewed-on: https://code.wireshark.org/review/20425 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-03-12ansi_a: fix this condition has identical branches ↵Alexis La Goutte1-4/+2
[-Werror=duplicated-branches] found by gcc7 All users of the ELEM_OPT_TLV and ELEM_MAND_TV macros pass an empty string ("") for the elem_name_addition parameter, so it can never be NULL. The Coverity warning was about a superfluous check (elem_name_addition[0]=='\0'). All of these checks are superfluous anyway since both branches yield an empty string. Change-Id: I28c994fd5e10c04f99c8d77e9aee18afd4a26412 Reviewed-on: https://code.wireshark.org/review/20427 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-03-12afn(.h) fix indentAlexis La Goutte1-46/+59
use 4 spaces like afn.c Change-Id: Iadc6d6e3b2919c7014eccc2890966eadd7d7bee7 Reviewed-on: https://code.wireshark.org/review/20506 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-03-12afn(.c): fix indent (align field)Alexis La Goutte1-35/+35
Change-Id: Ie2cc66b8ba26278490134974662acd554b8931f9 Reviewed-on: https://code.wireshark.org/review/20505 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-03-12BGP: Update Transitive Four-Octet AS-Specific Extended Community Sub-Types ↵Simon Zhong1-4/+9
and remove duplicate marcos. Change-Id: I87454ea95bc64a39e4e60ba374e9cafb574e744c Reviewed-on: https://code.wireshark.org/review/20501 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-03-12802.11: Use proto_tree_add_bitmaskAlexis La Goutte1-857/+1066
Change-Id: If46ccea1c58448d2dacad07fb3171e423babe59f Reviewed-on: https://code.wireshark.org/review/19562 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-03-11bgp: Avoid divide by zeroStig Bjørlykke1-1/+1
Bug: 13476 Change-Id: I399df46c9d5f6d0d464ecc9cf8d44eddf709f7dc Reviewed-on: https://code.wireshark.org/review/20499 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-03-11netlink: support legacy dump request messagesMichal Kubecek1-0/+21
Some legacy tools, including iproute2 < 3.9, issue shorter RTM_GETLINK and RTM_GETADDR dump queries which only contain struct rtgenmsg rather than struct ifinfomsg. As noted in kernel comment in rtnl_dump_ifinfo(), these legacy requests will be (even with attributes) always shorter than struct ifinfomsg so that they are easy to detect. Similar problem can be observed with tools using nl_rtgen_request() function from libnl3; this also affects other RTM_GET* types. If such legacy message is detected by length shorter than expected data structure, parse it as this legacy version with (1-byte) struct rtgenmsg so that it's shown as intended rather than as malformed. Change-Id: I53b6bff9e44cd2359d7cd313b6f0724f63f0e74d Reviewed-on: https://code.wireshark.org/review/20461 Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Michal Kubeček <mkubecek@suse.cz> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-03-11Updated Address Family Numbers with latest (Last Updated 2016-08-26) IANA table.Simon Zhong2-36/+56
Change-Id: I4286a249ca9603732f06e2715c1804a201c105e9 Reviewed-on: https://code.wireshark.org/review/20489 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-03-11T30: fix parsing broken since ge063924Martin Vit1-32/+61
Bug: 1918 Change-Id: I276e5ad74caaf509d220f97e111d2aedc7caef17 Reviewed-on: https://code.wireshark.org/review/20423 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-03-11oids: fix this statement may fall through [-Werror=implicit-fallthrough] ↵Alexis La Goutte1-0/+4
found by gcc7 Change-Id: I8f84414be693ea8ebcfef003480e9ee05de94ea0 Reviewed-on: https://code.wireshark.org/review/20495 Reviewed-by: Michael Mann <mmann78@netscape.net>