Commit Graph

48808 Commits

Author SHA1 Message Date
Alexis La Goutte 3658cbf175 Update DNS Rcode to last IANA Parameters (2013-07-24) * Add ILNP (RFC6742) Rcode (NID, L32, L64, LP) * Add EUI Family (draft-jabley-dnsext-eui48-eui64-rrtypes) Rcode (EUI48, EUI64) * Add URI Rcode (256) * Add TA (DNSSEC Trust Authorities) Rcode (32768)
svn path=/trunk/; revision=51713
2013-09-03 06:36:01 +00:00
Alexis La Goutte cbb1820533 Enhance DNS reorder case of big switch dns_type
svn path=/trunk/; revision=51712
2013-09-03 06:35:51 +00:00
Alexis La Goutte 02f17d0564 Enhance DNS dissector Remove ugly dns_type_description function and use value_string(_ext)
svn path=/trunk/; revision=51711
2013-09-03 06:35:41 +00:00
Alexis La Goutte bfeb1475c0 Enhance DNS dissector visibility (Rename some hf and display field)
svn path=/trunk/; revision=51710
2013-09-03 06:35:30 +00:00
Alexis La Goutte 53e87bd2b0 Enhance DNS dissector visibility (Add comments)
svn path=/trunk/; revision=51709
2013-09-03 06:35:13 +00:00
Alexis La Goutte 800359d771 Enhance default DNS type... (and expert info)
Convert proto_tree_add_text calls to proto_tree_add_item

svn path=/trunk/; revision=51708
2013-09-03 06:35:01 +00:00
Alexis La Goutte 7f64348cc5 Enhance NULL type
Convert proto_tree_add_text calls to proto_tree_add_item

svn path=/trunk/; revision=51707
2013-09-03 06:34:52 +00:00
Alexis La Goutte de8247f4ae Enhance M.. familly type (MD, MF, MB, MG, MR, MINFO)
Convert proto_tree_add_text calls to proto_tree_add_item

svn path=/trunk/; revision=51706
2013-09-03 06:34:41 +00:00
Alexis La Goutte 4a51170e8d Enhance NSAP and NSAP PTR type
Convert proto_tree_add_text calls to proto_tree_add_item

svn path=/trunk/; revision=51705
2013-09-03 06:34:31 +00:00
Alexis La Goutte 340ff87d38 Enhance PX type
Convert proto_tree_add_text calls to proto_tree_add_item

svn path=/trunk/; revision=51704
2013-09-03 06:34:21 +00:00
Alexis La Goutte a6f7037765 Enhance X25 and ISDN type
Convert proto_tree_add_text calls to proto_tree_add_item

svn path=/trunk/; revision=51703
2013-09-03 06:34:10 +00:00
Alexis La Goutte b7e78c778a Enhance AFSDB and RT type
Convert proto_tree_add_text calls to proto_tree_add_item

svn path=/trunk/; revision=51702
2013-09-03 06:34:00 +00:00
Alexis La Goutte 8e237acf74 Enhance RP type
Convert proto_tree_add_text calls to proto_tree_add_item

svn path=/trunk/; revision=51701
2013-09-03 06:33:48 +00:00
Alexis La Goutte 7668baf5da Enhance GPOS type
Convert proto_tree_add_text calls to proto_tree_add_item

svn path=/trunk/; revision=51700
2013-09-03 06:33:38 +00:00
Alexis La Goutte 7b012cf03e Enhance APL (and DHCID) type
Convert proto_tree_add_text calls to proto_tree_add_item

svn path=/trunk/; revision=51699
2013-09-03 06:33:28 +00:00
Alexis La Goutte d37a4ea6a1 Enhance HIP type
Convert proto_tree_add_text calls to proto_tree_add_item

svn path=/trunk/; revision=51698
2013-09-03 06:33:18 +00:00
Alexis La Goutte 7de1545fda Enhance SSHFP type
Convert proto_tree_add_text calls to proto_tree_add_item

svn path=/trunk/; revision=51697
2013-09-03 06:33:07 +00:00
Alexis La Goutte f38fb1a906 Enhance NAPTR type
Convert proto_tree_add_text calls to proto_tree_add_item

svn path=/trunk/; revision=51696
2013-09-03 06:32:57 +00:00
Alexis La Goutte 2b63d4fa5e Enhance TSIG and TKIP DNS type
Update rrcode list
Convert proto_tree_add_text calls to proto_tree_add_item
Use expert info when no found dissector for TSIG algo

