aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rdt.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-29Add conversation endpoint typeMichael Mann1-3/+3
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-2/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-49/+5
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-1/+1
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-1/+1
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-1/+1
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-5/+5
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-09Convert some UDP subdissectors to "new" style.Michael Mann1-5/+4
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-1/+1
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-26/+26
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-11-13Eliminate proto_tree_add_text for some dissectors.Michael Mann1-7/+17
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+12
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-26/+26
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-26/+26
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-2/+2
2013-09-15emem -> wmemMartin Kaiser1-3/+3
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-2/+2
2013-03-19From beroset:Anders Broman1-5/+5
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-8/+8
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-4/+12
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-77/+77
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-5/+5
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-18/+0
2011-04-11Don't assign to a proto_item* that is not used before being overwritten.Martin Mathieson1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-9/+9
2010-09-15Remove a few more calls to check_col()Martin Mathieson1-24/+9
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-22Fixes for gcc -Wshadow warnings; Fix indentation and do other minor cleanup i...Bill Meier1-30/+30
2009-10-25From Jakub Zawadzki:Anders Broman1-2/+1
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-36/+9
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-4/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-62/+62
2009-01-08Fix for bug 2902:Jaap Keuter1-14/+14
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-09-12Small revisions related to proto_reg_handoff ....Bill Meier1-12/+9
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-2/+2
2006-08-01Fix some fussy warnings seen on the Ubuntu buildbot logsMartin Mathieson1-2/+2