aboutsummaryrefslogtreecommitdiffstats
path: root/epan/circuit.c
Commit message (Expand)AuthorAgeFilesLines
* From beroset:Bill Meier2013-03-201-5/+5
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Add minor sanity checkBill Meier2010-03-251-0/+1
* Update comment re freeing circuit-associated memory;Bill Meier2009-10-121-13/+10
* Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam2009-09-061-4/+12
* 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