aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iax2.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-11Get the build going again on non-Windows compilers.jake1-10/+13
2009-03-11From Carlos Mendioroz:etxrab1-13/+74
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-08-08Add Linux AF_ values to epan/aftypes.h; IAX2 implicitly uses them.guy1-11/+26
2008-07-11Change a string's declaration from guint8 to a gcharmorriss1-1/+1
2008-07-01Fix bug "iax2 dissector always reports retransmission bit to be false"etxrab1-1/+1
2008-06-28Fix some warnings reported by gcc -Wshadow ...wmeier1-5/+5
2007-10-23Apply the small performance enhancment patches for:etxrab1-3/+3
2007-08-08Fix the buildjake1-0/+4
2007-08-07remember to dissect IEs which we rely on elsewhere, even when there is norichardv1-24/+36
2007-06-29Fix for bug 1585:jake1-20/+52
2007-04-26memmove() is needed only if the source and destination might overlap.guy1-1/+1
2007-04-26Make ADD_ADDRESS_TO_HASH() take a pointer to an address as an argument,guy1-1/+1
2007-04-26Get rid of unused variable.guy1-1/+0
2007-04-26Get rid of no-longer-needed variable.guy1-1/+0
2007-04-26Rename HASH_ADDRESS to ADD_ADDRESS_TO_HASH, to make it clearer what itguy1-1/+1
2007-04-26Add a macro for hashing the bytes of an address into a hash value.guy1-4/+1
2007-04-26The data pointer of an address structure is a void *; convert it to aguy1-1/+3
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-3/+3
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors sfisher1-3/+3
2007-03-23fix a lot more warningsulfl1-2/+2
2007-02-21From Richard van der Hoff:etxrab1-3/+15
2006-06-23coverity 174sahlberg1-3/+6
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-5/+5
2006-01-05Bill Meier:jmayer1-1/+1
2005-10-11From Richard van der Hoffetxrab1-92/+95
2005-10-04From Richard van der Hoffetxrab1-54/+88
2005-10-04Don't assume that every packet has a non-null "call_data" value. Fixesguy1-4/+17
2005-10-03from Peter Johansson:ulfl1-1/+1
2005-10-02From Jeff Snyderetxrab1-20/+265
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-08-28Put back a subtraction of 1 millisecond that was lost.guy1-0/+2
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-7/+5
2005-08-18several times replacing:ulfl1-1/+2
2005-08-13some more gmemchunk -> se_alloc() updatessahlberg1-30/+5
2005-08-12In an "address" structure, "data" is a pointer; dereferencing "&data"guy1-3/+5
2005-08-04Separate declaration from initialization with non-static valuesjmayer1-2/+11
2005-08-03From Richard van der Hoff:etxrab1-568/+624
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!ulfl1-5/+5
2005-04-28Force IAX_IE_CALLNO to be the proper length.gerald1-0/+1
2005-04-23Force a bunch of protocol items to be the proper length.gerald1-0/+26
2005-04-04From Kenny Shumardsahlberg1-1/+261
2005-02-10Add a hack to set "reversed" and "circuit" in code paths where it wasn'tguy1-9/+30
2004-07-23"iax_lookup_circuit_details()" can return null; check whether it's nullguy1-4/+6
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1855