aboutsummaryrefslogtreecommitdiffstats
path: root/epan/circuit.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-25Add minor sanity checkBill Meier1-0/+1
2009-10-12Update comment re freeing circuit-associated memory;Bill Meier1-13/+10
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam1-4/+12
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-08-13more gmemchunk -> se_alloc() conversionsRonnie Sahlberg1-31/+4
2005-02-03Fix a comment.Guy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-01-09Fix a typo.Guy Harris1-2/+2
2002-11-28We have to keep the first frame - circuits aren't necessarily created asGuy Harris1-10/+9
2002-11-28Don't keep the first frame around for circuits; we assume that a givenGuy Harris1-9/+10
2002-11-27Cast various "const gpointer" arguments to const pointers rather thanGuy Harris1-6/+9
2002-11-08Allow more than one circuit with the same circuit ID; a circuit has aGuy Harris1-14/+74
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris1-3/+8
2002-10-29Move the stuff to save, recompute, and restore "can_desegment" out ofGuy Harris1-15/+2
2002-10-22Add in a notion of "circuits", which are for virtual circuit-orientedGuy Harris1-0/+278