aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-clnp.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-29/+31
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.cmaynard1-3/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-11/+8
2011-04-27Comment out some unused code;wmeier1-165/+167
2011-04-27From Yaniv Kaul:wmeier1-4/+0
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
2010-11-04Corrected pointer types to avoid warnings from clang.stig1-1/+1
2010-02-03Changed "reassembled_length" -> "reassembled.length".stig1-1/+1
2010-02-02Added protocol name to "Reassembled length" text.stig1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-1/+7
2009-10-09From Didier Gautheron:etxrab1-4/+2
2009-09-30#include <epan/expert.h>, <epan/strutil.h>, <stdio.h> & etc not needed....wmeier1-5/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-3/+3
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-14/+14
2009-04-07Use some default true_false_string's.wmeier1-5/+0
2008-12-19Back out r27047 and r27053.gerald1-0/+2
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald1-2/+0
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-07-15Move the OSI transport protocol dissectors (ISO 8073/ITU-T X.224guy1-1790/+9
2008-06-23Renamed some local variables to avoid name collisions.stig1-6/+6
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-12/+17
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-3/+4
2008-02-07Removed even more "statement not reached" warnings.stig1-12/+0
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).stig1-3/+3
2007-11-08Apply yet another set of the optimization patches:etxrab1-1/+1
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-08-08add pinfo fields clnp_srcref and clnp_dstref to the clnp dissector, similar t...ulfl1-16/+18
2007-07-23show the number of fragment bytes in the info columnulfl1-7/+13
2007-06-24This patch fixes reassembly when receiving a SES MINOR SYNC POINT and agal1-26/+42
2006-09-08Move the code to handle ISO protocols over TCP/TPKT to packet-osi.c where it ...etxrab1-46/+14
2006-08-30Remove debugcode left by mistake...etxrab1-2/+0
2006-08-29Add CLNP over TCP over TPKT dissection. The port number is by default set to 0.etxrab1-14/+48
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-01-28Fix missing brackets in if statement.guy1-1/+2
2006-01-18Add option presentation, solving bug 697jake1-3/+5
2006-01-16done:jmayer1-7/+11
2006-01-15add COTP to fragment COL_INFO message, so the user knows where the fragment i...ulfl1-2/+2
2005-12-16From Stig Bsahlberg1-1/+13
2005-11-05get rid of some strcatsahlberg1-6/+5
2005-10-17Don't pass -1 as a fragment length to fragment_add_check(). This keepsgerald1-20/+21
2005-09-28fix #480: Change defaults for all reassembling settings to ONulfl1-2/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-09-11Fix a typo.guy1-1/+1
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...ulfl1-4/+26