aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-04-20cf_open() pops up a dialog box on errors; its callers shouldn't do so.Guy Harris2-11/+11
2017-04-20Have separate routines for open-for-reading and open-for-writing errors.Guy Harris14-203/+269
2017-04-20Make the command-line and alert-box failure messages more similar.Guy Harris6-30/+50
2017-04-20noe: reworked EVT_BT_KEY_... message handlingNicolas BERTIN1-18/+13
2017-04-20Fix a compiler warning.Guy Harris1-1/+1
2017-04-20Qt: show relative time for the IO Graph in an appropriate unitPeter Wu2-18/+127
2017-04-20Qt: Prevent moving other columns on drag and dropPeter Wu1-1/+35
2017-04-20packet-sigcomp.c: Fix potential negative shiftMichael Mann1-1/+1
2017-04-20memory leak: Qt code doesn't pass 'parent' argument to some Qt class construc...Max Dmitrichenko2-2/+2
2017-04-20packet-xot.c: Handle potentially large representation of packet sizesMichael Mann1-4/+4
2017-04-20Fix a comment.Guy Harris1-1/+1
2017-04-20Use the new cfile_XXX_failure_message() routines more broadly.Guy Harris7-75/+80
2017-04-20editcap now uses stuff from libui.Guy Harris1-0/+1
2017-04-20Add common routines for command-line libwiretap error reporting.Guy Harris9-613/+560
2017-04-19extcap: fix memory leakMax Dmitrichenko1-1/+1
2017-04-19packet-xml.c: Fix memory leaks in XML DTD processing (mostly g_* to wmem_* tr...Max Dmitrichenko1-5/+8
2017-04-19decode as: Fix small memory leakMax Dmitrichenko1-0/+1
2017-04-19Fix memory leak in create_persconffile_profileMax Dmitrichenko1-0/+3
2017-04-19Have a common "capture file write failure alert box" routine.Guy Harris3-70/+103
2017-04-19Have a common "capture file close alert box" routine.Guy Harris3-96/+82
2017-04-19pqsql: add salt for GSSAPIAlexis La Goutte1-0/+2
2017-04-19pgsql: Add missing authentication typesChristian Ullrich1-0/+6
2017-04-19macosx-setup.sh: Allow downloading packages without installationAhmad Fatoum1-2/+50
2017-04-19P_Mul: Convert GHashtable -> wmem_map to fix memleaksMichael Mann1-51/+30
2017-04-19[Diameter] Add Juniper SCG AVPsGuy Davies4-0/+47
2017-04-19X11: Replace VALUEXX macros and handle endianness "natively."Michael Mann3-881/+892
2017-04-19cmake: FixLibXML2 includeRoland Knall1-0/+1
2017-04-19smb-pipe: fix memory leaks from descriptorsPeter Wu1-3/+3
2017-04-19Add libxml2 as optional dependencyAhmad Fatoum17-11/+253
2017-04-19remove unnecessary guint64 cast in IO graphXiaochuan Sun1-8/+8
2017-04-19RTCP: Handle large TMMBR value presentationJaap Keuter1-7/+5
2017-04-19EAPOL-MKA: differentiate between actor and peersJaap Keuter1-2/+15
2017-04-18ZigBee: Use value_string_ext and VALUE_STRING macrosKenneth Soerensen1-617/+390
2017-04-18X11: Replace UNUSED macroMichael Mann3-1007/+2008
2017-04-18Rename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS.Guy Harris15-51/+53
2017-04-18X11: Sort mesa_enum to allow for value_string_extMichael Mann4-1515/+1310
2017-04-18mate: avoid redefining NDEBUGPascal Quantin1-0/+2
2017-04-18Fix a comment.Guy Harris1-6/+1
2017-04-18Fix a comment.Guy Harris1-6/+1
2017-04-18Have a common "capture file close alert box" routine.Guy Harris6-48/+107
2017-04-18netflow: fix undefined shiftPeter Wu1-3/+9
2017-04-18X11: Fix missing brackets caught by GCCMichael Mann1-1/+2
2017-04-18ositp: fix undefined behavior from large shiftPeter Wu1-5/+3
2017-04-18MPLS: Add Support for identifying Entropy Label (RFC6790)Alexis La Goutte2-0/+2
2017-04-18RMP: fix conflicting entry in its value_stringAlexis La Goutte1-1/+1
2017-04-18X11: General cleanupMichael Mann3-321/+594
2017-04-18X11: GHashTable -> wmem_mapMichael Mann1-91/+49
2017-04-18NETLINK: Show raw attribute dataJaap Keuter1-3/+8
2017-04-18CMake: Sort entriesStig Bjørlykke2-4/+4
2017-04-18Qt: AdditionalToolbars is a menuStig Bjørlykke3-10/+10