aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tipc.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-24/+24
2012-07-31Make it possible to configure TIPC over UDP ports.etxrab1-1/+29
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-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-141/+141
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-2/+2
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-5/+3
2011-05-10Remove some unneeded lines of code: Coverity 1063;wmeier1-8/+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-5/+5
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-2/+2
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-03-03Its convenient to be able to filter on mac-lte.ulsch or mac-lte.dlsch.martinm1-42/+21
2010-02-06Renamed some reassembled data texts.stig1-3/+3
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+7
2009-11-04Register by name.etxrab1-0/+3
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-4/+2
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-6/+6
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-12Don't coerce a pointer to guint32 when pointing to a guint8.wmeier1-2/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-41/+41
2009-04-02Yin Sun:etxrab1-14/+10
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-11-26Fix for bug 3086:jake1-11/+11
2008-09-23Minor revision related to proto_reg_handoff ...wmeier1-1/+1
2008-09-03Cleanup related to prefs & proto_reg_handoffwmeier1-4/+5
2008-04-08From Martin Peylo:etxrab1-4/+15
2008-03-17From Martin Peylo:etxrab1-875/+907
2008-02-07Removed some "statement not reached" warnings.stig1-8/+1
2007-10-27From Martin Peylo:etxrab1-106/+476
2007-09-17From Martin Peylo:stig1-22/+180
2007-06-25From Martin Peylo:etxrab1-12/+80
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesstandel1-1/+1
2007-03-23fix some more warnings (type casts)ulfl1-1/+1
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...etxrab1-1/+1
2006-11-23Show the header size as number of bytes.etxrab1-3/+6
2006-11-14From martin Peylo:etxrab1-8/+14
2006-09-29From Martin Peylo:etxrab1-485/+645
2006-09-17From Martin Peylo:etxrab1-5/+49
2006-06-29Update a reference and a comment.etxrab1-32/+35
2006-06-29From Martin Peylo:etxrab1-12/+23
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-05-09Make top_tree static. This allows ethereal to be built on Mac OS X.tuexen1-1/+1
2006-03-29Squelch a compiler warning (for a problem that can't happen).guy1-26/+26
2006-03-07Dissect part of TIPCv2.etxrab1-116/+1153