aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kingfisher.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
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-1/+0
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-6/+6
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-14Fix warningsJakub Zawadzki1-0/+3
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-12/+12
2013-08-23Purge some emem.Evan Huus1-39/+33
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-19From beroset:Anders Broman1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-18/+6
2010-01-13From Didier Gautheron:Anders Broman1-2/+0
2009-09-04A few minor revisions:Bill Meier1-32/+24
2009-09-04From Rob Casey: Fix for: Incorrect station identifier parsing in Kingfisher d...Bill Meier1-12/+12
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-9/+9
2007-05-22fix an incorrect shiftRonnie Sahlberg1-2/+1
2007-05-21From Rob Casey a dissector for the KingFisher protocolRonnie Sahlberg1-0/+417