Re: [Wireshark-dev] Call XML and JSON dissectors with new HTTP Content-Type

2015-12-17 Thread Juan Jose Martin Carrascosa
It seems the strings are official and won't change in the specification. Uploaded the patch: https://code.wireshark.org/review/#/c/12701/ If anyone has a couple of minutes... ;) Thanks! Juanjo Martin On Thu, Dec 17, 2015 at 1:56 PM, Juan Jose Martin Carrascosa wrote: > Super nice! Thanks Alex

Re: [Wireshark-dev] Call XML and JSON dissectors with new HTTP Content-Type

2015-12-17 Thread Juan Jose Martin Carrascosa
Super nice! Thanks Alexis and Pascal for the prompt replies. It works. I will commit my changes once they are final in the OMG. Thanks, Juanjo Martin On Thu, Dec 17, 2015 at 1:51 PM, Alexis La Goutte wrote: > Hi, > > I will response the same reponse like Pascal > for json if there is a applica

Re: [Wireshark-dev] Call XML and JSON dissectors with new HTTP Content-Type

2015-12-17 Thread Alexis La Goutte
Hi, I will response the same reponse like Pascal for json if there is a application/dds-web+json, you need to add dissector_add_string("media_type", "application/dds-web+json", json_handle); on proto_reg_handoff_json() function from packet-json.c Cheers On Thu, Dec 17, 2015 at 1:48 PM, Pascal Q

Re: [Wireshark-dev] Call XML and JSON dissectors with new HTTP Content-Type

2015-12-17 Thread Pascal Quantin
Hi Juan, 2015-12-17 13:40 GMT+01:00 Juan Jose Martin Carrascosa : > Hi all, > > Web Integration Service (http://www.omg.org/spec/DDS-WEB/1.0/Beta2/) is a > new service that sends/receives DDS traffic (RTPS) over HTTP. The > serialization is not directly RTPS but a conversion handled internally, >

[Wireshark-dev] Call XML and JSON dissectors with new HTTP Content-Type

2015-12-17 Thread Juan Jose Martin Carrascosa
Hi all, Web Integration Service (http://www.omg.org/spec/DDS-WEB/1.0/Beta2/) is a new service that sends/receives DDS traffic (RTPS) over HTTP. The serialization is not directly RTPS but a conversion handled internally, that can be XML or JSON. I would like to add support to show the content of t

Re: [Wireshark-dev] -fPIC on Ubuntu Wily

2015-12-17 Thread Bálint Réczey
Hi All, I sadly became more and more convinced that starting the adoption of compiling with -fPIE was an overly optimistic move on my side. :-( It seems that there are too many integration corner cases to handle where -fPIE breaks and it may be a better idea to let the distribution-specific script