aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iax2.c
Commit message (Expand)AuthorAgeFilesLines
* memmove() is needed only if the source and destination might overlap.Guy Harris2007-04-261-1/+1
* Make ADD_ADDRESS_TO_HASH() take a pointer to an address as an argument,Guy Harris2007-04-261-1/+1
* Get rid of unused variable.Guy Harris2007-04-261-1/+0
* Get rid of no-longer-needed variable.Guy Harris2007-04-261-1/+0
* Rename HASH_ADDRESS to ADD_ADDRESS_TO_HASH, to make it clearer what itGuy Harris2007-04-261-1/+1
* Add a macro for hashing the bytes of an address into a hash value.Guy Harris2007-04-261-4/+1
* The data pointer of an address structure is a void *; convert it to aGuy Harris2007-04-261-1/+3
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-3/+3
* Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher2007-03-271-3/+3
* fix a lot more warningsUlf Lamping2007-03-231-2/+2
* From Richard van der Hoff:Anders Broman2007-02-211-3/+15
* coverity 174Ronnie Sahlberg2006-06-231-3/+6
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-5/+5
* Bill Meier:Jörg Mayer2006-01-051-1/+1
* From Richard van der HoffAnders Broman2005-10-111-92/+95
* From Richard van der HoffAnders Broman2005-10-041-54/+88
* Don't assume that every packet has a non-null "call_data" value. FixesGuy Harris2005-10-041-4/+17
* from Peter Johansson:Ulf Lamping2005-10-031-1/+1
* From Jeff SnyderAnders Broman2005-10-021-20/+265
* Move a pile of protocol-related headers from the top-level sourceGuy Harris2005-09-171-1/+1
* Put back a subtraction of 1 millisecond that was lost.Guy Harris2005-08-281-0/+2
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-7/+5
* several times replacing:Ulf Lamping2005-08-181-1/+2
* some more gmemchunk -> se_alloc() updatesRonnie Sahlberg2005-08-131-30/+5
* In an "address" structure, "data" is a pointer; dereferencing "&data"Guy Harris2005-08-121-3/+5
* Separate declaration from initialization with non-static valuesJörg Mayer2005-08-041-2/+11
* From Richard van der Hoff:Anders Broman2005-08-031-568/+624
* just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping2005-06-101-5/+5
* Force IAX_IE_CALLNO to be the proper length.Gerald Combs2005-04-281-0/+1
* Force a bunch of protocol items to be the proper length.Gerald Combs2005-04-231-0/+26
* From Kenny ShumardRonnie Sahlberg2005-04-041-1/+261
* Add a hack to set "reversed" and "circuit" in code paths where it wasn'tGuy Harris2005-02-101-9/+30
* "iax_lookup_circuit_details()" can return null; check whether it's nullGuy Harris2004-07-231-4/+6
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+1855