aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iax2.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-22Use _U_ for unused function parameters instead of assigning the variablesfisher1-10/+3
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-6/+1
2011-02-19Fix Visual C++ code analysis warnings.gerald1-4/+5
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-12-06Fix various typos and spelling errors.wmeier1-1/+1
2010-06-13Fix Bug #4868; "Wireshark crash selecting Inter-Asterisk exchange v2 packet d...wmeier1-1/+1
2010-05-25From Jakub Ruzicka:etxrab1-9/+213
2010-04-28Remove trailing blanks; Also: Altho tabs expanded, use tab-width=8 anyway.wmeier1-4/+4
2010-02-06Renamed some reassembled data texts.stig1-1/+1
2010-02-03Changed "reassembled_length" -> "reassembled.length".stig1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-1/+8
2010-01-13From Didier Gautheron:etxrab1-5/+2
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-2/+2
2009-11-04Check if we have a handle for "v110".etxrab1-1/+5
2009-10-15(Trivial) Fix a typo in a commentwmeier1-1/+1
2009-10-12#include <stdio.h> not req'd;wmeier1-373/+374
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-2/+1
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-95/+95
2009-08-23Custom columfication:krj1-4/+0
2009-08-21Also fake empty field_info's by gracefully handling NULL field_info pointer e...krj1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-4/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-6/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-89/+82
2009-05-13Apply some of the patches from:etxrab1-2/+1
2009-04-07Use some default true_false_string's.wmeier1-21/+15
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