aboutsummaryrefslogtreecommitdiffstats
path: root/epan/circuit.c
Commit message (Expand)AuthorAgeFilesLines
* name changeRonnie Sahlberg2006-05-211-2/+2
* more gmemchunk -> se_alloc() conversionsRonnie Sahlberg2005-08-131-31/+4
* Fix a comment.Guy Harris2005-02-031-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Fix a typo.Guy Harris2004-01-091-2/+2
* We have to keep the first frame - circuits aren't necessarily created asGuy Harris2002-11-281-10/+9
* Don't keep the first frame around for circuits; we assume that a givenGuy Harris2002-11-281-9/+10
* Cast various "const gpointer" arguments to const pointers rather thanGuy Harris2002-11-271-6/+9
* Allow more than one circuit with the same circuit ID; a circuit has aGuy Harris2002-11-081-14/+74
* Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris2002-10-311-3/+8
* Move the stuff to save, recompute, and restore "can_desegment" out ofGuy Harris2002-10-291-15/+2
* Add in a notion of "circuits", which are for virtual circuit-orientedGuy Harris2002-10-221-0/+278