aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2019-03-20Clean up comments and white space.Guy Harris1-4/+4
2019-03-20Put back EOF rule, but without exporting write_current_packet().Guy Harris3-4/+19
2019-03-20Write out the last packet in text_import().Guy Harris3-4/+4
2019-03-18More constification, to squelch warnings.Guy Harris1-1/+1
2019-03-18More constification, to squelch warnings.Guy Harris1-1/+1
2019-03-17Don't cast away constness if you don't have to.Guy Harris1-1/+1
2019-03-17Don't cast away constness if you don't have to.Guy Harris1-2/+2
2019-03-17No need for a per-instance private sctp_allassocs_info_t pointer.Guy Harris2-2/+2
2019-03-17Don't remove constness in a cast if it's not necessary.Guy Harris1-2/+2
2019-03-17Constification, to remove some compiler warnings.Guy Harris2-8/+8
2019-03-17Constification, to remove some compiler warnings.Guy Harris2-5/+5
2019-03-14Windows: Console log handler fixups.Gerald Combs3-140/+110
2019-03-11Flip MAC and IP addresses, and TCP/UDP/SCTP ports, for outgoing packets.Guy Harris1-11/+61
2019-03-10[Automatic update for 2019-03-10]Gerald Combs2-2/+2
2019-03-09Allow %D and %T in date/time formats.Guy Harris1-1/+1
2019-03-09Qt: fix compilation with old compilers.Dario Lombardo2-2/+3
2019-03-08Remove the periodic interface update in wireless toolbarMikael Kanstrup4-13/+60
2019-03-03[Automatic update for 2019-03-03]Gerald Combs10-0/+40
2019-03-02Support unsigned stream identifiers for Follow StreamPeter Wu6-14/+19
2019-02-26Qt: Info label fixes in the Profile dialogStig Bjørlykke1-2/+25
2019-02-24Qt: Remove save_file when restartStig Bjørlykke1-0/+6
2019-02-24[Automatic update for 2019-02-24]Gerald Combs3-27/+27
2019-02-21Qt: Add display information to the About dialog.Gerald Combs3-0/+31
2019-02-20Qt: Keep column width and align when edit custom fieldsStig Bjørlykke1-0/+5
2019-02-20Qt: fix compilation without pcap on gcc-8 and clang-7.Dario Lombardo1-0/+2
2019-02-20Qt: Fix restart capture when using a ring bufferStig Bjørlykke3-35/+1
2019-02-20Qt: Fix removal of "Capture to a permanent file" settingStig Bjørlykke1-0/+5
2019-02-17[Automatic update for 2019-02-17]Gerald Combs10-1382/+1559
2019-02-16Re-implement "Map" feature for EndpointsPeter Wu4-21/+376
2019-02-15Replace Qsort with std::sortAnders Broman2-3/+3
2019-02-14Convert the FAQ to Asciidoctor and remove old help files.Gerald Combs1-1/+1
2019-02-13Add macros for the pack_flags field.Guy Harris1-4/+4
2019-02-11Qt: Fix Crash in empty Bluetooth windowsMichał Łabędzki3-20/+46
2019-02-11Change maxmind_db_lookup_ipv4 to look more like maxmind_db_lookup_ipv6Peter Wu1-3/+1
2019-02-10[Automatic update for 2019-02-10]Gerald Combs10-770/+1093
2019-02-08Fixing some implicit coversations (-Wshorten-64-to-32)Uli Heilmeier3-13/+13
2019-02-07Qt: move packet list cache from record to modelMichał Łabędzki4-20/+16
2019-02-05Accept protocol aliases in Decode As (-d tcp.port==4433,ssl)Peter Wu1-2/+8
2019-02-04Qt: Add missing main menu mnemonics.Gerald Combs1-29/+29
2019-02-03[Automatic update for 2019-02-03]Gerald Combs10-82/+1062
2019-01-31wireshark: Free the if_stat_cache_t when dumpcap is not forkedVasil Velichkov1-5/+7
2019-01-31Fix build without GnuTLSPeter Wu4-2/+16
2019-01-31Qt: Restore column width and visibility when switching profilesStig Bjørlykke1-0/+3
2019-01-29Qt: Add support for RSA private key file selectionPeter Wu3-0/+44
2019-01-29Qt: implement addition of a new pkcs11 token in the RSA Keys dialogPeter Wu3-0/+113
2019-01-29Qt: add initial RSA Keys preference framePeter Wu8-0/+312
2019-01-29Qt: move method to apply/undo UAT changes to UatModelPeter Wu5-51/+90
2019-01-29Qt: Fix memory leak of QMenu.Stig Bjørlykke2-4/+6
2019-01-27[Automatic update for 2019-01-27]Gerald Combs1-336/+398
2019-01-25wiretap: fix memleaks with wtap_rec::opt_commentPeter Wu1-0/+3