metze/wireshark/wip.git
2014-12-27 Guy HarrisCheck for optreset in CMake as well.
2014-12-26 Pascal QuantinFix building of color conversation filter
2014-12-26 Guy HarrisUse getopt_long() for the first pass through the argume...
2014-12-26 Pascal QuantinUDP: fix 'Follow Stream' button from conversations tab
2014-12-26 Pascal QuantinFix assertion when applying conversation color
2014-12-26 Pascal QuantinTry to fix compilation broken by g3d3f973
2014-12-26 Michael MannReplace ip_to_str with [ep_]address_to_str and tvb_ip_t...
2014-12-26 Bill MeierFix some dissectors doing termio (fprintf(stderr,....
2014-12-26 Michael MannRemove proto_tree_add_text from ZigBee dissectors.
2014-12-26 Pascal QuantinWCCP: initialize address table to 0
2014-12-26 Bill Meierrpc: Prevent "malformed" for RPC 'NULL proc' packets.
2014-12-25 Martin MathiesonDeleting unnecessary #includes from dissectors.
2014-12-25 Alexis La GoutteVoIP Calls: Missing break in switch (CID 1155515)
2014-12-25 Guy HarrisOnly include <wsutil/os_version_info.h> if we need it.
2014-12-25 Hadriel KaplanLua accessor for Protocol field type gets wrong data
2014-12-25 Hadriel KaplanBug 10233 - Wireshark crashes if Lua heuristic dissecto...
2014-12-25 Guy HarrisUse getopt_long().
2014-12-25 Guy HarrisCheck for getopt_long(), not getopt().
2014-12-25 Ilya Gavrilov NBAP: fix ddi missed for non first macdflow_id...
2014-12-25 Guy HarrisInclude some files based on whether the functions they...
2014-12-24 Guy HarrisDon't use extra variables for ws_mempbrk_sse42.c and...
2014-12-24 Guy HarrisAdd -msse4.2 to the compiler flags if it's supported.
2014-12-24 Alexis La GoutteTCP: TCP Fast Open Cookie is now standardised
2014-12-24 Stephen Fisherpacket-git.c says it was copied from packet-pop, but...
2014-12-24 Alexis La GoutteTCP: fix indent and reorder Multipath TCP
2014-12-24 Hadriel KaplanGIOP dissector doesn't handle two packets in a row
2014-12-24 Michael MannReplace fc_to_str with address_to_str or tvb_fc_to_str.
2014-12-24 Alexis La GoutteRSVP: fix display of unknown Juniper Attribut
2014-12-24 Alexis La GoutteRSVP: Conversations / Endpoint: wrong filter when selec...
2014-12-24 Alexis La Gouttetest suite: (Minor) fix some double space
2014-12-24 Alexis La GoutteQt (pref.gui_layout_type): Missing break in switch...
2014-12-24 Alexis La GoutteQt (KeyPressEvent): Missing break in switch (CID 115920...
2014-12-24 Stephen FisherMove twelve show_version() functions from the varoius...
2014-12-24 Stephen FisherPut a C comment in dummy.cpp so the user knows where...
2014-12-24 Enrico Jornscanopen: Verbosity for INFO column
2014-12-24 Alexis La GoutteTDS: Missing break in switch (CID 280475 & 281377)
2014-12-24 Stephen FisherInsert URLs for finding Wireshark's dependencies in...
2014-12-23 Stephen FisherUpdate README.bsd, mainly to put just the primary depen...
2014-12-23 Stephen FisherChange version info string "without locale" to "with...
2014-12-23 Stephen Fisherpacket-reload needs conversation.h still
2014-12-23 Alexis La GoutteAdd .mailmap: fix duplicate/wrong e-mail or name in...
2014-12-23 Martin MathiesonDeleting unnecessary #includes from dissectors.
2014-12-23 Martin MathiesonRestore prefs.h for ipv6 too
2014-12-23 Martin MathiesonAdding back epan/prefs.h to try to fix build
2014-12-23 Martin MathiesonDeleting unnecessary #includes from dissectors.
2014-12-23 Alexis La Goutte[column utils] fix warning: unknown command tag name...
2014-12-23 Alexis La GoutteDOCSIS: missing break in switch (CID 280485 & 280486)
2014-12-23 Alexis La GoutteQt (emitAppSignal): Missing break in switch (CID 1159204)
2014-12-23 Martin MathiesonRestore stdlib.h (should not have been deleted - mispel...
2014-12-23 Martin Mathiesonepan/llcsaps.h was needed, so restore include
2014-12-23 Martin MathiesonDeleting unneccessary #includes from dissectors.
2014-12-23 Alexis La GoutteRTPS: Missing break in switch (CID 996922)
2014-12-23 Alexis La GoutteNetScaler Trace: Missing break in switch (CID 281457...
2014-12-23 Alexis La GoutteNASDAQ ITCH: Missing break in switch (CID 280465)
2014-12-23 Alexis La GoutteISNS: Missing break in switch (CID 280460)
2014-12-23 Alexis La GoutteRSVP: RECORD_ROUTE IPv4 Subobject Flags field incorrect...
2014-12-23 Alexis La GoutteNDPS: Missing break in switch (CID 281286)
2014-12-23 Alexis La Gouttetest suite: fix indent (use tabs) and add modelines
2014-12-23 Alexis La GoutteMakefile (epan/dissectors): fix indent (use tabs)
2014-12-23 Alexis La GoutteCMake (epan/CMakeList.txt): fix indent (use tabs)
2014-12-23 Alexis La GoutteUseLemon (CMake): Fix indent (use space)
2014-12-23 Bill Meierkerberos: Re-add needed #include <stdio.h>
2014-12-23 Bill Meierasn1 generated dissectors: cleanup #include usage
2014-12-23 Bill Meierasn1/Makefile.nmake: packet-c1222.c not autogenerated...
2014-12-23 Guy HarrisCmake: check for popcount, and build it from wsutil...
2014-12-23 Stephen FisherTry to fix Windows build for popcount() unresolved...
2014-12-23 Stephen Fisherpacket-dtls.c still needs conversation.h
2014-12-23 Stephen FisherMove popcount() to an optionally built part of wsutil...
2014-12-22 Guy HarrisInclude <math.h> or <stdlib.h> as necessary to declare...
2014-12-22 Guy HarrisInclude <math.h> or <stdlib.h> as necessary to declare...
2014-12-22 Martin MathiesonFirst batch of unincludes. Last attempt...
2014-12-22 Stephen FisherCast a parameter in the kerberos dissector so it compil...
2014-12-22 Gerald CombsQt: Add methods to CaptureFile and WiresharkApplication.
2014-12-22 Alexis La GoutteRevert "Move packet-kerberos.c to the dirty dissectors...
2014-12-22 Sergey Avseyevpacket-couchbase.c: remove field which does not exists
2014-12-22 Alexis La GoutteFix unknown command tag name [-Wdocumentation-unknown...
2014-12-22 Alexis La Gouttefix warning: parameter 'list' not found in the function...
2014-12-22 Alexis La GoutteANSI MAP: Remove from Dirty ASN1 list
2014-12-22 Alexis La GoutteANSI_MAP: Fix unused function (by add to .OMIT list)
2014-12-22 Alexis La GouttePTP: Fix ptp_tree may be used uninitialized in this...
2014-12-22 Martin Kaiserremove unnecessary integer overflow checks
2014-12-22 Alexis La GoutteFix The left operand of '!=' is a garbage value issue...
2014-12-22 Doug BrownFix AARP AppleTalk address parsing
2014-12-22 Guy HarrisSquelch a compiler warning.
2014-12-22 Bill Meierplugins: Cleanup #includes
2014-12-22 Bill Meierstats_tree: g_sprintf()-->g_snprintf(); cleanup #includes.
2014-12-22 Bill Meierprint.c: clean up #includes
2014-12-22 Guy HarrisUse the messageLength field to indicate the message...
2014-12-22 Ebben AriesBGP : Update BGP-LS Attribute + Display NEXT_HOP
2014-12-22 sfdRemoving ptp.v2.an.fcs as this erroneously refers to...
2014-12-22 Gerald CombsQt: Fix status bar signal.
2014-12-22 Guy HarrisWrong array.
2014-12-22 Guy HarrisImprove the message for "this field has an integral...
2014-12-21 Guy HarrisRegister the ORFEntry IP address as an IPv4 address.
2014-12-21 Guy HarrisImprove the message for "this field doesn't have the...
2014-12-21 Guy HarrisMove another helper macro.
2014-12-21 Guy HarrisDefine helper macros before they're used.
2014-12-21 Guy HarrisUse the "netbios" heuristic dissector list elsewhere.
2014-12-21 Pascal QuantinDo not use packet scoped memory in GUI
2014-12-21 Pascal QuantinQt: rename SummaryDialog class to CaptureFileProperties...
next