aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-18raknet: don't THROW() an exception from a dissectorMartin Kaiser1-9/+23
2017-04-18No need to close a descriptor that didn't get duped-to in the first place.Guy Harris1-1/+0
2017-04-18Check the result of localtime().Guy Harris1-7/+6
2017-04-18Check the result of localtime().Guy Harris1-2/+6
2017-04-18More checks for localtime() failing.Guy Harris1-9/+15
2017-04-18X11: Use proto_tree_add_bitmask for generated bitmasksMichael Mann2-2642/+2884
2017-04-18Have a common "print a capture file open error message" routine.Guy Harris1-101/+77
2017-04-18Have a commont "capture file open alert box" routine.Guy Harris4-151/+179
2017-04-18Just say "pcap" in the short names of all pcap variants.Guy Harris1-9/+22
2017-04-18Eliminate an unneded member of a wtap_dumper.Guy Harris6-63/+17
2017-04-18Don't close a wtap that you don't have open in the first place.Guy Harris1-1/+2
2017-04-17raknet: re-structure raknet_dissect_system_address()Martin Kaiser1-19/+20
2017-04-17[GTPv2]: Add preference to Decode the SRVCC Transparent ContainersBinh Trinh1-7/+28