aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-enrp.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-15/+11
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+2
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-5/+5
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-07-17Escape some characters like \n when appending textMichael Tüxen1-3/+2
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-5/+5
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-7/+7
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-7/+7
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-1/+1
2013-04-02Both tvb_length_remaining and tvb_reported_length_remaining can return -1.Chris Maynard1-2/+2
2013-03-17[-Wmissing-prototypes]Anders Broman1-0/+3
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-3/+3
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-11-12Fix 2 typos.Bill Meier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-6/+6
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-6/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris1-70/+70
2010-05-13Create a new REP_NA value for fields where there are no representationsGuy Harris1-1/+1
2010-05-12Instead of using private #defines for the last argument toGuy Harris1-70/+69
2010-01-13From Didier Gautheron:Anders Broman1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-18/+18
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-4/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-51/+51
2008-12-31From Thomas Dreibholz:Anders Broman1-44/+100
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2
2008-06-21From Thomas Dreibholz:Anders Broman1-51/+52
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-1/+0
2007-12-22Add handling of "Rejected due to security considerations" error cause.Michael Tüxen1-19/+23
2007-12-21Fix the handling of error parameters. Reported by Holger Eppert.Michael Tüxen1-9/+9
2007-11-20Update to draft-ietf-rserpool-common-param-15.txt. (WillMichael Tüxen1-37/+79
2007-04-16Use recent IANA port assignments.Michael Tüxen1-6/+5
2007-03-07Add support for draft-ietf-rserpool-policies-04.txt.Michael Tüxen1-19/+83
2006-05-31Editorial fixes from Thomas Dreibholz.Michael Tüxen1-28/+28
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-08-06Update toMichael Tüxen1-75/+108
2004-07-27Change the display of identifiers from DEC to HEX.Michael Tüxen1-3/+3
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+904