aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isis-lsp.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-23From Alexis La Goutte:etxrab1-1/+0
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().morriss1-12/+12
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-11-10From Hariharan Ananthakrishnan:jake1-0/+6
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-2/+1
2009-08-21Sanitize epan includeskrj1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-15/+15
2009-04-07Use some default true_false_string's.wmeier1-12/+2
2009-01-12Fix bug 3181:jake1-25/+26
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-2/+2
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-1/+1
2008-03-13From Hariharan Ananthakrishnan:gerald1-4/+17
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2006-12-26From Sebastien Tandel:jake1-8/+36
2006-12-18From Sebastien Tandel:sfisher1-6/+4
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-10-22Use the somewhat-misnamed "ipv4_addr_and_mask()" andguy1-12/+11
2005-09-15remove some redundant strcpy()sahlberg1-7/+7
2005-09-12Don't collide with the "regular" IPv6 defintions in at least someguy1-2/+2
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy1-1/+1
2005-08-06Increase the size of some variables so that we don't overflow them and loopgerald1-11/+11
2005-07-30More char -> const char fixesjmayer1-1/+1
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...ulfl1-4/+4
2005-06-14From Steve Grubb:gerald1-28/+16
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+2008