Enhance TKEY (BETA)

svn path=/trunk/; revision=51695
2013-09-03 06:32:47 +00:00
Alexis La Goutte b36e366aab Enhance SRV DNS type
svn path=/trunk/; revision=51694
2013-09-03 06:32:36 +00:00
Alexis La Goutte e748993bac Enhance WINS and WINS-R DNS type
Convert proto_tree_add_text calls to proto_tree_add_item

svn path=/trunk/; revision=51693
2013-09-03 06:32:26 +00:00
Alexis La Goutte dfec5ef599 Make test.sh from buildbot Happy
svn path=/trunk/; revision=51692
2013-09-03 06:31:53 +00:00
Alexis La Goutte 0550cb5121 Make Ubuntu buildbot happy
packet-kerberos.c: In function 'proto_register_kerberos':
packet-kerberos.c:5406:29: error: unused variable 'ei' [-Werror=unused-variable]

svn path=/trunk/; revision=51691
2013-09-03 06:09:21 +00:00
Michael Mann 8f7c877dd4 forgotten cleanup
svn path=/trunk/; revision=51690
2013-09-03 02:35:48 +00:00
Michael Mann a72fc72061 Batch of filterable expert info.
svn path=/trunk/; revision=51689
2013-09-03 02:26:50 +00:00
Michael Mann 5405b34469 Batch of filterable expert info.
svn path=/trunk/; revision=51688
2013-09-02 23:32:31 +00:00
Alexis La Goutte ea6e5b7241 Fix Function call argument is an uninitialized value Warning found by Clang
packet-dcerpc-pn-io.c:9101:29: warning: Function call argument is an uninitialized value
        tvbuff_t *new_tvb = tvb_new_subset(tvb, offset, u32RecDataLen, u32RecDataLen);
                            ^                           ~~~~~~~~~~~~~

svn path=/trunk/; revision=51687
2013-09-02 23:16:39 +00:00
Alexis La Goutte 5e7d5b950c Fix indent (Mix of tab and space...) => use tab
svn path=/trunk/; revision=51686
2013-09-02 23:16:29 +00:00
Alexis La Goutte 1a76dd70cc Fix warning found by fix-encoding-args tools
svn path=/trunk/; revision=51685
2013-09-02 23:16:19 +00:00
Alexis La Goutte 1d1a4825a6 Fix warning found by fix-encoding-args tools
svn path=/trunk/; revision=51684
2013-09-02 23:16:10 +00:00
Alexis La Goutte 7ac4759b0c Fix warning found by fix-encoding-args tools
svn path=/trunk/; revision=51683
2013-09-02 23:15:59 +00:00
Alexis La Goutte 53c2e68794 Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51682
2013-09-02 23:15:50 +00:00
Alexis La Goutte 68ceffe2ae Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51681
2013-09-02 23:15:40 +00:00
Alexis La Goutte f1ef082dab Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51680
2013-09-02 23:15:29 +00:00
Alexis La Goutte 21436abf5f Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51679
2013-09-02 23:15:17 +00:00
Alexis La Goutte b92f4ec821 Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51678
2013-09-02 23:15:07 +00:00
Alexis La Goutte 1a4e261ce2 Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51677
2013-09-02 23:14:57 +00:00
Alexis La Goutte b59244dd27 Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51676
2013-09-02 23:14:46 +00:00
Alexis La Goutte 1c28ae3b55 Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51675
2013-09-02 23:14:35 +00:00
Alexis La Goutte a8b720b4c8 Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51674
2013-09-02 23:14:25 +00:00
Alexis La Goutte b7d50acffc Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51673
2013-09-02 23:14:15 +00:00
Alexis La Goutte c35cc805f4 Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51672
2013-09-02 23:13:58 +00:00
Alexis La Goutte b897a6198d Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51671
2013-09-02 23:13:47 +00:00
Alexis La Goutte f16b33e78e Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51670
2013-09-02 23:13:36 +00:00
Alexis La Goutte f54d68773a Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51669
2013-09-02 23:13:22 +00:00
Alexis La Goutte 9c43ccd371 Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51668
2013-09-02 23:13:12 +00:00
Alexis La Goutte 4e02b8dc0e Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51667
2013-09-02 23:13:02 +00:00
Alexis La Goutte 890d656bca Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51666
2013-09-02 23:12:52 +00:00
Alexis La Goutte aaa8f4a0f3 Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51665
2013-09-02 23:12:42 +00:00
Alexis La Goutte 9bf5e05205 Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51664
2013-09-02 23:12:31 +00:00