aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iax2.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-2/+2
2012-08-10convert some simple uses to use ephemeral memoryMichael Mann1-2/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-9/+37
2012-02-28From Sean Bright:Anders Broman1-15/+69
2012-02-14There's no need to get the parent of an item we're passing intoJeff Morriss1-1/+1
2012-02-09From Sean Bright via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6815 :Jeff Morriss1-1/+1
2011-12-09From Tilghman Lesher:Jaap Keuter1-7/+84
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-19More conversions of proto_tree_add_item() 'encoding' argBill Meier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-5/+5
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-16/+16
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-12/+12
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-09-21Whitespace cleanup:Bill Meier1-2/+2
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-08-16From Jakub Ruzicka via bug 6240: Show data for trunked packets. Some typo fi...Chris Maynard1-23/+23
2011-05-04Cleanup: replace sizeof(arr)/sizeof(arr[0]) with shorter array_length(arr)Jakub Zawadzki1-1/+1
2011-04-22Use _U_ for unused function parameters instead of assigning the variableStephen Fisher1-10/+3
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+1
2011-02-19Fix Visual C++ code analysis warnings.Gerald Combs1-4/+5
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-06-13Fix Bug #4868; "Wireshark crash selecting Inter-Asterisk exchange v2 packet d...Bill Meier1-1/+1
2010-05-25From Jakub Ruzicka:Anders Broman1-9/+213
2010-04-28Remove trailing blanks; Also: Altho tabs expanded, use tab-width=8 anyway.Bill Meier1-4/+4
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-1/+1
2010-02-03Changed "reassembled_length" -> "reassembled.length".Stig Bjørlykke1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-1/+8
2010-01-13From Didier Gautheron:Anders Broman1-5/+2
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-2/+2
2009-11-04Check if we have a handle for "v110".Anders Broman1-1/+5
2009-10-15(Trivial) Fix a typo in a commentBill Meier1-1/+1
2009-10-12#include <stdio.h> not req'd;Bill Meier1-373/+374
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-95/+95
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-4/+0
2009-08-21Also fake empty field_info's by gracefully handling NULL field_info pointer e...Kovarththanan Rajaratnam1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-89/+82
2009-05-13Apply some of the patches from:Anders Broman1-2/+1
2009-04-07Use some default true_false_string's.Bill Meier1-21/+15
2009-03-11Get the build going again on non-Windows compilers.Jaap Keuter1-10/+13
2009-03-11From Carlos Mendioroz:Anders Broman1-13/+74
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-08-08Add Linux AF_ values to epan/aftypes.h; IAX2 implicitly uses them.Guy Harris1-11/+26