Wireshark-bugs: [Wireshark-bugs] [Bug 9449] New: Add support for new PostgreSQL (9.3) error/noti
Date: Mon, 18 Nov 2013 01:04:34 +0000
Bug ID 9449
Summary Add support for new PostgreSQL (9.3) error/notice message fields.
Classification Unclassified
Product Wireshark
Version SVN
Hardware x86-64
OS Windows 8
Status UNCONFIRMED
Severity Enhancement
Priority Low
Component Dissection engine (libwireshark)
Assignee bugzilla-admin@wireshark.org
Reporter glenebob@gmail.com

Created attachment 12118 [details]
Patch produced by diff -u.

Build Information:
No build performed.
--
This patch improves the PostgreSQL protocol dissector by adding support for the
new error and notice fields which are new in PG 9.3:

http://www.postgresql.org/docs/9.3/interactive/protocol-error-fields.html

In particular, it adds support for the 'p', 'q', 's', 't', 'c', 'd', and 'n'
field codes.

This will modify /trunk/epan/dissectors/packet-pgsql.c.

I do not have a development environment set up for Wireshark; this patch was
written with no testing whatsoever.  It is a simple patch; all new code is a
copy of existing code with minor changes, so that should be workable.  I tried
to be as careful as possible, but there's always the possibility it won't
compile without some attention.


You are receiving this mail because:
  • You are watching all bug changes.