aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipdc.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-19Use value_string_ext fcns to access certain value_string arrays.wmeier1-29/+29
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-10/+10
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-10-09From Didier Gautheron:etxrab1-2/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-5/+5
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2007-04-10Get rid of some more g_assert*()'s in the dissectors. There are a fewmorriss1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-1/+1
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors sfisher1-1/+1
2006-11-14nikai@nikai.net:jmayer1-1/+0
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-0/+1
2005-08-08various code cleanup:ulfl1-4/+0
2005-07-22remove a redundant tvb_memdup() and fix a potential buffer overflow at the ...sahlberg1-4/+2
2005-07-09Squelch various signed vs. unsigned warnings by:guy1-2/+2
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-2/+2
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...ulfl1-1/+1
2004-10-22From Josh Bailey: fix the fetch of the IPDC payload length, it's only 10guy1-3/+6
2004-09-29Move various tables into the epan directory.guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+442