aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2008-02-23Correct a typo and at least print the name of type 148 and 149.Anders Broman2-4/+15
svn path=/trunk/; revision=24445
2008-02-23Put names on some more options solves part of bugAnders Broman2-17/+67
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2284 svn path=/trunk/; revision=24444
2008-02-22Improved custom columns with custom title.Stig Bjørlykke5-10/+57
Fixed a crash when adding an empty custom field. svn path=/trunk/; revision=24438
2008-02-22From Evan via bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2293 : InJeff Morriss1-8/+8
epan/dissectors/packet-bacapp.c the BACnetErrorCode array contains incorrect enumeration mappings for BACnet error codes. Attached is a version of the file with the mappings straightened out. svn path=/trunk/; revision=24435
2008-02-22From Balint Reczey via ↵Jeff Morriss1-1/+1
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2264 : fix IPv4 handling svn path=/trunk/; revision=24433
2008-02-22Check for existing cinfo in have_custom_cols().Stig Bjørlykke1-1/+1
This fixes the latest buildbot fuzz failures. svn path=/trunk/; revision=24421
2008-02-22Print integer values according to hfinfo->display.Stig Bjørlykke1-4/+171
svn path=/trunk/; revision=24420
2008-02-22Added FT_ABSOLUTE_TIME and FT_RELATIVE_TIME to custom columns.Stig Bjørlykke1-0/+9
svn path=/trunk/; revision=24419
2008-02-22Some custom column enhancements:Stig Bjørlykke1-2/+16
Use the value_string if defined for integer and boolean values. svn path=/trunk/; revision=24418
2008-02-22Some custom column fixes:Stig Bjørlykke2-3/+6
- In proto_tree_set_uint and proto_tree_set_int use value adjusted for bitmask. - Removed col_custom_set_fstr in proto_tree_set_boolean to get a correct adjusted value in proto_tree_set_uint. - Set a default column width shorter than COL_INFO. svn path=/trunk/; revision=24417
2008-02-22Add ability to make more field types into custom columns: FT_ETHER & FT_BYTES.Stephen Fisher1-1/+5
Also change display of FT_STRING(Z) to turn non-printable characters into backslash + number values. svn path=/trunk/; revision=24415
2008-02-22Use custom column check function for custom columns to make sure the dfilterStephen Fisher1-2/+2
is always primed when needed. This ensures more than just the first row has a custom column's information in it. svn path=/trunk/; revision=24413
2008-02-21Unkomment the now fixed value string...Anders Broman1-2/+0
svn path=/trunk/; revision=24412
2008-02-21Put back the use of g_ascii_strcasecmp(), so we don't get rudelyGuy Harris1-187/+190
surprised by, for example, "i" not comparing equal to "I" in Turkish locales. Make gMessageType local - it's not used as a global variable. Also, make it a pointer to const, so that we don't have to cast away the constness. dissect_giop_fragment() doesn't use the "header" argument, so get rid of it. Clean up indentation a bit. The first element of a value_string is the value, and the second argument is the string; fix up the initialization of the table of code set values. Fix a proto_tree_add_text() call to match the format and the arguments. svn path=/trunk/; revision=24411
2008-02-21From Wolf Neumann:Anders Broman1-30/+251
GIOP reassembly fails when first packet of a PDU is received Out-of-Order http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1453 The patch changed to use value_string but not all values included in the current value_string. svn path=/trunk/; revision=24410
2008-02-21Fix Bug Enable int64, uint64 and ipv4 type fields for the Lua dissectorsAnders Broman1-1/+7
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2264 svn path=/trunk/; revision=24408
2008-02-21From Karl Heinz Wolf:Jaap Keuter1-2/+102
This patch decodes the Civic Address Types (CATypes) for Civic Addresses Configuration Information. This GEOCONF_CIVIC DHCP option number 99 is defined in RFC 4776. svn path=/trunk/; revision=24406
2008-02-19Fix some unused warningsJörg Mayer1-1/+3
svn path=/trunk/; revision=24397
2008-02-19Use the right 4 bits and avoid the overflow of an 8 bit valueJörg Mayer1-1/+1
svn path=/trunk/; revision=24396
2008-02-19Update todo sectionJörg Mayer1-0/+2
svn path=/trunk/; revision=24395
2008-02-19Add 'executable' property to a few .pl and .py filesBill Meier3-0/+0
svn path=/trunk/; revision=24390
2008-02-18Remove svn:executable propertyBill Meier2-0/+0
svn path=/trunk/; revision=24384
2008-02-18Add $Id$Bill Meier5-0/+10
svn path=/trunk/; revision=24382
2008-02-18Fix some some propertiesBill Meier1-0/+0
svn path=/trunk/; revision=24380
2008-02-18Add an expert item about AVP:s without "data".Anders Broman1-0/+3
svn path=/trunk/; revision=24377
2008-02-17Added an option to Conversations and Endpoints to limit the list to matchStig Bjørlykke3-0/+49
the current display filter. Some Hosts -> Endpoints cleanup. svn path=/trunk/; revision=24368
2008-02-16Add map operation 49.Anders Broman1-4/+10
svn path=/trunk/; revision=24360
2008-02-16Format our text before displaying it. This keeps Wireshark from crashing onGerald Combs1-8/+8
Ubuntu 7.10 and possibly other platforms. svn path=/trunk/; revision=24341
2008-02-15Extend the UAT and preferences code so that you can use the "-o" flagGerald Combs4-53/+209
to override UAT entries from the command line, e.g. -o "uat:user_dlts:\"User 0 (DLT=147)\",\"http\",\"0\",\"\",\"0\",\"\"" Fix up white space. svn path=/trunk/; revision=24338
2008-02-15Add fvalue_string_repr_len.Gerald Combs1-0/+1
svn path=/trunk/; revision=24337
2008-02-15Added RTCP Feedback NAK PLI dissectors.Ashok Narayanan1-42/+195
svn path=/trunk/; revision=24336
2008-02-14Initialize a tvb, so that we don't crash. Fix up whitespace.Gerald Combs1-43/+43
svn path=/trunk/; revision=24332
2008-02-14Glib >= 2.14.5 does not require iconvBill Meier1-0/+2
svn path=/trunk/; revision=24330
2008-02-14Add/fix a few calls to col_custom_set_fstr() for custom columns.Stephen Fisher1-3/+8
svn path=/trunk/; revision=24328
2008-02-14fixup and improve createRonnie Sahlberg1-50/+63
svn path=/trunk/; revision=24327
2008-02-14fixum tree disconnectRonnie Sahlberg1-4/+2
svn path=/trunk/; revision=24326
2008-02-14fixup tree connectRonnie Sahlberg1-5/+125
svn path=/trunk/; revision=24325
2008-02-14fixup sessionlogoffRonnie Sahlberg1-4/+2
svn path=/trunk/; revision=24324
2008-02-14fixup sessionsetupRonnie Sahlberg1-18/+90
svn path=/trunk/; revision=24323
2008-02-14update dissection of negprotRonnie Sahlberg1-14/+167
svn path=/trunk/; revision=24322
2008-02-14fixup SMB2 header and decode async commands correctlyRonnie Sahlberg2-104/+149
svn path=/trunk/; revision=24321
2008-02-13Add SERCOS ethertype for upcoming dissector.Jaap Keuter1-0/+4
svn path=/trunk/; revision=24320
2008-02-13Check in changes originally checked in as SVN revision 24308 (new columnStephen Fisher6-4/+95
type: Custom) that were backed out in SVN revision 24309. Changes since that revision include a reworking of the handling of the cfile/cinfo variables in epan/column-utils.c, addition of three new functions to libwireshark.def and a bug fix to prevent a crash when no custom columns were not in use. Compilation verified locally on MacOS X, Linux and Windows. svn path=/trunk/; revision=24317
2008-02-13Replace a g_snprintf() with a strncpy(). Fixes bugs 2260 to 2262.Gerald Combs1-14/+15
svn path=/trunk/; revision=24316
2008-02-12Added WLAN Traffic Statistics dialog.Stig Bjørlykke2-0/+30
svn path=/trunk/; revision=24310
2008-02-12Revert commit 24308 until I can get it to compile on Windows/Linux/SolarisStephen Fisher5-83/+4
(strangely, it compiled fine on my MacOS X machine). svn path=/trunk/; revision=24309
2008-02-12Introduce a new column type called custom, which lets you put any displayStephen Fisher5-4/+83
filter name in the description field and it will display that field in the packet list if it occurs in that packet. Note that the more common fields are implemented, but a number of them remain to be implemented in epan/proto.c. I will work on these other fields as I have time. svn path=/trunk/; revision=24308
2008-02-11Windows (confirmed with Vista, XP, and 98) sends the "secs" value as aGerald Combs1-3/+14
little-endian value. Add a check and format the value accordingly. Fix up whitespace. svn path=/trunk/; revision=24303
2008-02-11A few more pedantic fixes ...Bill Meier1-2/+4
svn path=/trunk/; revision=24302
2008-02-11A few minor pedantic fixes ....Bill Meier4-11/+11
svn path=/trunk/; revision=24301