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