aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iax2.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-4/+4
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-4/+4
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-10/+10
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-1/+1
2013-07-06Fix display filter errors caught by checkfiltername.plMichael Mann1-3/+3
2013-07-01Consistently maintain the callState member of an iax2_info_t structureGuy Harris1-2/+46
2013-06-30Batch of filterable expert infos.Michael Mann1-4/+18
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-23/+12
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-4/+4
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-7/+7
2013-03-18From beroset:Anders Broman1-11/+11
2013-01-11replace g_warning with expert_add_info_format()Michael Mann1-24/+22
2012-12-02Introduce, and start using, TVB_SET_ADDRESS() and TVB_SET_ADDRESS_HF(). TheyJeff Morriss1-1/+1
2012-11-27Uh, it's BASE_EXT_STRING, not BASE_RANGE_STRING.Bill Meier1-1/+1
2012-11-26Fix several [-Wshadow] warnings;Bill Meier1-875/+979
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-08-27Fix 2 memory leaks;Bill Meier1-16/+19
2012-08-26Fix two minor memory leaks.Bill Meier1-2/+2
2012-08-26Fix 'Warn Dissector bug, protocol IAX2, in packet 62: proto.c:4406: failed as...Bill Meier1-1/+1
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