Wireshark-commits: [Wireshark-commits] rev 53431: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 19 Nov 2013 12:27:02 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53431

User: alagoutte
Date: 2013/11/19 12:27 PM

Log:
 From Glen Parker via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9449
 
 Add support for new PostgreSQL (9.3) error/notice message fields
 
 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.
 
 From me :
 Fix wrong hf name...

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +52 -10    packet-pgsql.c    Modified