aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2012-03-20On behalf of Ericsson a dissector for output from a log tool.Anders Broman3-0/+591
svn path=/trunk/; revision=41685
2012-03-20Add Quick Start IPv6 Option ( And shared Quick Start option between ↵Alexis La Goutte4-59/+122
IPv4/IPv6/TCP ) svn path=/trunk/; revision=41681
2012-03-19Use consistent indentation & whitespace;Bill Meier1-770/+784
Reformat some lines. svn path=/trunk/; revision=41679
2012-03-19Fix crash (caused by a corrupted Diameter dictionary) reported inJeff Morriss1-3/+26
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6664 : Add some sanity checks before adding types, vendors, commands, and AVPs. svn path=/trunk/; revision=41675
2012-03-19From Roland Knall:Anders Broman1-27/+56
Guards the calledOnce boolean, against malformed traps, using register_frame_end_routine. Fixes openSAFETY - Malformed packets disable the dissector for the WS session https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6950 svn path=/trunk/; revision=41674
2012-03-19From Martin Kaiser:Anders Broman1-22/+19
dvb-ci dissector: dissect descriptor loops by using mpeg-descriptor. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6965 svn path=/trunk/; revision=41673
2012-03-19Update cause values and export the extended value string.Anders Broman2-4/+10
svn path=/trunk/; revision=41672
2012-03-19From Smyle6 via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6953Alexis La Goutte3-0/+1022
Dissector for Kismet drone/server protocol From me : * Fix Clang Warning * Remove if(tree) svn path=/trunk/; revision=41670
2012-03-19Add a new environment variable (WIRESHARK_ABORT_ON_OUT_OF_MEMORY) thatJeff Morriss1-2/+8
prevents OutOfMemory exceptions from being thrown. This makes it easier to debug such conditions. Set this variable in test-fuzzed-cap.sh but not in fuzz-test.sh; it's nice to see the friendly out-of-memory error message in the bug reports the latter script generates. svn path=/trunk/; revision=41656
2012-03-19Set eol-style to native (just to make these files readable on *NIX).Jeff Morriss2-199/+199
svn path=/trunk/; revision=41654
2012-03-18From Harald Welte: patch adding the missing hf[] entries ...Bill Meier2-0/+17
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6355#c11 svn path=/trunk/; revision=41651
2012-03-18Fix a checkAPIs error: Blurb matches field name.Bill Meier1-1/+1
svn path=/trunk/; revision=41646
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier27-28/+28
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6967 svn path=/trunk/; revision=41645
2012-03-18From Bill Schiller: New dissector for the HART/IP protocolBill Meier3-0/+1563
I'm contributing a new dissector for the HART/IP protocol. This protocol is specified by the HART Conformance Foundation (HCF). It is a standard protocol used in the process control industry. It essential wraps the multip-drop serial HART packets in TCP or UDP packets. The standard has been approved by the HCF and has been assigned UDP/TCP port 5094 by IANA. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6961 --This line, and those below, will be ignored-- M AUTHORS M epan/CMakeLists.txt M epan/dissectors/Makefile.common AM epan/dissectors/packet-hartip.c M ui/gtk/main_menubar.c svn path=/trunk/; revision=41644
2012-03-18[Automatic manuf, services and enterprise-numbers update for 2012-03-18]Gerald Combs1-5/+205
svn path=/trunk/; revision=41641
2012-03-18Use a value_string_ext to reference a value_string array;Bill Meier1-599/+590
Use consistent indentation; Reformat some lines. svn path=/trunk/; revision=41640
2012-03-18Fix the infinite-loop fuzz failure reported in ↵Jeff Morriss1-3/+3
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6962 : Repeat r41359 in another location: Don't try to display tone entries if there are none (but there is length for them). Could/should be an expert_info. Also fix a typo: Nomber->Number. svn path=/trunk/; revision=41639
2012-03-18Fix one of the dissector assertions in ↵Jeff Morriss1-3/+3
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6962 : Don't use a proto_item as the tree in proto_tree_add_text(). (There's code here to hang a subtree off the item but it's commented out.) svn path=/trunk/; revision=41638
2012-03-18Fix one of the dissector assertions in ↵Jeff Morriss1-9/+10
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6962 : tidlist is registered as a FT_UINT16 so don't add an array of 16-bit entities (tids) using it. Instead add each TID individually. svn path=/trunk/; revision=41637
2012-03-18Fix typo (wrong proto_item is used... when there is PAD1 Option)Alexis La Goutte1-1/+1
svn path=/trunk/; revision=41636
2012-03-18From Francesco Fondelli via ↵Alexis La Goutte4-1/+280
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6966 MPLS-TP Protection State Coordination (PSC) Protocol, RFC 6378 svn path=/trunk/; revision=41635
2012-03-17From Steve Magnani via ↵Jeff Morriss2-6/+6
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6963 : Conversation address generation during processing of endpoint descriptors is not being done in a manner consistent with that of general USB packet dissection. I am not aware of any observable manifestation of this bug. svn path=/trunk/; revision=41634
2012-03-17Mark the computed-from-the-MCS-field data rate as generated, and make itGuy Harris1-6/+8
cover the entire MCS field, in the hopes of avoiding the need to ask questions such as http://ask.wireshark.org/questions/9461 svn path=/trunk/; revision=41633
2012-03-17Clean up from what appears to have been 4-space tabs.Jeff Morriss1-2479/+1106
Clean up indentation. Leave only one statement on each line. svn path=/trunk/; revision=41626
2012-03-17Fix the infinite-loop fuzz failure reported inJeff Morriss1-20/+20
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6949 : Don't use a guint8 for() loop index when the end of the loop value is stored in a guint: the loop index may never reach the end-of-loop value. Also remove a shadow'd variable. svn path=/trunk/; revision=41625
2012-03-16Remove dissect_ipv6_options function (unused from Revision 16302...)Alexis La Goutte2-105/+1
svn path=/trunk/; revision=41624
2012-03-16Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
svn path=/trunk/; revision=41618
2012-03-16Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-11/+8
svn path=/trunk/; revision=41617
2012-03-16Update comments about tvbuff.Bill Meier1-16/+21
svn path=/trunk/; revision=41615
2012-03-16Use NULL instead of essentially duplicate text for one hf[] blurb;Bill Meier1-454/+451
Do some reformatting and do indentation & whitespace cleanup. svn path=/trunk/; revision=41614
2012-03-16Fix some of the incorrect hf[] FT_BOOLEAN 'display' and 'bitmask' fields;Bill Meier1-16/+15
(Additional instances requiring feedback from the dissector author have been marked with XXX). For 'hf_om2k_aop' use a bitmask in the hf[] entry rather than shifting & etc in the proto_tree_add_uint() call. See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6792 Comment #8. svn path=/trunk/; revision=41612
2012-03-16Show instance_id.Anders Broman1-2/+7
svn path=/trunk/; revision=41609
2012-03-16From Martin Kaiser: remove a set-but-unused variableJeff Morriss1-3/+0
svn path=/trunk/; revision=41608
2012-03-16Make a function staticJeff Morriss1-1/+1
svn path=/trunk/; revision=41607
2012-03-16Make several functions static; remove trailing commas and white space.Jeff Morriss4-40/+36
svn path=/trunk/; revision=41606
2012-03-16Make most of the functions in here staticJeff Morriss1-29/+30
svn path=/trunk/; revision=41605
2012-03-16Terminate a value_string. Remove a couple of trailing commas.Jeff Morriss1-18/+19
svn path=/trunk/; revision=41604
2012-03-16Fix typo.Anders Broman1-1/+1
svn path=/trunk/; revision=41603
2012-03-16Fix a typoAnders Broman1-1/+1
svn path=/trunk/; revision=41602
2012-03-16Error: the name for field "Initial Resource Locator Type " ↵Anders Broman1-3/+3
("eiss.aid.irl.type") has trailing space in packet-eiss.c Error: the name for field "Initial Resource Locator Length " ("eiss.aid.irl.length") has trailing space in packet-eiss.c Error: the name for field "Initial Resource Locator String " ("eiss.aid.irl.string") has trailing space in packet-eiss.c svn path=/trunk/; revision=41601
2012-03-16From Guy Martin:Anders Broman6-0/+3059
Add packet-mpeg-pmt, packet-mpeg-ca and mpeg-descriptors. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6960 svn path=/trunk/; revision=41600
2012-03-16From Weston Schmidt:Anders Broman5-8/+664
Add EISS dissector support. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6954 svn path=/trunk/; revision=41599
2012-03-16Upadte a value string.Anders Broman1-2/+8
svn path=/trunk/; revision=41598
2012-03-16From Guy Martin:Anders Broman1-15/+16
Fix a few bugs in packet-mp2t https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6959 svn path=/trunk/; revision=41597
2012-03-16Add @configure_input@ to a bunch of .in files that didn't have it.Guy Harris1-0/+3
Add $Id$ to those of said files that didn't have it, and fix one $Id to be $Id$. svn path=/trunk/; revision=41594
2012-03-16FT_BOOLEAN hf[] entry with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-1/+1
svn path=/trunk/; revision=41590
2012-03-16FT_BOOLEAN hf[] entry with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-224/+223
Reformat long lines; Use consistent indentation; Do some general whitespace changes. svn path=/trunk/; revision=41589
2012-03-16FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier13-334/+338
In some cases: Use val_to_str_const() instead of val_to_str(); Reformat long lines; Do some general whitespace changes. svn path=/trunk/; revision=41587
2012-03-16FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-197/+306
Reformat long lines; Do some general whitespace changes. svn path=/trunk/; revision=41585
2012-03-16FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-4/+4
svn path=/trunk/; revision=41584