aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cnip.c
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
svn path=/trunk/; revision=51852
2013-06-12simplify the subdissector callMartin Kaiser1-9/+5
svn path=/trunk/; revision=49904
2013-06-12TABs -> spacesMartin Kaiser1-138/+151
add modelines svn path=/trunk/; revision=49903
2013-06-12no expert infos under if(tree)Martin Kaiser1-46/+37
simplify the code a bit svn path=/trunk/; revision=49902
2013-05-25Batch of filterable expert_infos.Michael Mann1-3/+12
svn path=/trunk/; revision=49581
2013-03-15[-Wmissing-prototypes]Anders Broman1-0/+1
Use explicit casts. svn path=/trunk/; revision=48334
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=43538
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
Also: remove trailing whitespace for a number of files. svn path=/trunk/; revision=39503
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-16/+13
svn path=/trunk/; revision=39147
2011-06-07From Daniel Willmann: dissector for EIA-852 protocol (Component Network over IP)Bill Meier1-0/+261
Attached is a dissector for CN/IP protocol described in EIA-852. It is mainly used to encapsulate and send Lontalk (EIA-709.1) or EIA-600 frames over UDP (or TCP). This dissector can only decode the common header and data frames can be decoded by further dissectors. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5907 svn path=/trunk/; revision=37596