aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-03-03Having business-as-usually unused words for specific "users" in TIPC not shownMartin Peylo1-64/+137
2017-03-03Diameter 3GPP: update Rx Feature-List AVPPascal Quantin1-2/+9
2017-03-03Bluetooth: HCI_EVT: Implement "Read Local Supported Codecs"Michal Labedzki1-3/+95
2017-03-03Bluetooth: HCI_EVT: Add missing unit for generated fieldMichal Labedzki1-1/+1
2017-03-03Qt: Add selection history navigation.Gerald Combs7-6/+131
2017-03-03BT-DHT: add IPv6 support for find_node responsesFlorian Adamsky1-11/+42
2017-03-03Qt: allow Packet Bytes view to be shrinkedPeter Wu2-0/+7
2017-03-03Squelch a warning from VS Code Analysis.Guy Harris1-2/+2
2017-03-03Fix compilation with old libcrypt versions.Guy Harris1-1/+13
2017-03-03erf: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong41-2437/+831
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