aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-02-23Correct a typo and at least print the name of type 148 and 149.Anders Broman2-4/+15
2008-02-23Put names on some more options solves part of bugAnders Broman2-17/+67
2008-02-22Improved custom columns with custom title.Stig Bjørlykke5-10/+57
2008-02-22From Evan via bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2293 : InJeff Morriss1-8/+8
2008-02-22From Balint Reczey via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=226...Jeff Morriss1-1/+1
2008-02-22Check for existing cinfo in have_custom_cols().Stig Bjørlykke1-1/+1
2008-02-22Print integer values according to hfinfo->display.Stig Bjørlykke1-4/+171
2008-02-22Added FT_ABSOLUTE_TIME and FT_RELATIVE_TIME to custom columns.Stig Bjørlykke1-0/+9
2008-02-22Some custom column enhancements:Stig Bjørlykke1-2/+16
2008-02-22Some custom column fixes:Stig Bjørlykke2-3/+6
2008-02-22Add ability to make more field types into custom columns: FT_ETHER & FT_BYTES.Stephen Fisher1-1/+5
2008-02-22Use custom column check function for custom columns to make sure the dfilterStephen Fisher1-2/+2
2008-02-21Unkomment the now fixed value string...Anders Broman1-2/+0
2008-02-21Put back the use of g_ascii_strcasecmp(), so we don't get rudelyGuy Harris1-187/+190
2008-02-21From Wolf Neumann:Anders Broman1-30/+251
2008-02-21Fix Bug Enable int64, uint64 and ipv4 type fields for the Lua dissectorsAnders Broman1-1/+7
2008-02-21From Karl Heinz Wolf:Jaap Keuter1-2/+102
2008-02-19Fix some unused warningsJörg Mayer1-1/+3
2008-02-19Use the right 4 bits and avoid the overflow of an 8 bit valueJörg Mayer1-1/+1
2008-02-19Update todo sectionJörg Mayer1-0/+2
2008-02-19Add 'executable' property to a few .pl and .py filesBill Meier3-0/+0
2008-02-18Remove svn:executable propertyBill Meier2-0/+0
2008-02-18Add $Id$Bill Meier5-0/+10
2008-02-18Fix some some propertiesBill Meier1-0/+0
2008-02-18Add an expert item about AVP:s without "data".Anders Broman1-0/+3
2008-02-17Added an option to Conversations and Endpoints to limit the list to matchStig Bjørlykke3-0/+49
2008-02-16Add map operation 49.Anders Broman1-4/+10
2008-02-16Format our text before displaying it. This keeps Wireshark from crashing onGerald Combs1-8/+8
2008-02-15Extend the UAT and preferences code so that you can use the "-o" flagGerald Combs4-53/+209
2008-02-15Add fvalue_string_repr_len.Gerald Combs1-0/+1
2008-02-15Added RTCP Feedback NAK PLI dissectors.Ashok Narayanan1-42/+195
2008-02-14Initialize a tvb, so that we don't crash. Fix up whitespace.Gerald Combs1-43/+43
2008-02-14Glib >= 2.14.5 does not require iconvBill Meier1-0/+2
2008-02-14Add/fix a few calls to col_custom_set_fstr() for custom columns.Stephen Fisher1-3/+8
2008-02-14fixup and improve createRonnie Sahlberg1-50/+63
2008-02-14fixum tree disconnectRonnie Sahlberg1-4/+2
2008-02-14fixup tree connectRonnie Sahlberg1-5/+125
2008-02-14fixup sessionlogoffRonnie Sahlberg1-4/+2
2008-02-14fixup sessionsetupRonnie Sahlberg1-18/+90
2008-02-14update dissection of negprotRonnie Sahlberg1-14/+167
2008-02-14fixup SMB2 header and decode async commands correctlyRonnie Sahlberg2-104/+149
2008-02-13Add SERCOS ethertype for upcoming dissector.Jaap Keuter1-0/+4
2008-02-13Check in changes originally checked in as SVN revision 24308 (new columnStephen Fisher6-4/+95
2008-02-13Replace a g_snprintf() with a strncpy(). Fixes bugs 2260 to 2262.Gerald Combs1-14/+15
2008-02-12Added WLAN Traffic Statistics dialog.Stig Bjørlykke2-0/+30
2008-02-12Revert commit 24308 until I can get it to compile on Windows/Linux/SolarisStephen Fisher5-83/+4
2008-02-12Introduce a new column type called custom, which lets you put any displayStephen Fisher5-4/+83
2008-02-11Windows (confirmed with Vista, XP, and 98) sends the "secs" value as aGerald Combs1-3/+14
2008-02-11A few more pedantic fixes ...Bill Meier1-2/+4
2008-02-11A few minor pedantic fixes ....Bill Meier4-11/+11