aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/decode_as_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-09-16Refactor Decode As dialog to use a model/delegateMichael Mann1-569/+45
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-2/+2
2017-01-22Internalize struct preferenceMichael Mann1-28/+18
2017-01-12Qt: Remove unneccessary Q_DECLARE_METATYPERoland Knall1-3/+5
2017-01-07Refactor range preference.Michael Mann1-2/+2
2017-01-07Convert range API to always use wmem memory.Michael Mann1-2/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-0/+52
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-1/+3
2016-02-21tshark: load decode_as_entries fileMichael Mann1-1/+9
2016-01-20Qt: Resize columns to contents in DecodeAsMichal Labedzki1-0/+6
2015-11-04Refactor DCE/RPC dissection to include a real dissector table.Michael Mann1-0/+4
2015-10-05Qt: fix crash when double clicking on a row in 'Decode As' dialogPascal Quantin1-19/+2
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-09-29Decode as (Qt): fix dereference of null pointer found by Clang analyzerPascal Quantin1-5/+10
2015-09-19Fix 'Decode As' when used with IPv6-in-IPv6 packetsPascal Quantin1-2/+25
2015-09-19Qt: set default current protocol in 'Decode As' window to none instead of HTTPPascal Quantin1-2/+2
2015-09-04Qt: fix Decode As dialog when using octal or hexadecimal typesPascal Quantin1-1/+1
2015-08-29Fix a GHashTable assertion in DecodeAsDialog.Gerald Combs1-9/+31
2015-08-26Don't emit app signals from dialogs.Gerald Combs1-1/+1
2015-08-06Use int_to_qstring in a few more places.Gerald Combs1-1/+2
2015-07-17Qt: Fix DecodeAs for String tablesMichal Labedzki1-1/+3
2015-07-07Finish removal of Q_UNUSED.Joerg Mayer1-12/+4
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-06-23Qt: change default behavior of 'Decode As' windowPascal Quantin1-4/+16
2015-03-19Unused parameters are done differently in C++.Guy Harris1-1/+1
2015-03-15Qt: Sort names in DecodeAs dialogMichal Labedzki1-0/+1
2015-03-14Qt: Fix DecodeAsMichal Labedzki1-9/+107
2015-02-10Qt/C++: Change a bunch of includes to forward declarations.Gerald Combs1-0/+1
2014-12-31Qt: Convert more dialog titles.Gerald Combs1-0/+1
2014-12-15Enable case-insensitive string dissector tablesEvan Huus1-2/+2
2014-08-04Write out decode_as entries from the actual dissector tables.Guy Harris1-13/+1
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris1-3/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-23From Ville Skyttä: Spelling FixesBill Meier1-1/+1
2013-12-13Simplify column sizing.Gerald Combs1-10/+5
2013-12-10QComboBox::setCurrentText() exits in Qt3 and Qt5 but not Qt4.Gerald Combs1-3/+3
2013-12-10Add "Decode As" to the packet list and protocol tree context menus.Gerald Combs1-1/+3
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs1-50/+411
2013-11-22Fix typo in top filenameAlexis La Goutte1-1/+1
2013-11-22Mark a parameter unused.Gerald Combs1-0/+1
2013-11-22Add an initial "Decode As" dialog. Currently read-only.Gerald Combs1-0/+167