Wireshark-dev: [Wireshark-dev] [Patches] Small problems after switching repository
Hi,
Here are a couple of changes I noticed were needed after switching:
- Makefile.am wasn't installing my recently-added DTD files
- packet-rtcp.c was initialising the same hf item twice
I also saw a build failure on packet-rnsap where it couldn't find or
create packet-umts_rrc.h (I took it out my
epan/dissector/Makefile.common for now).
Regards,
Martin
Index: Makefile.am
===================================================================
--- Makefile.am (revision 18396)
+++ Makefile.am (working copy)
@@ -105,8 +105,12 @@
dtds_DATA = \
dtds/dc.dtd \
dtds/itunes.dtd \
+ dtds/pocsettings.dtd \
+ dtds/presence.dtd \
+ dtds/reginfo.dtd \
dtds/rss.dtd \
- dtds/smil.dtd
+ dtds/smil.dtd \
+ dtds/watcherinfo.dtd
#
# Install the RADIUS directory files in the "radius" subdirectory
Index: epan/dissectors/packet-rtcp.c
===================================================================
--- epan/dissectors/packet-rtcp.c (revision 18396)
+++ epan/dissectors/packet-rtcp.c (working copy)
@@ -2833,18 +2833,6 @@
}
},
{
- &hf_rtcp_profile_specific_extension,
- {
- "Profile-specific extension",
- "rtcp.profile-specific-extension",
- FT_BYTES,
- BASE_NONE,
- NULL,
- 0x0,
- "Profile-specific extension", HFILL
- }
- },
- {
&hf_rtcp_setup,
{
"Stream setup",