aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2010-05-10Allow for proto_tree_add_item() with FT_ABSOLUTE_TIME and FT_RELATIVE_TIME.jake1-0/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32731 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-09[Automatic manuf and enterprise-numbers update for 2010-05-09]gerald1-11/+99
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32728 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-08(Trivial) Fix some indentation.wmeier1-10/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32725 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-08(Trivial) Fix a typo & some indentationwmeier1-7/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32724 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-08Enable "Decode As..." for ethertype 0x0000 (fix for bug 4721)sake1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32723 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-07Register a dissector table for dissecting Ericsson AVP:s.etxrab1-2/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32712 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-07From Jouni Malinen via bug 4713:gerald1-1/+14
The 0x80 bit in the Action Category field indicates that the transmitter is reporting an unrecognized category (or somehow incorrect frame). Rest of the frame body is identical to the original Action frame, so we should handle dissecting of these just like with the category without the 0x80 bit. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32699 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-06From Hadar Shoham via bug 4750:gerald1-17/+20
1. add docsis3.0 support in bootp option 60 2. change to text option 123 (Cable lab) 3. change to text option 43 sub option 8 (OUI) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32696 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-06Use consistent indentation & whitespace.wmeier1-2318/+2318
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32693 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-06From Mathieu Parent:jake1-14/+79
* Added LineInstance and CallId to keypadButton-, stimulus-, offHook-, onHook-, startTone-, stopTone-, setRingerMessage * Added RingMode to setRingerMessage * Added displayName to LineStatMessage git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32692 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-06tvbparse_len_left does not seem to exist in tvbparse.cetxrab1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32691 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-06Follow up for revision 32670.jake1-8/+1
Straighten out is_acn() function. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32690 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-06Cleanup and export the TVB parser.jake2-44/+64
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32689 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-06Add PPID 28 IRCPetxrab2-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32686 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-06Simplified hour_min_sec calculations.stig1-11/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32684 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-06Added an option to display seconds as hours, minutes and secondsstig4-153/+261
in the packet list, on this format: "1h 2m 3.456s". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32683 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-05Calculate correct PDU lenght if the per_length_determinant is one byte long.etxrab1-93/+96
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32680 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-05- Remove check_col()etxrab1-19/+18
- only read method string once. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32677 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-05Try to avoid the user confusion reported inmorriss2-1765/+1765
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3477 by not using blurbs that look like abbreviations (filter strings). While we're at it try to avoid giving blurbs that are identical (or nearly so) to the field name. Regenerate a couple of dissectors like this to prove out the idea. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32673 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-05H.225.0 updated to version 7 (2009-12)kukosa1-25/+99
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32672 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-05From Jim Schaettle:etxrab2-10/+103
Add Ratified DMX to ACN Dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4745 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32670 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-05From Andrew Feren:etxrab1-8/+26
The current implementation of options templates continues reading past the end of the option template. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4744 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32669 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-04Un-C++-ify a comment.gerald1-12/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32664 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-04 H.245 updated to v15 (2009-12)kukosa1-0/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32660 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-04Remove unused variables.etxrab1-4/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32659 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-04Refactor the code to parse SIP contact parameters.etxrab1-90/+84
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32658 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-04From Andrew Feren:etxrab1-5/+19
Solve Problems decoding variable length strings in IPFIX. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4742 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32657 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-04From Jouni Malinen:jake1-0/+16
Dissect the optional IEs following the fixed fields in Deauthentication and Disassociation frames. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32656 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-03Rework code to handle multiple messages in a packet.wmeier1-178/+180
Fixes Bug #4709. See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4709 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32654 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-03Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4734 :morriss1-2/+3
Don't crash on a malformed SMB packet. According to svn blame, this code has been here since rev 21713 though maybe something else changed to make the crash apparent. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32650 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-03This patch is submitted on behalf of Mellanox Technologies:etxrab2-43/+45
Printing to the source and destination columns by the Infiniband dissector is not working properly. This patch changes the printing code to perform the correct operations, so that the source and destination information properly appears in the columns. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4739 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32648 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-03This patch is submitted on behalf of Mellanox Technologies:etxrab2-6/+302
This patch adds code for correct dissection of two performance management datagrams to the Infiniband dissector. The added MADs are PortCounters and PortCounters Extended. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4741 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32647 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-03This patch is submitted on behalf of Mellanox Technologies:etxrab1-1/+14
This patch adds value strings that display the meaning of the possible values for the infiniband.mad.method field. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4740 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32646 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-03This patch is submitted on behalf of Mellanox Technologies:etxrab2-11/+13
This patch fixes a bug in Infiniband dissection where the offset was incorrectly incremented in some cases leading to attempt to read past the end of the tvb and a MALFORMED-PACKET error being issued. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4738 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32645 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-03This patch is submitted on behalf of Mellanox Technologies:etxrab2-31/+41
This patch fixes the code to correctly identify MAD packets by their source and destination queue pairs. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4737 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32644 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-03ignore unreassembled fragments if the first segment of the next message comes kukosa1-1/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32643 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-03add SAPI "Q.931 packet mode communication" which is obsolete but used in ↵kukosa1-0/+3
some traces git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32641 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-02Rewrite: strcpy -> g_strlcpy.stig1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32637 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-02Fix:etxrab1-1/+1
packet-ip.c:1311: warning: 'field_tree' may be used uninitialized in this function git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32635 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-02From Jakub Zawadzki:etxrab2-3/+40
Fix copy&paste error + add support for proto_tree_add_bits API https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4413 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32634 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-02From Jakub Zawadzki:etxrab1-18/+17
patch for ip.flags (using proto_tree_add_bits_item). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4413 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32633 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-02[Automatic manuf and enterprise-numbers update for 2010-05-02]gerald1-4/+216
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32630 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-02Don't type prune the data_ptr pointer for UAT.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32629 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-02Don't type prune the data_ptr pointer for UAT.stig1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32628 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-02From Hitoshi Irino:jake1-39/+72
The function "dissect_v9_pdu" of "epan/dissectors/packet-netflow.c" decodes NetFlow v9 packets and IPFIX packets with same logic. But, the "scope field" is different between NetFlow v9 and IPFIX. NetFlow v9 has only 5 kind of scopes. On the other hand, many Information Elements can be used as scope fields in IPFIX packets. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32627 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-02Fix for bug 4723:jake1-1/+1
Don't type prune the data_ptr pointer for UAT. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32626 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-02Added some more dissecting.stig1-8/+44
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32625 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-01Dissect 3GPP AVP 5 3GPP-GPRS Negotiated QoS profile.etxrab2-2/+22
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32622 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-30Revert rev 32519 for now: it is making the dissector bug a little too ↵morriss1-1/+3
obvious. It may make sense to put the check back in once the bug (tracked via 4698) is fixed. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32620 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-30Pick up other check from the almost-identical routine inguy1-0/+9
epan/dfilter/scanner.l. (The common code should be in a utility routine.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32619 f5534014-38df-0310-8fa8-9805f1628bb7