aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in ↵wmeier178-1495/+1495
non-autogenerated epan/dissectors: Specifically: Replace FALSE|0 and TRUE|1 by ENC_BIG_ENDIAN|ENC_LITTLE_ENDIAN as the encoding parameter for proto_tree_add_item() calls which directly reference an item in hf[] which has a type of: FT_BOOLEAN FT_IPv4 FT_EUI64 FT_GUID FT_UINT_STRING Also: For type FT_ITv6 use ENC_NA. (This was missed in SVN #39260) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39328 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-09Add a comment with links to I-Ds for protocols that look as if they'reguy1-0/+12
at least somewhat related. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39327 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-09Fix a typo.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39326 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-09[Automatic manuf, services and enterprise-numbers update for 2011-10-09]gerald3-6/+237
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39323 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-09From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6422alagoutte1-188/+135
Clean up IEEE 802.11 dissector - fixed fields Many of the fixed fields use similar bitfield construction in the proto_tree. Use proto_tree_add_bitmask() to avoid having to implement the same subtree and item addition separately for each field. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39322 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-09Enhance BGP Open messagealagoutte2-77/+115
* Make field filterable * Remove bgp_open struct * Fix a bug of offset in Optionnel Parameter TLV (Bug include by me in Revision #39098) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39321 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-09Always generate packet-*-exp.h.stig1-1/+0
This fixes a bug when only exporting _PDU objects, and we can have '#include "packet-*-exp.h"' in packet-*-template.h even when having no #.EXPORTS in the conformation file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39320 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-09Added a button to refresh a UAT from the system defaults (if existing).stig3-47/+74
Added a button to clear the list. Added tooltip to some buttons. Removed unused clist code. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39319 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-09Check for NULL pointer in file_exists().stig1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39318 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-08Move the GeoIP entry where it belongs.guy1-3/+5
Expand a couple of comments. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39317 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-08Enhance BGP Headeralagoutte1-28/+29
* Remove a not needed subtree * Make field filtereable * Use expert info to display a wrong length git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39316 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-08From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6422alagoutte1-69/+73
Clean up IEEE 802.11 dissector - fixed fields The fixed field identifiers were defined to have specific values. However, this is used only within the parser and does not correspond to any specific packet field. As such, there is no need for the specific values to be maintained and an enum makes it simpler to add and remove these fields as needed. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39315 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-08From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6422alagoutte1-994/+1310
Clean up IEEE 802.11 dissector - fixed fields The app_fixed_field() function has grown to overly complex and long function. Split it into separate helper functions for each fixed field and a table of dissector functions. This makes it easier to extend and maintain the implementation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39314 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-08From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6421alagoutte1-7/+50
IEEE 802.11u ANQP enhancements Dissect vendor-specific ANQP Capabilities git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39313 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-08From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6421alagoutte1-1/+208
IEEE 802.11u ANQP enhancements Dissect NAI Realm List git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39312 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-08From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6420alagoutte1-2/+2
WPA IE pairwise cipher suite dissector uses incorrect value_string list From me : * Use correct value_string for WPA Key MGMT... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39311 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-08Remove a duplicate entryjmayer1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39310 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-08From Stéphane Bryant: fixes in reload fragmentation handlingwmeier1-105/+111
-Fixes in reload fragmentation -also updated the code to reflect draft-zong-p2psip-drr-01 From me: Remove one line of the patch which appears to be incorrect: At about line 4118 (in dissect_reload_message()) - pinfo->fragmented = save_fragmented; + pinfo->fragmented = pinfo->fragmented; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39309 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-08From Stéphane Bryant: remove the variables that the previous patch left unusedwmeier1-22/+8
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6317 From me: Add hf[] entry for 'hf_reload_dmflag_underlay_hop' git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39308 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-08Mimic test for IPv6 support in GeoIP from autofoojmayer2-4/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39307 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-07From Martin Kaiser:etxrab1-33/+256
DVB-CI / CI+ CC resource version 2 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6436 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39306 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-07- Put a TRY/CATCH block around dissect_h264_nal_unit() in caseetxrab1-7/+11
a bogus nal unit was sent. - Delete an unused hf entry. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6407 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39305 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-07As suggested/requested inmorriss1-0/+1
http://ask.wireshark.org/questions/6756/linking-error-with-str_to_str : Add str_to_str to the list of exported functions. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39304 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06From Dirk Jagdmann:gerald1-4/+20
Below is a small enhancement to the EPM dissector. It adds the "type" of EPM Map request/response to the INFO column. This way I don't have to dig into the proto tree if I want to see what service is requested. From me: Add a modeline blurb. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39303 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Use '"%" G_GINT64_MODIFIER "d"' instead of "%ld" to format a guint64.wmeier1-1/+1
Fixes a compile warning git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39302 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06From Stéphane Bryant: improvements in RELOAD dissectionwmeier4-1150/+4472
- Follow closely draft-ietf-p2psip-base-18 - Added support for draft-ietf-p2psip-base-18, draft-ietf-p2psip-sip-06, draft-ietf-p2psip-service-discovery-03, draft-ietf-p2psip-self-tuning-04, draft-ietf-p2psip-diagnostics-06, draft-zong-p2psip-drr-00, - Handoff to the xml dissectors for configuration data - export the message content dissection function in the new packet-reload.h file for use in related protocols (draft-hautakorpi-p2psip-with-hip-01) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6317 From me: - Fix a few C++ style comments; - Fix: packet-reload.c(2156) ... conversion from 'guint64' to 'guint32', possible loss of data packet-reload.c(3528) ... conversion from 'guint64' to 'guint32', possible loss of data Note: Additional fix yet req'd since checkhf.pl gives: ERROR: NO ARRAY: packet-reload.c, hf_reload_dmflag_underlay_hop Unused entry: packet-reload.c, hf_reload_storeddata_signature Unused entry: packet-reload.c, hf_reload_storeddataspecifiers (Compile is OK). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39301 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Don't stuff "(null)" into the protocol tree.gerald1-14/+26
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39300 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Assume all strings coming from GeoIP are ISO-8859-1. Fix IPv6gerald2-10/+41
destination GeoIP lookups. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39299 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Added media type multipart/report from RFC3462.stig1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39298 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Typo FT_IPv4 isf FT_IPv6.etxrab2-2/+2
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6435 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39297 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Add exportsetxrab3-46/+53
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39296 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Fix for bug 6356:jake1-5/+7
Wireshark encounters error while parsing ieee80211 QoS Null data. The error is because of invalid read when trying to read mesh_flags (after the header), which doesn't exist. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39295 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 ↵wmeier23-321/+321
dissectors: Specifically: Replace FALSE|0 and TRUE|1 by ENC_BIG_ENDIAN|ENC_LITTLE_ENDIAN as the encoding parameter for proto_tree_add_item() calls which directly reference an item in hf[] which has a type of: FT_UINT8 FT_UINT16 FT_UINT24 FT_UINT32 FT_UINT64 FT_INT8 FT_INT16 FT_INT24 FT_INT32 FT_INT64 FT_FLOAT FT_DOUBLE git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39294 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Add missing (presumably) entries for credssp,idmp,t124 & x721.wmeier1-4/+8
However: t124 & x721 fail to build on Windows so comment them out. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39293 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in ↵wmeier97-2126/+2126
plugin dissectors: Specifically: Replace FALSE|0 and TRUE|1 by ENC_BIG_ENDIAN|ENC_LITTLE_ENDIAN as the encoding parameter for proto_tree_add_item() calls which directly reference an item in hf[] which has a type of: FT_UINT8 FT_UINT16 FT_UINT24 FT_UINT32 FT_UINT64 FT_INT8 FT_INT16 FT_INT24 FT_INT32 FT_INT64 FT_FLOAT FT_DOUBLE git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39292 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06It seems like GEOIP_NETSPEED_EDITION_REV1_V6 was added to GeoIP 1.4.8.stig1-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39291 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Fix unused parameter warnings.etxrab1-7/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39290 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Removed unconditional g_warnings and a bit of code clean up.etxrab1-233/+38
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39289 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in ↵wmeier364-9197/+9197
non-autogenerated epan/dissectors: Specifically: Replace FALSE|0 and TRUE|1 by ENC_BIG_ENDIAN|ENC_LITTLE_ENDIAN as the encoding parameter for proto_tree_add_item() calls which directly reference an item in hf[] which has a type of: FT_UINT8 FT_UINT16 FT_UINT24 FT_UINT32 FT_UINT64 FT_INT8 FT_INT16 FT_INT24 FT_INT32 FT_INT64 FT_FLOAT FT_DOUBLE git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39288 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Don't break strict aliasing rules.gerald1-6/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39287 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Create expert item for invalid packet type instead of using ↵wmeier1-55/+36
DISSECTOR_ASSERT_NOT_REACHED(); Reformat some long lines; Refactor code slightly. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39286 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-05GEOIP_NETSPEED_EDITION_V6 → GEOIP_NETSPEED_EDITION_REV1_V6.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39285 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-05Add a dummy version of geoip_db_lookup_ipv6(). Should fix compilation ongerald1-0/+5
a few of the build slaves. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39284 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-05Add a HAVE_GEOIP_V6 configuration option and enable it by default.gerald3-4/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39283 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-05Add $(GEOIP_CFLAGS).gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39282 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-05Fix GeoIP-sans-IPv6 compilation.gerald2-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39281 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-05Add GeoIP IPv6 database support. Tested with GeoIP 1.4.7, but oldergerald7-18/+450
versions *should* be supported. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39280 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-05packet-ipdc.h no longer exists ...wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39279 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-05Fix proto_tree_add_item() encoding parameter:wmeier2-781/+734
- Use ENC_BIG_ENDIAN instead of a (non-sensical) variable value; - Use ENC_NA for hf field type FT_BYTES; Also: - Remove unneeded #includes; - Use consistent indentation; - val_to_str_...() ==> val_to_str_..._const() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39278 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-05In iousers_init(), compare "conv,ipv6" before "conv,ip" and be sure to ↵cmaynard1-9/+9
compare all 9 characters of that string instead of only 7. Also correct the offset when looking for a possible comma followed by an optional filter. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39277 f5534014-38df-0310-8fa8-9805f1628bb7