aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-03-02Remove a cast that now causes rather than squelching warnings.Guy Harris1-1/+1
2017-03-02Make sure nspr_getv20recordsize() returns an unsigned value.Guy Harris1-1/+1
2017-03-02Add more sanity checks.Guy Harris1-14/+27
2017-03-02Use glib-compatAndersBroman6-61/+22
2017-03-02[packet snort] Fix build on SuSE 11.4AndersBroman1-2/+2
2017-03-02Docbook: Replace "OS X" with "macOS".Gerald Combs8-22/+22
2017-03-02include <wsutil/glib-compat.h> to allow use of g_list_free_full() withAndersBroman2-0/+2
2017-03-02Do more record length checks.Guy Harris1-15/+45
2017-03-02Don't go past the end of a page in a NetScaler file.Guy Harris1-16/+69
2017-03-01udpdump: fix recvfrom error on windows.Dario Lombardo1-2/+19
2017-03-01Fix spelling mistakeRémy Léone1-1/+1
2017-03-01extcap: Create callback structureRoland Knall1-32/+56
2017-03-01radius: remove unused rule, add clarifying commentPeter Wu1-9/+6
2017-02-28Expand a comment.Guy Harris1-1/+3
2017-02-28radius: fix use-after-free after recent memleak fixesPeter Wu3-12/+25
2017-02-28radius: fix memleaks of value_stringPeter Wu2-13/+19
2017-02-28radius: fix final memleak due to malformed dictionaryPeter Wu1-7/+7
2017-02-28text2pcap: free memory on exit.Dario Lombardo2-4/+7
2017-02-28Qt: Fix -Wshorten-64-to-32 warningsStig Bjørlykke9-16/+16
2017-02-28IEEE 802.11: Handle Atheros paddingJaap Keuter1-3/+7
2017-02-28sharkd: support for rtp tap.Jakub Zawadzki1-0/+96
2017-02-28androiddump: Use only non-blocking connect() instead of the socketMichal Labedzki1-0/+2
2017-02-28RSVDv2 support - 2nd stageVolodymyr Khomenko1-34/+288
2017-02-28Some ERF pseudo-headers have color instead of lctr valuesfd1-3/+26
2017-02-28wiretap (nettl/pppdump): fix this statement may fall through [-Werror=implici...Alexis La Goutte2-0/+2
2017-02-27Return correct filter for get_hostlist_filter()Jakub Zawadzki3-4/+46
2017-02-27Qt: Avoid null pointer dereference (CID 1401573)Stig Bjørlykke1-2/+3
2017-02-27extcap: remove leak in interface lists.Dario Lombardo1-2/+14
2017-02-27print_stream: free memory on exit.Dario Lombardo4-2/+5
2017-02-27Free radius dissector memory on shutdownMichael Mann3-8/+48
2017-02-27text2pcap: fix -Wmacro-redefined warningPeter Wu3-4/+10
2017-02-27wslua: fix documentation of Struct.fromhexPeter Wu1-1/+1
2017-02-27pluginifdemo: Adjust title textsStig Bjørlykke1-6/+6
2017-02-27text2pcap: check return values of functions and use a single exit point.Dario Lombardo3-80/+109
2017-02-26HTTP: do not call g_path_get_basename with a NULL pointerPascal Quantin1-1/+1
2017-02-26ppp: fix conflict for hf fieldAlexis La Goutte1-4/+2
2017-02-26Fix error: extra ';' after member function definition [-Werror,-Wextra-semi]Joerg Mayer1-2/+2
2017-02-26capinfos: use single exit point.Dario Lombardo1-5/+10
2017-02-26wsutil: fix bugs in plugins_cleanup().Dario Lombardo2-12/+12
2017-02-26Qt: Enable/disable Capture Interfaces buttons consistently.Gerald Combs1-6/+3
2017-02-26Remove executable bit, from not executable files.Jakub Zawadzki8-0/+0
2017-02-26[Automatic update for 2017-02-26]Gerald Combs12-4438/+4782
2017-02-26apply_line_edit(.h): fix extra ';' inside a class [-Wextra-semi] (clang) / ex...Alexis La Goutte1-2/+2
2017-02-26 plugin_if: fix no previous prototype for ‘ext_toolbar_find_item’ [-Wmiss...Alexis La Goutte1-1/+1
2017-02-26preferences_dialog (Qt): fix commas at the end of enumerator lists are a C++1...Alexis La Goutte1-1/+1
2017-02-26pluginif: Adapt code for Qt4.8Roland Knall1-0/+15
2017-02-26Bugfix for extcap fileselect functionality, start button in extcap options di...Kim Bäckström3-5/+16
2017-02-26plugin_if(.h): fix commas at the end of enumerator lists are a C++11 extensio...Alexis La Goutte1-1/+1
2017-02-26androiddump: Set connect socket to non-blocking on WindowsMichael Mann1-0/+4
2017-02-26smb2: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1