aboutsummaryrefslogtreecommitdiffstats
path: root/epan/follow.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-16Add follow "types" by protocol short name, not filter nameMichael Mann1-1/+1
2017-02-09Don't duplicate memory for key values when passing into wmem_tree_insert_string.Michael Mann1-1/+1
2017-02-08Switch follow (tables) to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-45/+9
2017-01-20follow-stream: add cleanup function.Dario Lombardo1-0/+13
2017-01-02Use g_slist_find_custom instead of g_slist_nth when just looking for item in ...Michael Mann1-9/+14
2016-11-10tcp: Fix Follow TCP tap data and when its tapped.Michael Mann1-0/+41
2016-02-10Bring back packet_num in "Follow Stream"Stig Bjørlykke1-0/+1
2016-01-12Refactor "Follow Stream" functionality on all GUI interfaces.Michael Mann1-238/+129
2016-01-07Remove some unnecessary dependencies and cleanup some codeJoão Valverde1-16/+14
2016-01-06KISS the Follow TCP functionality.Michael Mann1-328/+38
2016-01-03Add HTTP Follow streamMichael Mann1-3/+11
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-6/+6
2015-06-06ui/follow: fix The 'find_addr[UDP_STREAM]' variable is assigned values twice ...Alexis La Goutte1-1/+1
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2014-12-29Add ability to follow UDP stream by indexPascal Quantin1-51/+90
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-2/+2
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-2/+2
2014-10-10Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-05-12Fix tshark -z follow,tcp stats regression when TCP stream index is > 0Pascal Quantin1-4/+0
2014-04-01replace comparing sequence numbers of TCP segments with wrap-firendly XX_SEQ ...Pavel Karneliuk1-37/+37
2014-04-01fix comparing a sequence number of TCP fragment when its value wraps over uin...Pavel Karneliuk1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-9/+9
2014-01-14Don't cast away constness.Guy Harris1-2/+2
2013-11-22Replace packet_info->ipproto with packet_info->layers loop to determine TCP/UDP.Michael Mann1-5/+25
2013-11-19Set our IPv6 status when we set addresses.Gerald Combs1-0/+5
2013-11-14Add packet information and selection to the Follow Stream dialog.Gerald Combs1-3/+4
2013-11-13Highlight selected sequence diagram items.Gerald Combs1-4/+22
2013-11-11From doh via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9112 :Pascal Quantin1-3/+3
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-13Explicitly include emem.h where it is neededJörg Mayer1-0/+1
2013-07-03WS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN with "extern" added;Guy Harris1-1/+1
2013-03-20 From beroset:Bill Meier1-2/+2
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-13/+13
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-02-05From QA Cafe:Anders Broman1-1/+83
2011-07-17Repair "Follow TCP Stream" which got broken by my change in SVN 38056Sake Blok1-15/+18
2010-01-28Fix various gcc -Wshadow warnings.Bill Meier1-17/+17
2009-12-21Fix some [-XX bytes missing in capture file] messages when doing Sake Blok1-9/+13
2009-12-13Remove obsoleted test (test is obsoleted by svn 31252)Sake Blok1-16/+0
2009-12-13Fix for bug 3955 and 4288. When doing Follow TCP stream, there was no Sake Blok1-3/+8
2009-04-07size_t fixes.Gerald Combs1-1/+1
2008-12-23From Didier Gautheron:Jaap Keuter1-2/+8
2008-09-30Fix for bug 1447: Follow TCP Stream show only the first streamSake Blok1-12/+11
2008-05-13Fix the tcp reassembly routine in epan/follow.c :Sake Blok1-1/+37
2007-12-15Fixes the "follow tcp stream" output when there are frames missing in theSake Blok1-28/+61
2007-11-03- Future improve/clean up the now generic follow stream codeStephen Fisher1-12/+35