aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-02-25Avoid misreporting of cryto state of RTP payload.jake1-4/+7
2008-02-25From Chris Maynard: Alphabetize the list of column types to choose from insfisher2-180/+183
2008-02-25Handle unsigned SMI types. This should fix bug 2292.gerald2-23/+27
2008-02-24Dissect Type: 149 (Certification Path Advertisement).etxrab2-54/+160
2008-02-24Added support for FT_IPv4, FT_GUID and FT_OID in custom columns.stig1-1/+7
2008-02-24Fix bug No support for Secure Neighbor Discovery ICMPv6 options.etxrab2-5/+79
2008-02-23Correct a typo and at least print the name of type 148 and 149.etxrab2-4/+15
2008-02-23Put names on some more options solves part of bugetxrab2-17/+67
2008-02-22Improved custom columns with custom title.stig5-10/+57
2008-02-22From Evan via bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2293 : Inmorriss1-8/+8
2008-02-22From Balint Reczey via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=226...morriss1-1/+1
2008-02-22Check for existing cinfo in have_custom_cols().stig1-1/+1
2008-02-22Print integer values according to hfinfo->display.stig1-4/+171
2008-02-22Added FT_ABSOLUTE_TIME and FT_RELATIVE_TIME to custom columns.stig1-0/+9
2008-02-22Some custom column enhancements:stig1-2/+16
2008-02-22Some custom column fixes:stig2-3/+6
2008-02-22Add ability to make more field types into custom columns: FT_ETHER & FT_BYTES.sfisher1-1/+5
2008-02-22Use custom column check function for custom columns to make sure the dfiltersfisher1-2/+2
2008-02-21Unkomment the now fixed value string...etxrab1-2/+0
2008-02-21Put back the use of g_ascii_strcasecmp(), so we don't get rudelyguy1-187/+190
2008-02-21From Wolf Neumann:etxrab1-30/+251
2008-02-21Fix Bug Enable int64, uint64 and ipv4 type fields for the Lua dissectorsetxrab1-1/+7
2008-02-21From Karl Heinz Wolf:jake1-2/+102
2008-02-19Fix some unused warningsjmayer1-1/+3
2008-02-19Use the right 4 bits and avoid the overflow of an 8 bit valuejmayer1-1/+1
2008-02-19Update todo sectionjmayer1-0/+2
2008-02-19Add 'executable' property to a few .pl and .py fileswmeier3-0/+0
2008-02-18Remove svn:executable propertywmeier2-0/+0
2008-02-18Add $Id$wmeier5-0/+10
2008-02-18Fix some some propertieswmeier1-0/+0
2008-02-18Add an expert item about AVP:s without "data".etxrab1-0/+3
2008-02-17Added an option to Conversations and Endpoints to limit the list to matchstig3-0/+49
2008-02-16Add map operation 49.etxrab1-4/+10
2008-02-16Format our text before displaying it. This keeps Wireshark from crashing ongerald1-8/+8
2008-02-15Extend the UAT and preferences code so that you can use the "-o" flaggerald4-53/+209
2008-02-15Add fvalue_string_repr_len.gerald1-0/+1
2008-02-15Added RTCP Feedback NAK PLI dissectors.ashokn1-42/+195
2008-02-14Initialize a tvb, so that we don't crash. Fix up whitespace.gerald1-43/+43
2008-02-14Glib >= 2.14.5 does not require iconvwmeier1-0/+2
2008-02-14Add/fix a few calls to col_custom_set_fstr() for custom columns.sfisher1-3/+8
2008-02-14fixup and improve createsahlberg1-50/+63
2008-02-14fixum tree disconnectsahlberg1-4/+2
2008-02-14fixup tree connectsahlberg1-5/+125
2008-02-14fixup sessionlogoffsahlberg1-4/+2
2008-02-14fixup sessionsetupsahlberg1-18/+90
2008-02-14update dissection of negprotsahlberg1-14/+167
2008-02-14fixup SMB2 header and decode async commands correctlysahlberg2-104/+149
2008-02-13Add SERCOS ethertype for upcoming dissector.jake1-0/+4
2008-02-13Check in changes originally checked in as SVN revision 24308 (new columnsfisher6-4/+95
2008-02-13Replace a g_snprintf() with a strncpy(). Fixes bugs 2260 to 2262.gerald1-14/+15