aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mactelnet.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-06-24Remove a bunch more deprecated tvb_length callsEvan Huus1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-8/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-05-17General cleanup including as appropriate:Bill Meier1-280/+314
2012-03-06Use tvb_new_subset_remaining() rather than tvb_new_subset();Bill Meier1-7/+7
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-02-24From Håkon NessjøenJaap Keuter1-9/+46
2011-01-21Introduce, and start using, tvb_eth_to_str().Jeff Morriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-06-23Use ENC_NA rather than FALSE.Bill Meier1-1/+1
2010-06-23Use correct data type for port number.Stig Bjørlykke1-2/+2
2010-06-23- Use tvb_reported_length() instead of tvb_length() in a few cases;Bill Meier1-10/+10
2010-06-23Added link to a protocol description.Stig Bjørlykke1-11/+14
2010-06-22From Håkon Nessjøen:Stig Bjørlykke1-16/+31
2010-06-22From Håkon Nessjøen via bug 4899:Stig Bjørlykke1-0/+328