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