aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-12-30Test suite: Start testing our output for valid UTF-8.Gerald Combs5-99/+131
2014-12-30Qt: More WiresharkDialog conversions.Gerald Combs7-80/+73
2014-12-30free the temporary buffers allocated by gnutls_x509_privkey_export_rsa_raw()Martin Kaiser1-1/+5
2014-12-30Fix IPv6/IPX statistics generationPascal Quantin1-6/+6
2014-12-30Websocket: use pinfo pool and not packet one for the unmasked data tvbPascal Quantin1-3/+3
2014-12-30clean up the part where dissect_websocket() is called recursivelyMartin Kaiser1-2/+5
2014-12-30use packet-scoped memory for the unmasked data tvbMartin Kaiser1-5/+2
2014-12-30skip the payload if it's emptyMartin Kaiser1-2/+4
2014-12-30Qt: Continue using the new window title format.Gerald Combs10-20/+16
2014-12-30no need for if(tree)Martin Kaiser1-5/+3
2014-12-30.mailmap: Add Hadriel KaplanAlexis La Goutte1-0/+1
2014-12-30stats_tree: Make sure some structs are fully initialized.Gerald Combs1-36/+4
2014-12-30Qt: Convert more dialogs to WiresharkDialog.Gerald Combs14-134/+86
2014-12-30Tabs are not necessarily set every 4 spaces.Guy Harris1-121/+121
2014-12-29Remove some proto_tree_add_text outside the dissector directory.Michael Mann2-7/+5
2014-12-29Add ability to follow UDP stream by indexPascal Quantin10-96/+194
2014-12-29TN5250: Missing break in switch (CID 280477)Alexis La Goutte1-1/+3
2014-12-29Wimaxasncp: Fix Dead Store (Dead assignement/Dead increment) warning found by...Alexis La Goutte1-2/+0
2014-12-29Windows build improvements:Graham Bloice2-20/+17
2014-12-29rtsp: Fix (what I think may be) a minor bug.Bill Meier1-14/+15
2014-12-29rtsp: Fix compiler 'Shadow' warning ...Bill Meier1-8/+8
2014-12-29rtsp: Replace g_warning() by expert...() (dissectors shouldn't do termio).Bill Meier1-12/+36
2014-12-29Wireshark Dialog (Qt): Add Modelines infoAlexis La Goutte2-0/+26
2014-12-29capture_file.h (Qt): missing ]Alexis La Goutte1-1/+1
2014-12-29Zebra: Fix some indent typoAlexis La Goutte1-2/+2
2014-12-29OpenFlow: Capatilize O and F of OpenFlow (when use Decode as)Alexis La Goutte1-2/+2
2014-12-29dcerpc: Replace g_warning() by expert...() (dissectors shouldn't do termio).Bill Meier1-12/+20
2014-12-29Eliminate proto_tree_add_text from packet-spice.cMichael Mann1-237/+291
2014-12-29Minor doc updates, added Windows debugging infoGraham Bloice2-34/+66
2014-12-29Qt: Add a WiresharkDialog convenience class.Gerald Combs20-94/+212
2014-12-29Restore string.h to os_version.cMartin Mathieson1-0/+1
2014-12-29Add back string.h to sha1.c and sober128.cMartin Mathieson2-0/+2
2014-12-29Restore string.h to md4.cMartin Mathieson1-0/+1
2014-12-29Add string.h back to rc4.cMartin Mathieson1-0/+1
2014-12-29Add back string.hMartin Mathieson1-0/+1
2014-12-28Add a couple of more needed includesMartin Mathieson2-1/+2
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