aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-olsr.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-2/+2
2012-06-28Update FSF address - part II.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-9/+0
2012-01-23Fix some duplicate display filter names.cmaynard1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-20/+20
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-21/+21
2011-08-16Based on patch from Denis Ovsienko viamorriss1-1/+1
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()morriss1-48/+44
2011-01-20Roll some calls to tvb_get_ptr() into proto_tree_add_bytes_format() (insteadmorriss1-16/+14
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-19Fix gcc -Wshadow warningswmeier1-3/+3
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".wmeier1-1/+1
2009-09-15if (proto_... == -1) not req'd.wmeier1-18/+16
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-30Remove some unused variable assignments.gerald1-9/+9
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-5/+5
2008-12-19Back out r27047 and r27053.gerald1-30/+46
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald1-46/+30
2008-11-23From Henning Rogge:jake1-594/+922
2007-11-08Apply yet another set of the optimization patches:etxrab1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy1-37/+12
2005-01-15From Yann: handle OLSR messages with an unknown message type, using theguy1-16/+44
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+683