aboutsummaryrefslogtreecommitdiffstats
path: root/epan/circuit.h
Commit message (Expand)AuthorAgeFilesLines
* circuit(.h): fix indent (and add modelines)Alexis La Goutte2016-06-271-16/+24
* circuit: rename shadow variableDario Lombardo2016-06-261-1/+1
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Allow "circuit dissectors" to pass data between dissectors. Not sure if this...Michael Mann2013-10-271-1/+1
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-5/+6
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Doxygen changes.Anders Broman2010-08-281-10/+36
* Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam2009-09-061-0/+1
* PutGuy Harris2007-01-181-1/+8
* name changeRonnie Sahlberg2006-05-211-2/+2
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* We have to keep the first frame - circuits aren't necessarily created asGuy Harris2002-11-281-1/+2
* Don't keep the first frame around for circuits; we assume that a givenGuy Harris2002-11-281-2/+1
* Allow more than one circuit with the same circuit ID; a circuit has aGuy Harris2002-11-081-7/+13
* Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris2002-10-311-1/+2
* Add in a notion of "circuits", which are for virtual circuit-orientedGuy Harris2002-10-221-0/+66