aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2015-09-08PluginIF: Parent menu and goto frameRoland Knall2-2/+45
The developer may provide a given menu as parent menu for the sub menu. If the menu does not exist, the main menu will be used. Has been implemented for Qt as well as GTK. Change-Id: I3f26684862fd0b08f59eeb4d6f4a24ce7dc3d428 Reviewed-on: https://code.wireshark.org/review/9939 Reviewed-by: Roland Knall <rknall@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
2015-09-08Move some stuff into the only code path where it's used.Guy Harris1-11/+11
AirPDCapPacketProcess() really does two different things; some of the stuff it does in both code paths only needs to be done in one code path. Make it so. Change-Id: Idb231d729150781f323e88ed375c983a3afd2577 Reviewed-on: https://code.wireshark.org/review/10439 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2015-09-08Add API to expose "expert info" summary.Michael Mann2-0/+21
This is intended for use in expert_add_info_format or proto_tree_add_expert_format to get the "base" string to then append additional information, but I'm sure other uses can be found. Similar to some of the proto_get_xxx APIs, but still only "create as needed". Change-Id: Ib76e6ed557c2ae41e0a40957a9efa4bf485909da Reviewed-on: https://code.wireshark.org/review/10420 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>
2015-09-08Don't try to decrypt with an AES key shorter than 128 bits.Guy Harris1-0/+5
AES keys must be at least 128 bits; AES_unwrap returns a null pointer if handed a too-short key, and we then just dereference that null pointer and crash. Just give up with a too-short key. Bug: 11507 Change-Id: Id1cf0a43c608597a11ff9df40f3654e6ff30619d Reviewed-on: https://code.wireshark.org/review/10422 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2015-09-07Add a new expert info type for decryption problems.Guy Harris2-0/+3
This is what should be used if, for some reason, decryption can't be performed. (And if there's a known reason why decryption can't be performed, it should be used, so the user knows why their 802.11/SSL/whatever traffic isn't decrypted, and either doesn't have to ask why or, at least, can give more details when they do ask why.) (Yes, I plan to use this for the 802.11 decryption code. Work in progress.) Change-Id: I812e61c2a4613d2e85f9ced1f5ed6ae91ac5f7ae Reviewed-on: https://code.wireshark.org/review/10421 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2015-09-07SSL: bugfix for raw public keys in certificate messageOlaf Bergmann1-31/+65
RFC 7250 has changed the format of the Certificate structure from RFC 5246 to the following: opaque ASN.1Cert<1..2^24-1>; struct { select(certificate_type) { // certificate type defined in RFC 7250 case RawPublicKey: opaque ASN.1_subjectPublicKeyInfo<1..2^24-1>; // X.509 certificate defined in RFC 5246 case X.509: ASN.1Cert certificate_list<0..2^24-1>; }; } Certificate; Thus, ssl_dissect_hnd_cert() must parse subjectPublicKeyInfo immediately when the message's certificate type is SSL_HND_CERT_TYPE_RAW_PUBLIC_KEY. Otherwise, the message will contain a certificate_list. This modification first determines the certificate type and then handles both cases independently. For raw public keys, no subtree is created to reflect the flat structure of the certificate message. Bug: 11480 Change-Id: I1c55eca361c4e40fcbff5bc32bfc8de3576bdfbf Reviewed-on: https://code.wireshark.org/review/10272 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2015-09-06[Automatic update for 2015-09-06]Gerald Combs3-31/+233
Update manuf, services enterprise-numbers, translations, and other items. Change-Id: If1cc31f1cd036c536a8a8bb9d9094bdb7c9f6f07 Reviewed-on: https://code.wireshark.org/review/10403 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-09-06SV: add an option to dissect seqData as PhsMeasPascal Quantin1-9/+110
When set, this brings back the dissection code that was removed in g84a8c1d (bug 5696) Bug: 11475 Change-Id: Iba6b0ec6490e2971a3670d13cb3b84351b69f126 Reviewed-on: https://code.wireshark.org/review/10399 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2015-09-06OCSP: get rid of an evil global variablePascal Quantin1-11/+15
Bug: 11505 Change-Id: I87cc676426dceed05a9a95bb515c4fb2535ac9c5 Reviewed-on: https://code.wireshark.org/review/10400 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2015-09-05Fix comments in dissect_6lowpan_iphc_nhc()João Valverde1-3/+3
Change-Id: I9c02b8f2a64127200c9cfe2f389f773ac198ed21 Reviewed-on: https://code.wireshark.org/review/10389 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2015-09-04xip-serval: add support for XIP Serval packetsCody Doucette4-17/+482
Serval is a service-centric architecture that has been ported to XIA to allow applications to communicate using service names. This change adds a dissector for XIP Serval, which sits between layers 3 and 4, and also amends the XIP dissector to be able to invoke it. Bug: 11491 Change-Id: I11299ddbd0fb9eaf8728f8b3fde2a63656963114 Reviewed-on: https://code.wireshark.org/review/10315 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: Anders Broman <a.broman58@gmail.com>
2015-09-04Capitalize IPv6 extension headers ipprotostr()João Valverde1-5/+5
Change-Id: I36f0ceb0c44414e6b98f580757eec226facae9ae Reviewed-on: https://code.wireshark.org/review/10353 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>
2015-09-04H223: fix will never be executed [-Wunreachable-code]Alexis La Goutte1-3/+1
Found by Clang 3.7 Change-Id: I3a7c41eba2ee636bb74326598a3de47f5a23126a Reviewed-on: https://code.wireshark.org/review/10325 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-09-04Coverity CID 1167971-1167974: constant expressions in wslua_int64Hadriel Kaplan1-4/+9
Get rid of false-positive coverity issues by using a macro instead of source code if-statement. Bug: 11501 Change-Id: I07f478ed334931f05bdfb87cb8f614b16bbf8fa8 Reviewed-on: https://code.wireshark.org/review/10376 Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
2015-09-04Insert correct padding in RFC 6282 IPHC headersKevin Bracey1-3/+24
IPv6 Extension Headers compressed using IPHC should have a single Pad1 or PadN inserted at the end if necessary - the previous code just left any padding zero-initialised (equivalent to multiple Pad1s). This guarantees correctly-compressed packets are accurately decompressed, including the specific option padding pattern. (The type of padding could matter, eg for IPSec authentication - padding options are authenticated.) Print a warning note if a non-option header needs padding - this is invalid. Bug: 10523 Change-Id: I66c98370862800a8fccbe02ed6a851961e2f7d1d Reviewed-on: https://code.wireshark.org/review/10230 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2015-09-04BGP: Fix typoguydavies1-1/+1
Change-Id: I2d33af7da22fee543d08624d06ca8880472f3586 Reviewed-on: https://code.wireshark.org/review/10377 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2015-09-03Declare col_get_text() as WS_DLL_PUBLICPascal Quantin1-1/+1
Bug: 11498 Change-Id: I5204bd27cee044a57913e48c4da00628f3f58bf8 Reviewed-on: https://code.wireshark.org/review/10374 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2015-09-03Lua: Check if having listeners before removeStig Bjørlykke1-1/+1
This avoids a warning when trying to remove a listener twice. g_ptr_array_remove: assertion 'array' failed Change-Id: I0bcbbbe3b3393a8455b51fad80c5716fc38ac50e Reviewed-on: https://code.wireshark.org/review/10370 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
2015-09-03Address "shadow" warnings found by checkAPI script.Michael Mann11-58/+58
These aren't "true" shadow issues, but the script doesn't completely understand C syntax (for things like struct member names "time" and "index"). But fixing them creates less noise. Change-Id: I5a2db1549095824530428529e86cab453c031a04 Reviewed-on: https://code.wireshark.org/review/10368 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>
2015-09-02The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris1-1/+1
It's _WIN32, with a leading underscore, not WIN32. See, for example: https://sourceforge.net/p/predef/wiki/OperatingSystems/ and https://msdn.microsoft.com/en-us/library/b0084kay.aspx *Some* environments may also define WIN32, but we shouldn't depend on that. Replace all-caps "WIN32" referring to Windows in comments and other text with "Windows" or "Win32". (The two are pretty much equivalent, these days; nobody much cares about Win16, not that we ever ran on it, and 64-bit Windows is just a 64-bitified Win32.) Change-Id: Id327bcd4b1e9baa4f27055eff08c2d9e594d6f70 Reviewed-on: https://code.wireshark.org/review/10367 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Guy Harris <guy@alum.mit.edu>
2015-09-02Fix one more MSVC2015 issue: "[...]ignoring unknown option '/Zd'"Bill Meier1-15/+0
Remove some old cruft which compiled packet-rrc.c with '/Zd' option for certain very old Microsoft C compilers which we no longer support (e.g., MSVC6!). Change-Id: I47f7ab8c92b9e495acedfe76260d607a01c2a40f Reviewed-on: https://code.wireshark.org/review/10362 Reviewed-by: Bill Meier <wmeier@newsguy.com>
2015-09-021.99.9 → 1.99.10.Gerald Combs2-2/+2
Change-Id: I924be5b0e3c73a0bb8ae1361fa518ec10139e13d Reviewed-on: https://code.wireshark.org/review/10363 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-09-02Allow "Decode As" for IPv6 over UDPJoão Valverde1-0/+2
Change-Id: Ib28206e9573f1dd624be1d3c265fef405f65b19a Reviewed-on: https://code.wireshark.org/review/10351 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>
2015-09-02idl2wrs: fix clang analyzer Warning complains.Dario Lombardo1-8/+12
890:9: warning: Access to field 'str' results in a dereference of a null pointer (loaded from variable 'token_list') 3132:4: warning: Value stored to 'str' is never read 3155:4: warning: Value stored to 'str' is never read 3166:4: warning: Value stored to 'str' is never read 3183:4: warning: Value stored to 'str' is never read 3192:4: warning: Value stored to 'str' is never read 3203:4: warning: Value stored to 'str' is never read 3220:4: warning: Value stored to 'str' is never read Change-Id: If1a1acfc331e0648f95f6d6defe6533b6927ccaa Reviewed-on: https://code.wireshark.org/review/10357 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2015-09-02PER: followup of g59453fbPascal Quantin1-15/+8
Change-Id: I45c02a249444e5f17d99eeb0ca8dea6f7a012262 Reviewed-on: https://code.wireshark.org/review/10356 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: Alexis La Goutte <alexis.lagoutte@gmail.com>
2015-09-02dcerpc: fixed distcheck.Dario Lombardo1-1/+1
Change-Id: Ide0b95278786d45d9c41fb0fe3214dce0880b830 Reviewed-on: https://code.wireshark.org/review/10355 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2015-09-02nfs: Fix order of octets in IPv4 addressTom Haynes1-1/+1
Before: skull:bugs loghyr$ ~/ipv4/wireshark/tshark -r 2-layoutstats-in-1-compound.pcap -Y nfs -V | grep -i ipv4 [IPv4 address 113.12.31.172, protocol=tcp, port=2049] After: skull:bugs loghyr$ ~/ipv4/wireshark/tshark -r 2-layoutstats-in-1-compound.pcap -Y nfs -V | grep -i ipv4 [IPv4 address 172.31.12.113, protocol=tcp, port=2049] Bug: 11496 Change-Id: Ia6097ae76411f6ff9de1f53191c8fc767856e2d1 Signed-off-by: Tom Haynes <loghyr@primarydata.com> Reviewed-on: https://code.wireshark.org/review/10347 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2015-09-02idl2wrs: Make Mac OSX buildbot happyAlexis La Goutte1-1/+1
Change-Id: I5f9c860bec0f8d323d9f3cd7cf55e348654c8b8b Reviewed-on: https://code.wireshark.org/review/10354 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2015-09-02IPv4: Remove extraneous colon from format stringJoão Valverde1-1/+1
Change-Id: If52f8086ec971cc43947ece3d8e062da8378fa95 Reviewed-on: https://code.wireshark.org/review/10352 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2015-09-02Eliminate proto_tree_add_text from packet-per.cMichael Mann1-9/+56
Change-Id: I67f572129821fb00e4478a30bfd4a52287b8b1a1 Reviewed-on: https://code.wireshark.org/review/10350 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2015-09-02Eliminate proto_tree_add_text from some dissectors.Michael Mann3-76/+153
Change-Id: If617016f588bbf940f37699e27559dc5c59cf508 Reviewed-on: https://code.wireshark.org/review/10349 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: Alexis La Goutte <alexis.lagoutte@gmail.com>
2015-09-02Eliminate proto_tree_add_text from packet-rsvp.cMichael Mann1-274/+234
Change-Id: I95edc1b40c07a4addf194df6a2056e7b61193e5a Reviewed-on: https://code.wireshark.org/review/10348 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: Alexis La Goutte <alexis.lagoutte@gmail.com>
2015-09-02idl2wrs: some code cleanups.Dario Lombardo4-231/+334
Code cleanups include: - sanity checks for malloc() - change forbidden APIs into g_* versions - minor indentation fixes - add modeline - add compilation for cmake and autotools Bug: 11052 Change-Id: I825f04d9703448f9165d188be2bdd185fce5ff5d Reviewed-on: https://code.wireshark.org/review/10030 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> Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-09-02MSDP: fix will never be executed [-Wunreachable-code]Alexis La Goutte1-2/+3
Move tvbuff declaration for avoid https://llvm.org/bugs/show_bug.cgi?id=19020 Found by Clang 3.7 Change-Id: I299d2413dc4effc5e6e34c289152b8f401f19342 Reviewed-on: https://code.wireshark.org/review/10326 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-09-02ANSI: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-4/+0
Change-Id: I981336271a8f6b41fe777f732069639df494c5d2 Reviewed-on: https://code.wireshark.org/review/10346 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-09-02UMTS (mac): fix will never be executed [-Wunreachable-code]Alexis La Goutte1-1/+1
Move tvbuff_t declaration for avoid https://llvm.org/bugs/show_bug.cgi?id=19020 Found by Clang 3.7 Change-Id: Id26fd62273d6838774db161a8b3f6c7db94a2de1 Reviewed-on: https://code.wireshark.org/review/10328 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-09-01ANSI A: fix dissection of numerous fields broken in g7298a31Pascal Quantin2-39/+29
Change-Id: I09898cfc1aedc4b8067c6d12c94effc51a5ebbc0 Reviewed-on: https://code.wireshark.org/review/10345 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2015-09-01Eliminate proto_tree_add_text from ANSI dissectors.Michael Mann3-295/+193
Change-Id: I22dccb2f2d71897334e11632f4060ccfbf4794ad Reviewed-on: https://code.wireshark.org/review/10334 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>
2015-09-01Convert the WSP stats to generic stat API.Gerald Combs1-0/+156
Add support for multiple tables to SimpleStatisticsDialog. Change-Id: I843d901db092d2f2856d3d1a16f29f85fb41374b Reviewed-on: https://code.wireshark.org/review/10339 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-08-31Convert the MTP3 stats to new "generic stat API".Gerald Combs3-3/+209
Convert both the MTP3 statistics and summary. As with the GSM stats this is mostly untested. Change-Id: I7af8d5f21c8161dc95f7f2c710f32364b6f6a431 Reviewed-on: https://code.wireshark.org/review/10338 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-08-31NGHTTP2: Update to 1.3.0Alexis La Goutte5-10/+199
Change-Id: Ia12396b3b4a2bb4dcbdce63d06558b6474cd588e Reviewed-on: https://code.wireshark.org/review/10324 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>
2015-08-31Eliminate proto_tree_add_text from packet-rtps.cMichael Mann1-406/+666
Change-Id: I353b4fcb3091e731a4b2a68e1932a5abc60c6038 Reviewed-on: https://code.wireshark.org/review/10323 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>
2015-08-31Add a hidden item that allows to allow filtering on the station address.Joerg Mayer1-0/+37
This currently only works for data frames. A Fixme is in place for managment frames. Change-Id: I0a72a9a3e40cf8269856fbbcd97b270af422afa2 Reviewed-on: https://code.wireshark.org/review/10322 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2015-08-30dlsw: don't THROW() an exception from a dissectorMartin Kaiser1-4/+9
Change-Id: I897202e7fb2987f608ca4f98aa1a1dc4b7dbd995 Reviewed-on: https://code.wireshark.org/review/10320 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2015-08-30dlsw: remove unnecessary if (tree) checksMartin Kaiser1-100/+94
don't create an expert info under if (tree) Change-Id: I2c8f90483c434d708a97b621621ca123fc505edc Reviewed-on: https://code.wireshark.org/review/10319 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
2015-08-30[Automatic update for 2015-08-30]Gerald Combs2-10/+165
Update manuf, services enterprise-numbers, translations, and other items. Change-Id: I37400bf1fac15fcd5f2946913b96184b1828f091 Reviewed-on: https://code.wireshark.org/review/10317 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-08-30BGP: fixed incorrect NLRI decodingPyeole1-0/+6
Bug: 11308 Change-Id: I967b9596edad1e3656e139d0ca3a0e3c389d80ea Reviewed-on: https://code.wireshark.org/review/10308 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2015-08-30CBOR: fix definition of cbor.type.tag64 fieldPascal Quantin1-1/+35
Bug: 11486 Change-Id: I070c8c397a41c0c8231720c611938d7282c03d19 Reviewed-on: https://code.wireshark.org/review/10310 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2015-08-296LoWPAN: IPv6 Fragment Headers don't have a Length fieldKevin Bracey1-16/+25
RFC 6282 specifies special handling of the "Length" field in compressed IPv6 extension headers. However, the Fragment Header does not have a Length field, so this special handling does not apply - the second octet should be treated as opaque data, and the header length is always 8 octets. Bug: 11368 Change-Id: I28fcd66d96f58a5959bb669caf4244afaca9e67e Reviewed-on: https://code.wireshark.org/review/10231 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: Evan Huus <eapache@gmail.com>
2015-08-29CBOR: fix no previous prototype for proto_reg*_cbor [-Wmissing-prototypes]Alexis La Goutte1-0/+3
Change-Id: I20476046fc2338484ab85757cad7b19f4e41e4be Reviewed-on: https://code.wireshark.org/review/10283 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>