aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-18Uninstall wireshark.appdata.xml.Gerald Combs1-1/+2
2015-02-18Fix various warnings in wireshark-qt.cpp.Gerald Combs4-4/+9
2015-02-18Update Qt version checks.Gerald Combs2-6/+3
2015-02-18Add an appdata entry for Wireshark.Jeff Morriss3-0/+60
2015-02-18Some additional UAT update callback changes.Guy Harris4-21/+25
2015-02-18Fix QCustmPlot retina problems.Gerald Combs2-0/+24
2015-02-18Fix comments to reflect reality.Guy Harris1-5/+0
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris28-107/+175
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs54-954/+964
2015-02-17Make it a bit more like the way it was before all these changes.Guy Harris1-2/+2
2015-02-17A UAT's update is expected to set *error; do so.Guy Harris1-1/+3
2015-02-17[zvt] dissect some more fieldsMartin Kaiser1-1/+28
2015-02-17STUN : fix indent (use 4spaces)Alexis La Goutte1-45/+45
2015-02-17[Qt] don't clear the display filter when a capture file is closedMartin Kaiser1-6/+0
2015-02-17WSUG: Add more dialog guidelines.Gerald Combs1-0/+21
2015-02-17Set a window icon for WiresharkDialog.Gerald Combs1-0/+1
2015-02-17802.11: fix no previous prototype for 'wlan_col_filter_str' & 'wlan_bssid_col...Alexis La Goutte1-9/+9
2015-02-17CMIP: get rid of some evil global variablesPascal Quantin3-100/+67
2015-02-17Corrected display format for EUI-64Robert Cragie1-1/+1
2015-02-17PCP: updated protocol dissection for new PDU typesRyan Doyle1-124/+278
2015-02-17Give users a more helpful error message if they enter an SSL protocol we don'tJeff Morriss1-3/+9
2015-02-17Don't send an effectively empty message (no TVBs) to the SCTP tap.Jeff Morriss1-1/+1
2015-02-17Add missing json.hAndersBroman1-0/+1
2015-02-17Added JSON native file support.Dario Lombardo20-559/+662
2015-02-17Fix up formatting and indentation a bit.Jeff Morriss1-44/+53
2015-02-16Fix FSF address.Guy Harris1-4/+3
2015-02-16OK, at least on my system uic is called uic-qt5, same for moc and rcc.Joerg Mayer1-51/+63
2015-02-16Whitespace fix (space before tab)Joerg Mayer1-4/+4
2015-02-16Fix declaration and export the routines.Guy Harris1-3/+5
2015-02-16We now get that from common libwireshark code.Guy Harris1-8/+0
2015-02-16Put the 64-bit hash routines into a common file.Guy Harris7-26/+126
2015-02-16RSVD: fix compilation with GLib < 2.22.0Pascal Quantin1-0/+8
2015-02-16Fix a portability problem raised by Guy Harris. My first implementation wouldRichard Sharpe1-4/+7
2015-02-16Get rid of duplicate typedef.Guy Harris1-2/+2
2015-02-16[80211ac] Change VHT MIMO Control to use add_bitmaskAnish Bhatt1-27/+18
2015-02-16[80211ac] Add partial beamforming supportAnish Bhatt1-5/+260
2015-02-16[Diameter] Use proto_tree_add_bitmask() to add the diameter flags.AndersBroman1-16/+14
2015-02-16Make get_manuf_name return a const string.Michael Mann6-51/+92
2015-02-16[STUN] Avoid fetching stuff twice from the tvb.Anders1-33/+55
2015-02-16Trivial Dead assignment fixes in configurePeter Wu2-8/+10
2015-02-16Complete the RSVD Dissector further by handling SCSI requests.Richard Sharpe1-23/+243
2015-02-16Suppress more pedantic warnings.Gerald Combs1-0/+29
2015-02-16Revert "Revert "Fix duplicate Display Filter Macro check""Guy Harris1-15/+20
2015-02-16Revert "Fix duplicate Display Filter Macro check"Guy Harris1-20/+15
2015-02-16Qt: fix "Assigned value is garbage or undefined"Peter Wu1-151/+115
2015-02-16Update Release NotesAlexis La Goutte1-3/+4
2015-02-16proto(.h): fix parameter 'offset' not found in the function declaration [-Wdo...Alexis La Goutte1-1/+0
2015-02-15Fix handling of invalid UAT itemsPeter Wu5-5/+36
2015-02-15Fix duplicate Display Filter Macro checkPeter Wu1-15/+20
2015-02-15Handle DLT_LOOP differently from DLT_NULL.Guy Harris6-20/+98