aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lon.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-27/+27
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-1/+1
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-11/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-4/+4
2013-06-19Fix CID 1034293: Missing break in switch (MISSING_BREAK)Jörg Mayer1-0/+1
2013-06-16Replace if-else-if with switch statementsMichael Mann1-26/+67
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-8/+5
2013-06-10Batch of filterable expert infos.Michael Mann1-5/+20
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Fix various instances of unused hf[] entries foundBill Meier1-1/+3
2012-11-17Fix tpyoes.Guy Harris1-2/+2
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-07-28Use the _vs suffix for value_string variables consistently. There was aMartin Mathieson1-14/+14
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-9/+9
2011-07-21From Daniel Willmann: packet-lon.c: Fix Multicast decoding when M_Length is z...Bill Meier1-4/+6
2011-07-21From Daniel Willmann: Visual improvements for the LON (EIA-709.1) dissector.Bill Meier1-5/+5
2011-06-07From Daniel Willmann: Lontalk protocol (EIA-709.1)Bill Meier1-0/+722