aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2009-05-31Don't dissect IP-ID and UDP checksum for IR, IR-DYN frames.martinm1-97/+104
Name hf items and filter strings to consistently include "rohc" git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28539 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-31Change my e-mail addresssfisher7-7/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28537 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-30Add cipher suites defined in RFC 4279.tuexen1-0/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28535 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-30python binding update :standel2-31/+82
* adding pydoc documentation to doc/README.python * possible to access directly libwireshark via libhandle and raw_<tvb|pinfo|tree> * transform some methods into properties * update sample to reflect changes/features * adding comments!!! git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28532 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-30Tidy up comments.martinm1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28531 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-30Dual-license this header file.martinm1-0/+26
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28530 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-29python binding for wireshark (first commit)standel14-5/+1274
* ability to write dissectors with python for wireshark. documentation (http://wiki.wireshark.org/Python) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28529 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-29tvb_new_real_data -> tvb_new_child_real_dataetxrab6-19/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28517 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-28From Tobias Witek (bug 3496):stig1-2/+6
The patch puts the function declarations for zbee_sec_ccm_decrypt() and zbee_sec_key_hash() into a #ifdef HAVE_LIBGCRYPT guardian to avoid gcc from complaining about functions that are declared as 'static' but never defined. It additionally puts the function zbee_sec_make_nonce() (and its declaration) into a #ifdef HAVE_LIBGCRYPT guardian to avoid gcc from complaining about a defined but unused function, if libgcrypt is not used. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28513 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-28Add casts from size_t to fix win64 buildbot problems.martinm1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28512 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-28Add definitions for a UDP framing protocol and heuristic dissector (example ↵martinm2-0/+200
client code will be posted on wiki soon) Add a missed initialisation to stats window struct. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28511 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-27Detect if the setup channel is video or not.etxrab1-8/+24
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28509 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-26Make the TZSP dissector register itself for find_dissector.sfisher1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28491 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-26Misc dissector cleanup:wmeier12-1452/+1458
- Make some fcns & vars static - hf[] blurbs: "" and repeated text --> NULL - Move proto_register & proto_reg_handoff to end of source - packet-catapult-dct2000: simplify proto_reg_handoff - Use consistent indentation git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28488 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-26zbee: Misc cleanup:wmeier9-312/+290
- Ethereal --> Wireshark - Make fome fcns & vars static - Spelling - hf[] blurbs: "" --> NULL - Remove some unneeded forward declarations - packet-zep: rework reg_handoff to init handles only once - Rename global 'get_bit_field' to 'zbee_get_bit_field' ... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28487 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-26From Kovarththanan Rajaratnam: dfilter: Fix for bug #3490:wmeier1-0/+1
"Purify reports an uninitialized memory read in dfw_append_const() when accessing the 'next_const_id' member. This seems to be caused by dfwork_new() which doesn't properly initialize the member." git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28486 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-26Add a cast for Win64.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28480 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-26From Didier Gautheron via bug 3052:gerald5-6302/+9051
Add: - FIX 4.0 to 4.4 fields, auto generated with XSLT stylesheets applied on http://www.quickfixengine.org/ xml files (not included quickfixengine code is BSD but xml files have no copyright). - value_string functions for string keys, added to value_string.c. - FIX desegmentation, it doesn't work well with malformed FIX PDU. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28478 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-26From Roberto Mariani via bug 3324:gerald1-51/+7
- Removed heuristic for find if is_request and used event_type - URB_INTERRUPT don't goes in reverse direction... fixed git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28477 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-25Added an expert info for "IP port reused".stig1-1/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28472 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-25From Dan Gora:jake1-13/+202
This patch adds support for the I-TDM control protocol specified in PICMG SFP.1 chapter 3.12. This control protocol is used to "automatically" initialize new I-TDM data flows. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28468 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-25From Thomas M. Knoll:jake2-3/+3
The CoS Capability extended community has been changed to a transitive ext. community and was reassigned an IANA type number. It has changed from 0x40 to 0x05. see: http://www.iana.org/assignments/bgp-extended-communities git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28467 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-25From Michael Lum:jake1-2/+2
Some of the hard-coded 96 and 127 values representing dynamic payloads were changed to use #defines from rtp_pt.h but not all. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28466 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-24Use proto_tree_add_uint64 for 64 bits values.stig1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28465 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-24From Rama Chitta (bug 3467):stig1-56/+1573
Added routines for Memcache Textual Protocol. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28462 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-24Rewrite some non-ascii characters.stig1-8/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28461 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-23Out goes a C++ comment inside #if 0 #endif to make the API checker happy.tuexen1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28456 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-22From Greg Schwendimann via bug 3156:gerald2-26/+61
Airpdcap does not allow for more than one key to be stored for a pair of nodes. This means that when a device associates more than once the previous keys are lost. This is ok for the first pass as the newest key is all that is needed but when the user tries to click on a packet, to get the tree, which used a previous key all that is seen is the encrypted data. The attached patch stores previous associations in a linked list and will try all known keys before decided the packet can't be decrypted. The list of keys is garbage collected when a new capture is started. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28449 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-22From Terry Hardie via bug 3080:gerald1-2/+56
In ISUP, if the redirecting or original called number parameters are present, but have a zero length number in them, the dissector (incorrectly) marks them as malformed packets. Also, the precedence decoder is very terse (Doesn't even display the precedence level correctly) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28448 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-21zbee: minor cleanupwmeier7-251/+248
- replace C++ comments by C-style comments (or #if 0...#endif); - Chnage all hf[] "" blurbs to NULL; - Fix some spelling; - Remove two unused handles. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28439 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-21paltalk: minor cleanup:wmeier1-38/+30
- prefs registration not req'd (no prefs); - move hf[] & ett[] to be local to proto_register; - use std dissector format: move proto_register & proto_reg_handoff to end; - if (proto == -1) in proto_register not req'd; - if (! initialized) not req'd in proto_reg_handoff since no prefs callback. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28437 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-21Add filterable generated item arp.isgratuitous. Inspiredjmayer1-34/+43
by question on wireshark-users ML by wireshark.20090520@tozer.org.uk git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28436 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-21foo() and foo(void) might be the same in C++, but they're not the sameguy1-2/+2
in C. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28435 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-21From Mohammad Ebrahim Mohammadi Panah via bug 2954:gerald2-0/+134
I've developed a Wireshark dissector for Paltalk messenger protocol. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28434 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-20From Alex Lindberg via bug 3094:gerald2-29/+137
Added descriptions for dynamic RTP Payload types. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28433 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-20Add a preference to force the dissector to assume that packets have anguy1-2/+14
FCS; this handles protocols where there's no length field, so that the "is there a trailer and/or an FCS?" heuristic can't work. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28432 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-20Fix Win64 compilation.gerald1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28430 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-20From Owen Kirby via bug 3431:gerald16-9/+11059
The attached patch file adds dissectors for the ZigBee protocol stack, which runs atop the IEEE 802.15.4 dissector. Also included is the dissector for the ZigBee Encapsulation Protocol (packet-zep.c), used by the Exegin Q51 protocol analyzer. From me: Fix a bunch of gcc (the compiler, not me) warnings. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28429 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-20Rename e_ip to ws_ip (from packet-ip.h change).stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28427 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-20From Vincenzo Condoleo via bug 2589:gerald1-0/+1
Add IP packet comparison statistics. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28426 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-20From Jakub Zawadzki via bug 3421:gerald2-15/+8
e_ip->ip_ttl is currently always set to 0, in attachment fix. I also (in same patch, sorry) submit cleanup to use ep_alloc() instead of static e_ip buffers, I didn't test it, but I hope it's ok. There's note about static buffers in doc/README.tapping, which should also be updated, but I don't feel so good with my English :) From me: Rename e_ip to ws_ip. Update the static buffers note in README.tapping. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28425 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-20Added expert info for Unknown RTSE PDU.stig1-3/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28424 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-20Added expert info for OID not implemented.stig1-11/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28423 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-20Added expert info for OID not implemented.stig1-9/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28422 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-20Update to 8.5.1 - "Minor corrections before freezing of ASN.1"etxrab1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28421 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-19From Julien Kerihuel via bug 2850:gerald7-0/+763
Patch to implement decoding of Exchange RFR protocol. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28420 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-19Ok, private_data is only saved if HAVE_LIBGCRYPT.stig1-2/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28417 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-19Get info about media type(Video or not) a first step towards usage in rtp ↵etxrab9-24/+50
statistics. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28415 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-19Move pd variables outside HAVE_LIBGCRYPT.stig1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28414 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-19Add a few more missing ROHC RTP fields.martinm1-4/+40
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28413 f5534014-38df-0310-8fa8-9805f1628bb7