aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-08-04Remove the CLI H.225 counter.Gerald Combs3-429/+0
Stats were moved to the dissector in g03802cc. Change-Id: I1aaf43789695ba3aae54cfaf201263cd0aed74ea Reviewed-on: https://code.wireshark.org/review/9867 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-04Don't zero stat tap elements.Gerald Combs1-1/+0
Let the reset callback take care of resetting our rows. Change-Id: I59b0e9d36a9a1cedc5a5893664c875b7416a5229 Reviewed-on: https://code.wireshark.org/review/9868 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-08-04Fix the selected packet indicator width.Gerald Combs1-1/+1
Change-Id: Ic792c232524b4124bb4607cbe1979cdce8fd7e23 Reviewed-on: https://code.wireshark.org/review/9866 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-08-04Convert H.225 tap stats to new "generic stat API".Gerald Combs11-637/+863
Migrate the H.225 stats similar to the recent BOOTP migration. Change-Id: I70ff7ab6cf3e9796f257412ba7d65ec9fe7f77ad Reviewed-on: https://code.wireshark.org/review/9859 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-04Zero stat table elements instead of freeing them.Gerald Combs1-4/+1
Stat table element arrays are allocated once at startup. Reset each element in free_stat_table() instead of freeing them. Change-Id: Ia63af93c76a1348bbb809137a521eead58a52dd1 Reviewed-on: https://code.wireshark.org/review/9860 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-04EPL: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-20/+16
Change-Id: Id8fac193a2f3521986c0f91df84950ff581d4b6b Reviewed-on: https://code.wireshark.org/review/9790 Reviewed-by: Roland Knall <rknall@gmail.com> 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>
2015-08-04MIB/OID Fix assertion in proto.c tmp_fld_check_assert().AndersBroman1-1/+1
It seems like oid_data->name may get freed so do a g_strdup() as it's done for hf.hfinfo.abbrev. Change-Id: Ie05fb42d59556aec300d4e007b1db5cc79d8d6f1 Reviewed-on: https://code.wireshark.org/review/9864 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-08-04Rename nettrace3gpp324423 to 3gpp32423Luke Mewburn1-1/+1
Use "3gpp32423" instead of "nettrace3gpp324423": - There were too many "4"s in the previous name ("324423" vs "32423"). - "nettrace" isn't an official name, per 3GPP TS 32 423 - It's shorter. Change-Id: Ic981d0351a3014fb79702955ebef7b13f6ce4a2e Reviewed-on: https://code.wireshark.org/review/9863 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-08-04[ISUP] Read the country code at offsetAndersBroman1-1/+1
Change-Id: I5a03fdbdf7079c354bc9b63acba3d205f82a4e8a Reviewed-on: https://code.wireshark.org/review/9862 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-08-04tvb_new_octet_aligned() should return both the captured and reportedAndersBroman1-1/+1
length set to datalen in the returned tvb. Change-Id: Ie6649a285a9fa4a0564e29ce18ec9459b8da2541 Reviewed-on: https://code.wireshark.org/review/9861 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-08-03Update a comment to reflect reality as of 1997.Guy Harris1-1/+8
"IEEE 802.3" has, since IEEE 802.3y-1997, supported a type/length field, not just a length field (i.e., they acknowledged reality), so it's no as if there are "802.3" as opposed to "D/I/X" or "Ethernet II" frames. Change-Id: Ie7f61e48cb2a343a7c83e0747a6eee46964fc335 Reviewed-on: https://code.wireshark.org/review/9858 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2015-08-03Give an I-D reference for this.Guy Harris1-0/+1
Change-Id: I5bbc1b390215e11cba86af9b325ae94d3708ae93 Reviewed-on: https://code.wireshark.org/review/9855 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2015-08-03TFTP: strengthen heuristic used over STUN/TURNMartin Mathieson1-0/+20
Change-Id: I133199abda100a89e219804c3003dee76389c43a Reviewed-on: https://code.wireshark.org/review/9839 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
2015-08-03Make sure per-packet tap callbacks return gbooleans.Gerald Combs11-44/+40
The tap API changed the return type of per-packet listener callbacks from int to gboolean back in 2009. Update a bunch of functions and some documentation accordingly. Change-Id: I79affe65db975caed3cc296a7e2985b7b9cdf4cc Reviewed-on: https://code.wireshark.org/review/9853 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-02Skip files larger than 8MB in valgrind fuzzingEvan Huus1-1/+1
Follow-up to g2eabd35 which added a 20MB limit, this lowers it quite a bit since we're still seeing out-of-memory failures with files slightly larger than 8MB. Based on a quick scan of the menagerie this only excludes another dozen or so files so we won't lose much coverage. Ping-Bug: 11395 Change-Id: I8d684bebad553408c68b125330f2878deedc3bff Reviewed-on: https://code.wireshark.org/review/9849 Reviewed-by: Evan Huus <eapache@gmail.com>
2015-08-02qt: fix scrollbar crash applying conv. filterEvan Huus1-1/+1
When applying a conversation filter via context menu on the packet list, something triggers the scrollbar to redraw when it has a maximum value of 0, leading to a div-by-0. Guard against that (for now) though there may be a better long-term fix. Change-Id: I5fa0cac3e67f50a6c603a6fa10b117de5540d444 Reviewed-on: https://code.wireshark.org/review/9850 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-08-02HTTP2: remove weak part of the heuristicPascal Quantin1-6/+2
It is so fragile that it triggers too many false positives and it was not activated by default prior to g21e5a95. If required, a user can still use 'Decode As' functionality. Change-Id: I0236609665c57c6f3961cb9596c47b54da777641 Reviewed-on: https://code.wireshark.org/review/9842 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: Pascal Quantin <pascal.quantin@gmail.com>
2015-08-02proto.c: exclude hf_text_only from proto_registrar_is_protocol()Pascal Quantin1-1/+1
This pseudo field is a specific case that is not linked to any protocol (despite parent being set to -1). This prevents a crash in Qt GUI when selecting a line added with proto_tree_add_subtree() or similar. Change-Id: I3b1cc2e6c7e71a71898f2ee9a02e9158eccf6fac Reviewed-on: https://code.wireshark.org/review/9845 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-02CoAP: add media type number for application/cborHauke Mehrtens1-0/+1
application/cbor got the number 60 by the IANA, see https://www.iana.org/assignments/core-parameters/core-parameters.xml#content-formats Change-Id: I4dbfd9eff8bacb46e815140c4640359f9a951869 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Reviewed-on: https://code.wireshark.org/review/9847 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2015-08-02[Automatic update for 2015-08-02]Gerald Combs18-4795/+6959
Update manuf, services enterprise-numbers, translations, and other items. Change-Id: I1c6b1044870e93459bcf4743f00be68ff8ce8ff6 Reviewed-on: https://code.wireshark.org/review/9851 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-08-01Set the reported length of chunk data correctly.Guy Harris1-16/+15
The reported length should be the size of the chunk, not the remaining size of dechunked data. Update some comments while we're at it. Change-Id: Ia71948fb5ecebdaae3e171c53fd88cf72dcf76a3 Reviewed-on: https://code.wireshark.org/review/9846 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2015-08-01MS-WSP: fix some Coverity warningsPascal Quantin1-7/+6
- prevent some NULL pointer deference pointer - remove DISSECTOR_ASSERT calls: it should be used only for dissector bugs - replace g_slist_next macro calls as the NULL pointer checks are already performed in the for loop Change-Id: If4efd5bb055c7806107ec9646e9864c7e345246d Reviewed-on: https://code.wireshark.org/review/9843 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-01PNRP: add support for message reassemblyPascal Quantin1-392/+492
Bug: 11412 Change-Id: I2e8ca62e1babbca20654e8907e8a0b04991bb18f Reviewed-on: https://code.wireshark.org/review/9844 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-01More packet detail context menu items.Gerald Combs8-46/+140
Add the wiki and field reference items to the packet detail context menu. Add the "Go To Linked Packet" item in the Go menu and packet detail context menu. Use "Linked Packet" instead of "Packet Reference" and "Corresponding Packet". Remove more pending item comments. Change-Id: I66c40f71738f0996690f4818a546520ea0747088 Reviewed-on: https://code.wireshark.org/review/9841 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-07-31Print times with the resolution from the capture file.Guy Harris1-56/+261
Print the first packet and last packet time stamps with the resolution supplied for them, and print the difference between them with the higher of those two resolutions. Change-Id: I111fbbf91b5957e63dca650b85f182c5f103c5fd Reviewed-on: https://code.wireshark.org/review/9840 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2015-07-31RRC: upgrade dissector to v12.6.0Pascal Quantin8-12078/+31501
Change-Id: Ied56f90a8689a25d4093795bfd97d57d40e382c6 Reviewed-on: https://code.wireshark.org/review/9838 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-07-31Fix binary data copying.Gerald Combs1-3/+5
As the QClipboard::setMimeData documentation says, "Ownership of the data is transferred to the clipboard." Allocate the mime data object accordingly. Note the results of trying to paste into hex editors on Windows. Frhed works. Hex Editor Neo and HxD do not. Change-Id: I46691ba95bf1f5c38817cd42ded73e8e67e4ee97 Reviewed-on: https://code.wireshark.org/review/9837 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-07-31More spacing fixups.Gerald Combs2-6/+6
Make spacing more consistent. Change-Id: I8980a84ca70660057016985299b0f95761076893 Reviewed-on: https://code.wireshark.org/review/9835 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-07-31Remove spaces.Gerald Combs1-16/+16
Change-Id: Iabf5f7610ea5205ad4500502e2b531a8ee130484 Reviewed-on: https://code.wireshark.org/review/9834 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-07-31Use an ellipsis character instead of three dots.Gerald Combs25-86/+95
The OS X Human Interface Guidelines at https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/OSXHIGuidelines/TerminologyWording.html#//apple_ref/doc/uid/20000957-CH15-SW3 says: "Be sure to create the ellipsis character using the key combination Option-; (Option-semicolon). This ensures that an assistive app can provide the correct interpretation of the character to a disabled user. If you use three period characters to simulate an ellipsis, many assistive apps will be unable to make sense of them. Also, three period characters and an ellipsis don't look the same because the periods are spaced differently than the points of an ellipsis." The Windows desktop applications guidelines has a section on ellipses: https://msdn.microsoft.com/en-us/library/windows/desktop/dn742478.aspx but doesn't specify the a single glyph vs three dots. The GNOME HIG at https://developer.gnome.org/hig/stable/typography.html.en says "Take Advantage of Unicode" then specifically says to use U+2026 HORIZONTAL ELLIPSIS. Remove the ellipsis from "Find Next" and "Find Previous". Neither requires user interaction. Change-Id: I0e6c28bb8b3a84b242731e2ca96f1a6f6f42c303 Reviewed-on: https://code.wireshark.org/review/9833 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-07-31MSWSP: Fix clang warnings and handle gracefully needed missing messagesNoel Power1-21/+40
In addition to fixing some clang warnings code now handles the scenario where some needed messages may be missing in the capture, instead of silently ignoring now tell how many bytes we can't dissect and why. Change-Id: Ia6fd70d204d279799bc02209865c7f1da35d8191 Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-on: https://code.wireshark.org/review/9824 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2015-07-30Add Colorize to the packet detail menu.Gerald Combs4-71/+48
Change-Id: Idaac0b52e6e4534f40e13839e6dbce2408ca6bfa Reviewed-on: https://code.wireshark.org/review/9831 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-07-30More context menu updates.Gerald Combs3-25/+23
Add "Follow" and "Export Packet Bytes" to the packet detail context menu. Remove duplicate SCTP menu. Remove redunant action text. Change-Id: If69815dc774806e267fbd71aa390b0af6f3b0d14 Reviewed-on: https://code.wireshark.org/review/9829 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-07-30Make copy menu item names more consistent.Gerald Combs2-12/+6
Change-Id: Ia7b2a87ba9ad843dfa9200d69eeb94275a3dc0bb Reviewed-on: https://code.wireshark.org/review/9827 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-07-30Add a missing menu item.Gerald Combs2-11/+4
Add "Copy as Filter" to the packet list context menu. Remove completed item comments. Change-Id: I1e2d9ebcff2fb36918d3e7525690cfb105cb1b13 Reviewed-on: https://code.wireshark.org/review/9826 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-07-30Packet list and detail context menu updates.Gerald Combs11-110/+437
Add some missing items to the packet list and detail "Copy" context menus. Don't nest the "Copy" items so deeply. Add YAML to the supported summary formats. Note that "Copy as Binary" copies to the clipboard as application/octet-stream, which is a) arguably correct, and b) not very useful. Fixes welcome. Enable and disable packet detail context menu items from a set of booleans similar to the packet list. Change-Id: Iaa931c766aa476c33f27de089e5c4dbaf9ce74d6 Ping-Bug: 9320 Bug: 10831 Reviewed-on: https://code.wireshark.org/review/9825 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-07-30conversation: fix indent (use tabs)Alexis La Goutte1-403/+403
Change-Id: I256c364954e1b9edd479e5f25a1d742cc216ffff Reviewed-on: https://code.wireshark.org/review/9809 Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-07-29[ieee80211] Don't call expert_...() under 'if (tree)'Bill Meier1-9/+6
Change-Id: Idcda58191ca664412ef874a69f40eb09a5b38234 Reviewed-on: https://code.wireshark.org/review/9820 Reviewed-by: Bill Meier <wmeier@newsguy.com>
2015-07-29Main menu and packet list menu updates.Gerald Combs6-252/+104
Enable and disable packet list-relasted menu items in one place. Add "Colorize Conversation" items to the packet list context menu. In the GTK+ UI we tend to disable entire menus, which makes their items inaccessible. Try not to do that in the Qt UI so that menu items are always visible even if they're disabled. Remove commented items which are now complete. Change-Id: I69b878b45334bf88014694b1bf016278fa55a94b Reviewed-on: https://code.wireshark.org/review/9819 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-07-29Capture file retapping fixups.Gerald Combs9-13/+30
Add CaptureFile::delayedRetapPackets, which starts retapping after the current batch of UI event are processed. Call it in the constructors of various dialogs so that they are shown before tapping starts. This *might* fix a crash found when following large streams from the Conversations dialog. Change-Id: If1b87491621ab7efcc0519f95891d34dcd9d18c1 Reviewed-on: https://code.wireshark.org/review/9818 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-07-29GSM_MAP: adding dissector for sendParameters (MAPv1)Luca Melette5-75/+279
The current ASN.1 description of MAP (3GPP 29.002) is missing this operation. I recovered the needed code from an old MAP description (ets_300599e01p) and integrated the missing parts into the asn tree and C template file (via asn2wrs). Change-Id: Ibe05e6a99f3f95ac66740b5d319a7200fdb3e54b Reviewed-on: https://code.wireshark.org/review/9594 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-07-28SMB2: only move ssi for request if request is really completeNoel Power1-1/+5
MS-SMB2 section '3.2.5.1.5 Handling Asynchronous Responses' states "If SMB2_FLAGS_ASYNC_COMMAND is set in the Flags field of the SMB2 header and Status is not STATUS_PENDING, this is a final response to a request which was processed by the server asynchronously" This patch delays moving ssi information for a processed request to the matched hashmap until the request is actually completed. Without this patch the ssi information for the *final* matching message id response will not be available (on first pass) so a subdissector (e.g. MS-WSP) will not have the ssi information available to it. After this patch the ssi infomation will remain in the 'unmatched' hashmap until the 'final' response for the request is seen. While processing the 'final' matching response the ssi will be moved to the matched hashmap. Change-Id: Id501179ecb4f967a34c82b07d34dcdcd92537dc3 Bug: 11402 Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-on: https://code.wireshark.org/review/9805 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-07-28MSWSP: Enhance dissectorAlexis La Goutte1-280/+164
* Use a value_string for display OS version * Remove unused pref modules * Remove boiteplate comment * Use boolean for TRUE/FALSE * Replace parseBoolean by proto_tree_add_bitmask * Remove unneed #include * Fix indent * ... Change-Id: I007dc2a92e8c8f8a9a921c2c091e6c9276f1873b Reviewed-on: https://code.wireshark.org/review/9806 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-07-28Add "Disable Protocol..." to the ProtoTree context menu.Gerald Combs4-17/+63
Assume that "I don't want to see this" counts as a preference and add it under the "Protocol Preferences" submenu. Change-Id: I396e2476509db9df895826f8817b191893bcb14a Reviewed-on: https://code.wireshark.org/review/9812 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-07-27Fixup packet list context menu behavior.Gerald Combs6-55/+51
Add logic to setMenusForSelectedPacket for setting the enabled states for the "Apply As" and "Prepare A" actions. Update the PacketList context menu code to fill in the right filter at the right time. Exit out of setMenusForSelectedTreeRow if the packet list has focus so that we don't clobber the enabled states of various actions. Take the "Apply As" and "Prepare A" context menu titles from their main window counterparts. Remove actionApply_as_Filter and actionPrepare_a_Filter. Remove completed to-do items. Change-Id: I8f6f538bb7786d8df02a999f3b449dfde640e847 Reviewed-on: https://code.wireshark.org/review/9810 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-07-27tcp: only reset dupACK counter when ACk# changesEvan Huus1-2/+2
Otherwise things like window changes will reset the dup-ack counter incorrectly and confusingly. Bug: 11397 Change-Id: I80b63cf989a952547bec48562a92078c8ab29081 Reviewed-on: https://code.wireshark.org/review/9802 Petri-Dish: Evan Huus <eapache@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Evan Huus <eapache@gmail.com>
2015-07-27Add an application-wide style sheet.Gerald Combs1-0/+13
Use it to work around poorly drawn splitters on OS X. Change-Id: Ic8e7331b1ba37fe783312b4460961f361297c7f0 Reviewed-on: https://code.wireshark.org/review/9798 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-07-27nettrace3gpp324423: fix name consistencyLuke Mewburn3-5/+5
Improve consistency when referring to 3GPP TS 32.423: - The standard name is "3GPP TS 32.423" (with "TS", and "." separator). - Fix typo in number series ("32" not "34"). - The standard refers to "Trace", not "Nettrace". Change-Id: If9994b9c6de69b6e1bdfc6679fbaabe698971949 Reviewed-on: https://code.wireshark.org/review/9795 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-07-26Tshark doesn't display column text as field in 2-pass modeHadriel Kaplan1-1/+2
Bug: 11401 Change-Id: I6aa43d5cdd996aaf0980ab59b690212e41046acc Reviewed-on: https://code.wireshark.org/review/9800 Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
2015-07-26[Automatic update for 2015-07-26]Gerald Combs36-4644/+5816
Update manuf, services enterprise-numbers, translations, and other items. Change-Id: I3ddd31b2ebded50dcbe974ce99ef9b417b39aa2f Reviewed-on: https://code.wireshark.org/review/9796 Reviewed-by: Gerald Combs <gerald@wireshark.org>