aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-clnp.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+2
2014-03-05Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6dAlexis La Goutte1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-09-29Convert several proto_tree_add_bytes_format calls to proto_tree_add_bytes_for...Michael Mann1-4/+4
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-7/+5
2013-09-12More dissector table name related changes (a continuation of r51904).Chris Maynard1-2/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-8/+8
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-06-30Batch of filterable expert infos.Michael Mann1-8/+17
2013-04-27remove unnecessary if (tree) checksMartin Kaiser1-111/+84
2013-04-23From Mathias GuettlerMartin Kaiser1-0/+8
2013-04-23reformat, add editor modelinesMartin Kaiser1-566/+579
2013-04-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-04-20When we're dissecting the beginning of a fragmented packet that weGuy Harris1-4/+8
2013-04-18Fix apparent copy-paste-o that was leading to an 'unused variable' warning onEvan Huus1-1/+1
2013-04-18Add to tvbuffs a "fragment length" field; if the tvbuff represents theGuy Harris1-48/+133
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-7/+6
2013-03-15[-Wmissing-prototypes]Anders Broman1-0/+3
2013-02-27Get rid of unnecessary includes of "packet-frame.h".Guy Harris1-1/+0
2012-11-17Handle the pseudo-trailer for the ATN extended checksums by passing inGuy Harris1-16/+2
2012-11-16From guettler:Anders Broman1-3/+30
2012-10-18(try to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7871Martin Kaiser1-1/+1
2012-09-23replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-15/+20
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-24Minor cleanup: whitespace, indentation, long-lines, style, typos, etc;Bill Meier1-29/+31
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-3/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-11/+8
2011-04-27Comment out some unused code;Bill Meier1-165/+167
2011-04-27From Yaniv Kaul:Bill Meier1-4/+0
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-11-04Corrected pointer types to avoid warnings from clang.Stig Bjørlykke1-1/+1
2010-02-03Changed "reassembled_length" -> "reassembled.length".Stig Bjørlykke1-1/+1
2010-02-02Added protocol name to "Reassembled length" text.Stig Bjørlykke1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-1/+7
2009-10-09From Didier Gautheron:Anders Broman1-4/+2
2009-09-30#include <epan/expert.h>, <epan/strutil.h>, <stdio.h> & etc not needed....Bill Meier1-5/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-3/+3
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-14/+14
2009-04-07Use some default true_false_string's.Bill Meier1-5/+0
2008-12-19Back out r27047 and r27053.Gerald Combs1-0/+2
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-2/+0