aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-12-28Restore string.h as OS X misses it for strlen()Martin Mathieson1-0/+1
2014-12-28Deleting unnecessary #includes from wsutil.Martin Mathieson23-34/+1
2014-12-28Expose dissector_add_for_decode_as() to LuaHadriel Kaplan1-0/+24
2014-12-28p_mul: Added checksum from ACP 142(A)Stig Bjørlykke1-10/+17
2014-12-28Create FT_FCWWN field type.Michael Mann24-311/+382
2014-12-28Qt Follow window: keep data representation when switching between streamsPascal Quantin1-3/+3
2014-12-28The symbol rate in the Cable Delivery System Descriptor is in Mega-Symbols/sMartin Kaiser1-1/+1
2014-12-28Move Windows build to be VS2013 based using the Community EditionGraham Bloice8-585/+295
2014-12-28[Automatic manuf, services and enterprise-numbers update for 2014-12-28]Gerald Combs4-22/+226
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann38-247/+183
2014-12-28If we can't open the GeoIP database, close and unlink the map file.Guy Harris1-0/+6
2014-12-28Don't check the same character twice in a row, check it and the next character.Guy Harris1-1/+1
2014-12-28Removed duplicated #include linesDario Lombardo32-36/+1
2014-12-27Check for pkg-config.Guy Harris1-0/+15
2014-12-27We require pkg-config to check for, for example, GLib.Guy Harris1-0/+3
2014-12-27Get rid of packet data members of header structures.Guy Harris1-43/+26
2014-12-27Zebra dissector highlights wrong byte for version and is missing some fieldsHadriel Kaplan1-18/+145
2014-12-27OpenFlow: fix dissection of async_config_prop structurePascal Quantin1-10/+12
2014-12-27Fix -z statistics command line parsingPascal Quantin1-1/+1
2014-12-27SRVLOC: fix some fields registration (regression introduced in ga1c6341)Pascal Quantin1-2/+2
2014-12-27Eliminate proto_tree_add_text from packet-srvloc.cMichael Mann1-91/+100
2014-12-27Declare cur_rt in the narrowest possible scope.Guy Harris1-1/+2
2014-12-27IP: try to fix OSX 10.5 x86 compilationPascal Quantin1-5/+5
2014-12-27Don't use a leading - in getopt_long() option strings.Guy Harris2-8/+18
2014-12-27Check for optreset in CMake as well.Guy Harris2-0/+10
2014-12-26Fix building of color conversation filterPascal Quantin1-12/+20
2014-12-26Use getopt_long() for the first pass through the argument list.Guy Harris5-130/+278
2014-12-26UDP: fix 'Follow Stream' button from conversations tabPascal Quantin2-6/+2
2014-12-26Fix assertion when applying conversation colorPascal Quantin5-24/+24
2014-12-26Try to fix compilation broken by g3d3f973Pascal Quantin2-8/+3
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann63-425/+379
2014-12-26Fix some dissectors doing termio (fprintf(stderr,..), g_warning()).Bill Meier10-48/+54
2014-12-26Remove proto_tree_add_text from ZigBee dissectors.Michael Mann7-482/+638
2014-12-26WCCP: initialize address table to 0Pascal Quantin1-2/+2
2014-12-26rpc: Prevent "malformed" for RPC 'NULL proc' packets.Bill Meier1-1/+1
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson116-204/+0
2014-12-25VoIP Calls: Missing break in switch (CID 1155515)Alexis La Goutte1-0/+1
2014-12-25Only include <wsutil/os_version_info.h> if we need it.Guy Harris8-8/+2
2014-12-25Lua accessor for Protocol field type gets wrong dataHadriel Kaplan1-2/+21
2014-12-25Bug 10233 - Wireshark crashes if Lua heuristic dissector returns trueHadriel Kaplan3-35/+172
2014-12-25Use getopt_long().Guy Harris1-1/+9
2014-12-25Check for getopt_long(), not getopt().Guy Harris17-22/+24
2014-12-25 NBAP: fix ddi missed for non first macdflow_id in E-DCH channelIlya Gavrilov2-8/+6
2014-12-25Include some files based on whether the functions they define are present.Guy Harris1-3/+12
2014-12-24Don't use extra variables for ws_mempbrk_sse42.c and popcount.cGuy Harris1-14/+8
2014-12-24Add -msse4.2 to the compiler flags if it's supported.Guy Harris1-0/+3
2014-12-24TCP: TCP Fast Open Cookie is now standardisedAlexis La Goutte1-17/+55
2014-12-24packet-git.c says it was copied from packet-pop, but that doesn't meanStephen Fisher1-1/+0
2014-12-24TCP: fix indent and reorder Multipath TCPAlexis La Goutte1-21/+21
2014-12-24GIOP dissector doesn't handle two packets in a rowHadriel Kaplan1-6/+9