aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-02-26Clean up setting *err_str to NULL.Guy Harris1-5/+1
2016-02-26packet-nsh.c - Look for correct ethernet dissector name.Michael Mann1-1/+1
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde56-396/+397
2016-02-26Fix indentation.Guy Harris1-1/+1
2016-02-26Fix nmake build for extcap apps.Michael Mann1-4/+4
2016-02-26cmake: fix parallel docbook buildPeter Wu3-6/+7
2016-02-26Empty out InterfaceTree::updateGlobalDeviceSelections() if no pcap.Guy Harris1-5/+4
2016-02-26Mark a variable unused when we're not using it.Gerald Combs1-1/+4
2016-02-26tcp_stream_dialog: Integer overflow in Average Throughputkkoizumi1-1/+1
2016-02-26Qt: Update selected interface filter behavior.Gerald Combs11-160/+278
2016-02-26HTTP: Fix full_uri when using a ProxyUli Heilmeier1-3/+10
2016-02-26Update README.plugins to remove deprecated nmake referencesGraham Bloice1-57/+16
2016-02-26extcap: Fix noinst headerRoland Knall1-1/+1
2016-02-26snmp: Decode msgSecurityParameters ASN.1 headerStig Bjørlykke2-4/+8
2016-02-26extcap: move windows functions into extcap-baseDario Lombardo7-137/+103
2016-02-26debian: Override some lintian warningsBalint Reczey3-0/+8
2016-02-26extcap: Fix make distcheckJoão Valverde1-0/+4
2016-02-26Qt: Capture Interfaces dialog geometry updates.Gerald Combs2-5/+30
2016-02-25Clean up modelines and indentation.Guy Harris37-147/+145
2016-02-25Add text2pcap-scanner_lex.h to the list of generated headers.Guy Harris1-0/+1
2016-02-25Qt: Emit textEdited from CaptureFilterEdit in more places.Gerald Combs2-1/+13
2016-02-25Put extcap-base.h into the release tarball.Guy Harris1-0/+3
2016-02-25pre-commit: Use uname -a instead.João Valverde1-2/+2
2016-02-25extcap: move includes into extcap-base.Dario Lombardo4-106/+37
2016-02-25Qt: Use UTF8_HORIZONTAL_ELLIPSIS for …Stig Bjørlykke1-1/+2
2016-02-25extcap: move common code into extcap-base filesDario Lombardo4-335/+253
2016-02-25GRE: call ID not always decodedAlexis La Goutte1-1/+1
2016-02-25pre-commit: Avoid launching python subprocesses.João Valverde4-53/+63
2016-02-25Sort the pixel formats.Guy Harris1-340/+340
2016-02-25Fix build with CFLAGS="-g -Og" [-Werror=maybe-uninitialized]João Valverde1-1/+2
2016-02-25Cleanup CMakeLists.txt indentation and use lower case function namesJoão Valverde2-62/+60
2016-02-25Add GResource message to configure scriptJoão Valverde14-57/+64
2016-02-25u3v: dissector for the USB3 Vision protocolThies Moeller4-0/+2758
2016-02-25CIP: Improve error checkingD. Ulis1-156/+84
2016-02-25diameter: change GArray into wmem_array.Dario Lombardo1-14/+26
2016-02-25Update README.pluginsGraham Bloice1-0/+15
2016-02-25sFlow: Add lag_port_stats (format 7)Alexis La Goutte1-0/+163
2016-02-25Try putting the output directly into the error message.Guy Harris1-4/+2
2016-02-25An SHB with a magic of 0x1A2B3C4D isn't necessarily little-endian.Guy Harris1-2/+2
2016-02-25For SHBs, always use the byte order from the byte-order magic.Guy Harris1-19/+36
2016-02-25Fix allocation of option bocks in pcapng_read().Guy Harris1-2/+3
2016-02-24Fix another heap-based bufffer overflow.Guy Harris1-10/+12
2016-02-24Add 1 byte and 16 byte as separate values.Guy Harris1-2/+2
2016-02-24Improve epan/Makefile.am readabilityJoão Valverde1-16/+37
2016-02-24Check for clang before trying to add -Q flagJoão Valverde3-2/+105
2016-02-24packet-nfs: do not call g_hash_table_remove before g_hash_table_insertTigran Mkrtchyan1-8/+1
2016-02-24packet-nfs: fix double-freeTigran Mkrtchyan1-19/+2
2016-02-24qt: show marker when capture file comment has changedPeter Wu1-1/+1
2016-02-24Extend reassembly documentationPeter Wu3-54/+111
2016-02-24ber: avoid deep recursion for constructed stringsPeter Wu1-3/+17