aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bjnp.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-20Get rid of unnecessary includes of ctype.h.Guy Harris1-2/+0
2014-05-13isprint() -> g_ascii_isprint()AndersBroman1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-10-09Check if first char is printable.Anders Broman1-0/+6
2013-09-12Convert a few more dissectors to wmemPascal Quantin1-2/+4
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-4/+4
2013-03-15[-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-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-10convert some simple uses to use ephemeral memoryMichael Mann1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+3
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-09-21Fix ex "modeline" so it works;Bill Meier1-3/+3
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.Stig Bjørlykke1-2/+2
2011-07-19Use correct encoding for proto_tree_add_item().Stig Bjørlykke1-8/+8
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-01-09Change col_set_str() call to col_add_str() since the string being passedStephen Fisher1-1/+1
2009-07-23Set editor modelines to be consistent between emacs and vi/ex;Bill Meier1-2/+2
2009-07-07Remove some check_col() calls.Stig Bjørlykke1-8/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2009-03-15Adjusted my name to use only ASCII characters.Stig Bjørlykke1-1/+1
2009-03-03Moved the dissector_handle_t.Stig Bjørlykke1-2/+2
2009-02-25Added initial support for Canon BJNP.Stig Bjørlykke1-0/+203