metze/wireshark/wip.git
2015-11-09 Guy HarrisUpdate tests to reflect Lua file API change (write_clos...
2015-11-09 Guy HarrisCall the dumper routine to finish write a file the...
2015-11-09 Stig Bjørlykkeandroiddump: make nanoseconds int
2015-11-09 Alexis La Goutterandpkt: fix no previous prototype for 'randpkt_*'...
2015-11-09 Michael MannConvert some TCP subdissectors to "new" style.
2015-11-09 Michael MannConvert some UDP subdissectors to "new" style.
2015-11-09 Michael MannConvert some "ethertype" subdissectors to "new" style.
2015-11-09 Alexis La GoutteDTLS: fix no previous prototype for 'dtls_dissector_add...
2015-11-09 Alexander WetzelWPA/WPA2 decoding fixes and improvements
2015-11-09 Dario Lombardoidl2wrs: fix some glibc calls in favour of glib.
2015-11-08 Gerald CombsQt: Start adjusting icon sizes dynamically.
2015-11-08 Gerald Combs[Automatic update for 2015-11-08]
2015-11-08 Gloria PozueloGTP sequence number fix for allowing to have sequence...
2015-11-08 Martin MathiesonDCT2000: change switch to if - I'm surprised it compile...
2015-11-08 Martin MathiesonDCT2000: eliminate dead code return from function ...
2015-11-08 Martin MathiesonDCT2000 wiretap: Try to address CID 1158844 and 1158845
2015-11-08 Guy HarrisUse ws_{read,write,fdopen,close}.
2015-11-08 Guy HarrisUpdate to reflect current reality.
2015-11-08 Guy HarrisThis doesn't need <wsutil/file_util.h>.
2015-11-08 Guy HarrisMore unnecessary <stdio.h> includes.
2015-11-08 Guy HarrisMore needed <stdlib.h>. Note why it and <stdio.h>...
2015-11-08 Guy Harris<stdlib.h> is needed for atoi().
2015-11-07 Guy HarrisRenames to avoid collisons with read() and write()...
2015-11-07 Guy HarrisRemove some unnecessary includes.
2015-11-07 Guy HarrisGet rid of some commented-out stuff.
2015-11-07 Guy HarrisRemove #if 0'ed out includes.
2015-11-07 Guy HarrisCheck for read errors in the open routine.
2015-11-07 Guy HarrisJust use <wsutil/file_util.h>.
2015-11-07 Guy HarrisClean up includes of unistd.h, fcntl.h, and sys/stat.h.
2015-11-07 João Valverdecolumn-utils: Refactor col_append_port() to col_append_...
2015-11-07 Michael MannFurther refactor GSS_API dissectors to pass gssapi_encr...
2015-11-07 João ValverdeAdd user preference to display IPv6 ext headers under...
2015-11-07 Pascal QuantinNSIS: clear errors before checking WinPcap uninstall...
2015-11-07 Michael MannDNS: Add support of DNS over TLS and over DTLS
2015-11-07 Michael MannAdd support for registering protocols (dissectors)...
2015-11-07 Michael MannCreate real dissector tables for SSL and DTLS to use.
2015-11-07 Michael MannConsider "HTTP over UDP" to be SSDP.
2015-11-07 Jim Youngisis-hello: Fix typo "Srea" -> "Area"
2015-11-07 Stefan Metzmacherpacket-smb2: make smb2_set_dcerpc_file_id() more reliable
2015-11-07 Peter Wussl: add expert info for session resumption
2015-11-06 Guy Harrisfile_util.h includes io.h, we don't need to do so ourse...
2015-11-06 Guy Harris4294967296 is not guaranteed to be a valid integer...
2015-11-06 Guy HarrisSort isi_sim_cause.
2015-11-06 Gerald CombsMake rect_on_screen Qt4-compatible.
2015-11-06 Michael MannFix crash in internals menu dissector tables dialog...
2015-11-06 Guy HarrisFix 32-bit OS X buildbot.
2015-11-06 Guy Harris"#if 0" out an unused value_string table.
2015-11-06 João ValverdeMPTCP: Use wmem_list instead of GSList
2015-11-06 Tyson KeyAdd Nokia Intelligent Service Interface (ISI) dissector
2015-11-06 Guy HarrisNo need to include io.h.
2015-11-06 AndersBroman[Dissector tables] DISSECTOR_TABLE_NOT_ALLOW_DUPLICATE...
2015-11-06 Pascal QuantinDCERPC: fix compilation with OSX buildbots and Ubuntu...
2015-11-06 Gregor Beckpacket-dcerpc: implement dissecting of rpc_sec_verifica...
2015-11-06 cbontjeMajor Re-factoring of the dissector and some new features.
2015-11-06 Guy HarrisAnother unnecessary include of io.h.
2015-11-06 Evan HuusMove -fno-delete-null-pointer-checks to optional
2015-11-06 João Valverdereassemble: Add key destroy function to g_hash_table
2015-11-06 Guy HarrisDon't include io.h in Flex scanners - they're not inter...
2015-11-05 Gerald CombsQt: Check for a sane window geometry.
2015-11-05 Guy HarrisGet rid of ws80211_frequency_to_channel().
2015-11-05 Guy HarrisMatch what most source say are the actual Japanese...
2015-11-05 Graham Bloicedocs: Windows CMake builds
2015-11-05 Dario Lombardodcerpc: add check for mutually exclusive function pointers
2015-11-05 Alexis La GoutteDNS: Register dissector by name
2015-11-05 AndersBroman[IPsec] Hand the subdissector the payload data only,
2015-11-05 Stig Bjørlykkeextcap: Provide capture filter to extcap binary
2015-11-05 Stefan Metzmacherpacket-dcerpc: let dcerpc_get_proto_name() handle unkno...
2015-11-05 Stefan Metzmacherpacket-dcerpc: fix dissecting of decrypted payload
2015-11-05 Dario Lombardorandpkt: code restyle.
2015-11-04 Dario Lombardogssapi: add init in wrap_dissect_gssapi_payload().
2015-11-04 Guy HarrisDeclaring volatile pointers to functions is hard, let...
2015-11-04 Guy HarrisSquelch a "setjmp/longjump may clobber" warning.
2015-11-04 Pascal QuantinSSL: fix SCTP port association so as to match what...
2015-11-04 Pascal QuantinSkinny: fix dissector registration for SSL
2015-11-04 Michael MannDon't allow DCE/RPC dissector table to have duplicates
2015-11-04 Pascal QuantinDiameter: fix a typo in dictionary.xml
2015-11-04 Michael Mann(Temporarily) Allow DCE/RPC dissector table to have...
2015-11-04 Michael MannRefactor DCE/RPC dissection to include a real dissector...
2015-11-04 Michael MannDon't allow multiple registrations of a protocol in...
2015-11-04 Alexis La GoutteDictionary (diameter): fix indent (use tabs)
2015-11-04 Dhiru KholiaFix AddressSanitizer (./configure --enable-asan) builds
2015-11-04 Pavlos Antoniou[OpenFlow] Use correct name for flag OFPMPF_REPLY_MORE...
2015-11-04 Pascal QuantinActivate word wrap for hintLabel defined as QLabel
2015-11-04 Branislav MakanUpdated Diameter dictionary.xml with AVP values.
2015-11-04 Guy HarrisOne more file that now needs wsutil/str_util.h for...
2015-11-04 Guy HarrisDon't include stuff from libwireshark.
2015-11-04 Guy HarrisDon't include "file.h" if you don't need it.
2015-11-04 João ValverdeMPTCP: Use copy_address_wmem() instead of copy_address()
2015-11-04 Michael MannRefactor some GSS-API dissectors to accept dissector...
2015-11-04 Guy HarrisDon't include libwireshark headers from libwiretap.
2015-11-04 Lotte Steenbrinkpacketbb; display Addressblock Tail as Tail
2015-11-03 Stig BjørlykkeQt: Turn off WindowModified when closing a file.
2015-11-03 Guy HarrisInclude packet-dcerpc-witness.h, so it's in the source...
2015-11-03 Stephen FisherUpdate .mailmap with my new e-mail address
2015-11-03 Alexis La GoutteGTPv2: Fix Dead Store (Dead assignement/Dead increment...
2015-11-03 AndersBroman[SIP] Rework how the length of the diagnostic string...
2015-11-03 Gregor Beckpacket-dcerpc-witness: initial implementation based...
2015-11-03 Martin Kaiser[Qt recent files menu] make sure that the "Clear Menu...
2015-11-03 João ValverdeRemaining ADDRESS macro to address function conversions
2015-11-03 Michael MannDocument dissector "Decode As" functionality in README...
next