aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-10Skip only the actual file descriptor close when writing to stdout.Guy Harris9-42/+131
2015-11-10Make the dfilter time tests work regardless of what time zone the tests areJeff Morriss1-18/+23
2015-11-10GIOP dissector: Replies are not correctly associated with requestsAndyL1-7/+11
2015-11-10RPC: call REPORT_DISSECTOR_BUG() rather than abort().Jeff Morriss1-3/+9
2015-11-10ZCL (zbee): Use hf_zbee_zcl_attr_uint40 for ZBEE_ZCL_40_BIT_UINTAlexis La Goutte1-1/+1
2015-11-10file.c: do not try to close a file descriptor that was previously already closedPascal Quantin1-1/+4
2015-11-10Treat "-" as "standard input" in the CLI, not in libwiretap.Guy Harris5-78/+192
2015-11-10packet-smb2: provide reassembling support for Named Pipe subdissectors (e.g. ...Stefan Metzmacher3-23/+324
2015-11-10Fix Developers Guide link to source snapshotsGraham Bloice2-1/+2
2015-11-09Update tests to reflect Lua file API change (write_close -> write_finish).Guy Harris1-3/+3
2015-11-09Call the dumper routine to finish write a file the "finish" routine.Guy Harris21-69/+59
2015-11-09androiddump: make nanoseconds intStig Bjørlykke1-1/+1
2015-11-09randpkt: fix no previous prototype for 'randpkt_*' [-Wmissing-prototypes]Alexis La Goutte1-4/+4
2015-11-09Convert some TCP subdissectors to "new" style.Michael Mann12-110/+135
2015-11-09Convert some UDP subdissectors to "new" style.Michael Mann16-67/+93
2015-11-09Convert some "ethertype" subdissectors to "new" style.Michael Mann5-24/+30
2015-11-09DTLS: fix no previous prototype for 'dtls_dissector_add/delete' [-Wmissing-pr...Alexis La Goutte1-0/+1
2015-11-09WPA/WPA2 decoding fixes and improvementsAlexander Wetzel8-261/+227
2015-11-09idl2wrs: fix some glibc calls in favour of glib.Dario Lombardo1-328/+345
2015-11-08Qt: Start adjusting icon sizes dynamically.Gerald Combs1-5/+7
2015-11-08[Automatic update for 2015-11-08]Gerald Combs16-3283/+3446
2015-11-08GTP sequence number fix for allowing to have sequence number equal to 0Gloria Pozuelo1-2/+7
2015-11-08DCT2000: change switch to if - I'm surprised it compiled at allMartin Mathieson1-3/+3
2015-11-08DCT2000: eliminate dead code return from function (CID 1158885)Martin Mathieson1-11/+6
2015-11-08DCT2000 wiretap: Try to address CID 1158844 and 1158845Martin Mathieson1-2/+2
2015-11-08Use ws_{read,write,fdopen,close}.Guy Harris10-28/+35
2015-11-08Update to reflect current reality.Guy Harris1-29/+20
2015-11-08This doesn't need <wsutil/file_util.h>.Guy Harris1-1/+0
2015-11-08More unnecessary <stdio.h> includes.Guy Harris4-4/+0
2015-11-08More needed <stdlib.h>. Note why it and <stdio.h> are needed.Guy Harris4-3/+7
2015-11-08<stdlib.h> is needed for atoi().Guy Harris1-0/+1
2015-11-07Renames to avoid collisons with read() and write() routines.Guy Harris1-10/+10
2015-11-07Remove some unnecessary includes.Guy Harris16-26/+2
2015-11-07Get rid of some commented-out stuff.Guy Harris1-4/+0
2015-11-07Remove #if 0'ed out includes.Guy Harris1-7/+0
2015-11-07Check for read errors in the open routine.Guy Harris1-4/+15
2015-11-07Just use <wsutil/file_util.h>.Guy Harris1-8/+2
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris52-313/+14
2015-11-07column-utils: Refactor col_append_port() to col_append_ports()João Valverde6-21/+26
2015-11-07Further refactor GSS_API dissectors to pass gssapi_encrypt_info_t structure b...Michael Mann8-194/+483
2015-11-07Add user preference to display IPv6 ext headers under root protocol treeJoão Valverde1-12/+29
2015-11-07NSIS: clear errors before checking WinPcap uninstall registry entryPascal Quantin1-2/+4
2015-11-07DNS: Add support of DNS over TLS and over DTLSMichael Mann1-12/+22
2015-11-07Add support for registering protocols (dissectors) over DTLS.Michael Mann3-0/+45
2015-11-07Create real dissector tables for SSL and DTLS to use.Michael Mann19-227/+203
2015-11-07Consider "HTTP over UDP" to be SSDP.Michael Mann1-23/+12
2015-11-07isis-hello: Fix typo "Srea" -> "Area"Jim Young1-1/+1
2015-11-07packet-smb2: make smb2_set_dcerpc_file_id() more reliableStefan Metzmacher1-2/+13
2015-11-07ssl: add expert info for session resumptionPeter Wu4-79/+81
2015-11-06file_util.h includes io.h, we don't need to do so ourselves.Guy Harris1-7/+32