aboutsummaryrefslogtreecommitdiffstats
path: root/packet-range.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-05Add a capture_file * element to packet_range_t and pass it explicitly inGerald Combs1-19/+26
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-22Note that packet_range_calc() and packet_range_calc_user() can beGuy Harris1-2/+22
2012-02-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 -Jeff Morriss1-2/+11
2011-06-30Undo r37833 in favor of Sake's changes to be committed at some future date.Chris Maynard1-1/+1
2011-06-29Based on user feedback from Sharkfest '11, make the default choice when savin...Chris Maynard1-1/+1
2011-04-27Create a new frame_data_sequence data type; it represents a denseGuy Harris1-5/+5
2011-04-26Short-term hack to fix bug 5855 - don't try to process all theGuy Harris1-145/+162
2011-04-25Store the frame_data structures in a tree, rather than a linked list. Guy Harris1-23/+21
2010-01-26Introduce "Remove Ignored packets" in Packet Range frames, which is used inStig Bjørlykke1-1/+42
2009-09-21Rename capture_file.plist to capture_file.plist_start to make it consistent w...Kovarththanan Rajaratnam1-8/+8
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-08-14Some 'no previous declararion' warning fixesJörg Mayer1-1/+1
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris1-6/+29
2004-10-16Make the nranges member of a range_t be the number of ranges, not theGuy Harris1-0/+1
2004-09-04The packet range stuff knows about capture_file structures, so it'sGuy Harris1-0/+253