aboutsummaryrefslogtreecommitdiffstats
path: root/packet-range.c
Commit message (Expand)AuthorAgeFilesLines
* Add a capture_file * element to packet_range_t and pass it explicitly inGerald Combs2012-10-051-19/+26
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Note that packet_range_calc() and packet_range_calc_user() can beGuy Harris2012-05-221-2/+22
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 -Jeff Morriss2012-02-281-2/+11
* Undo r37833 in favor of Sake's changes to be committed at some future date.Chris Maynard2011-06-301-1/+1
* Based on user feedback from Sharkfest '11, make the default choice when savin...Chris Maynard2011-06-291-1/+1
* Create a new frame_data_sequence data type; it represents a denseGuy Harris2011-04-271-5/+5
* Short-term hack to fix bug 5855 - don't try to process all theGuy Harris2011-04-261-145/+162
* Store the frame_data structures in a tree, rather than a linked list. Guy Harris2011-04-251-23/+21
* Introduce "Remove Ignored packets" in Packet Range frames, which is used inStig Bjørlykke2010-01-261-1/+42
* Rename capture_file.plist to capture_file.plist_start to make it consistent w...Kovarththanan Rajaratnam2009-09-211-8/+8
* (FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier2009-08-261-0/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* Some 'no previous declararion' warning fixesJörg Mayer2005-08-141-1/+1
* Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris2004-10-161-6/+29
* Make the nranges member of a range_t be the number of ranges, not theGuy Harris2004-10-161-0/+1
* The packet range stuff knows about capture_file structures, so it'sGuy Harris2004-09-041-0/+253