aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2009-12-18Fixed some OPTIONAL vs. DEFAULT issues.stig1-2/+2
Regenerate the DOP dissector. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31313 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-18Regenerated with SIZE constraints checking.stig2-23/+36
Added MMSUpperBounds.asn. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31312 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-18Regenerated with SIZE constraints checking.stig2-42/+296
Added IPMSUpperBounds.asn. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31311 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-18Regenerated with SIZE constraints checking.stig2-307/+584
Added MTSUpperBounds.asn. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31310 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-18Added option (-C) to check for SIZE constraints in octet-string, integer,stig2-9/+108
enumerated, sequence-of and set-of types. Added BER functions to check for SIZE constraints and give expert info warnings. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31309 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-18Added expert info group PI_PROTOCOL.stig2-1/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31308 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-18Fix crash bug by allocating correct size of struct (used with SR tracking).martinm1-2/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31307 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-18Dissect NumberPortabilityRequest return result.etxrab1-2/+42
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31306 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-18Introduce a value_string to provide descriptions for some SMTP responsesfisher1-1/+29
codes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31305 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-18Fix our match flags.gerald2-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31303 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-18If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for thegerald7-20/+273
"matches" operator. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31302 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-17Fix/enhacement of Quality of Service IEdimeg1-403/+292
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31295 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-17Remove stray #if 1martinm1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31292 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-17Adding FT_NONE item with proto_tree_add_item() causes crashes later, so usemartinm1-4/+8
proto_tree_add_none_format() instead. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31291 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-17Introduce "Ignore Packet" in the packet list.stig5-0/+54
This will remove the package from the dissection functions without removing it from the capture file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31287 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-16From Pascal Quantin:etxrab1-18/+17
Add dissection of UE Capability Information PDU. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4335 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31286 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-16Expert info warning when Keypad Facility IE contains character that isdimeg1-4/+10
not a DTMF digit git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31284 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-16Update CC Capabilities IE to decode ENICM and MCATdimeg1-2/+24
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31283 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-15More NULL entries in dtap_msg_sm_fcn[] to avoid out of bounds accessdimeg1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31279 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-15Fix/update for PDP Address IEdimeg1-97/+63
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31278 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-15Fix a number of copy & paste errors introduced over various checkins andsfisher1-8/+8
change duplicated filter names used for different purposes by inserting another word to differentiate between them. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31274 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-15From Yaniv Kaul:jake1-8/+16
Attached patch fixes the dissection of the Set Colormap Entries server message. It was at least off-by-one to start with, and the dissection went a bit wrong from there on. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31273 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-15From Vasil Velichkov:etxrab1-8/+24
Bug 4330 - Add dissection of HighLayerCompatibility parameter in CAMEL/INAP InitialDP operation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31272 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-14Use the right field for the extension length. Should fixguy1-1/+1
http://buildbot.wireshark.org/trunk/builders/Ubuntu-7.10-x86-64/builds/311/steps/run-randpkt/logs/stdio git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31270 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-14Add support for LUDT/LUDTS in ANSI (ANSI added them in 2000/2001).morriss1-64/+53
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31268 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-14Add a cast to try to keep the win64 compiler happymartinm1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31267 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-14Add ETSI Applications.etxrab1-0/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31266 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-14Show the time between SR and failure or grant.martinm1-6/+43
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31265 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-14Catch unexpected Scheduling Request state transitions as expert info.martinm1-7/+57
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31261 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-14From Thomas Dreibholz:jake1-35/+68
Add the missing message type "SSP Not Ready" to the SSP protocol dissector. In addition to that: - make it a proper new style dissector, reporting dissected length, - fix Keep Alive Ack, taking into account the indicated length. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31260 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-13Remove obsoleted test (test is obsoleted by svn 31252)sake1-16/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31253 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-13Fix for bug 3955 and 4288. When doing Follow TCP stream, there was no sake3-6/+12
check whether a packet belonged to the correct tcp stream (when there are multiple streams in the tracefile with the samen ip addresses and tcp ports. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31252 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-12From Mathieu Parent:jake2-48/+127
As defined in rfc4511 [Lightweight Directory Access Protocol (LDAP): The Protocol], see the attached patch that dissects IntermediateMessage. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31251 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-12From Yaniv Kaul:jake1-22/+45
VNC dissector fails to dissect properly the authentication used by the older VNC protocol. Specifically, the part about version 3.3 in section 6.2 of the protocol was ignored / not properly implemented. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31250 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-12Rename BASE_STRUCTURE_RESET to BASE_DISPLAY_E_MASK, to clarify that it'sguy2-24/+30
a mask to select the base_display_e value from a display field in a header_field_info structure. Never select that value by masking out the BASE_RANGE_STRING flag bit, as that won't continue to work if more flag bits, or other bitfields, are added. Instead, mask with BASE_DISPLAY_E_MASK. Note that the base_display_e value and BASE_RANGE_STRING flag are only for integral field types, and clarify what BASE_DISPLAY_E_MASK is. Give at least one of the reasons why hiding protocol fields is not considered a good idea. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31249 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-12Suggest solutions on the missing MIBs popup window.rbalint1-1/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31247 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-11From Richard Pecl:jake1-0/+1
Adding prefs_register_protocol_subtree to libwireshark.def git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31246 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-11From Martin Willi:jake1-5/+1
The attached patch fixes the check for types with the long extension format and re-enables it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31244 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-11From Pascal Quantin: add PDCP framing method over UDP.martinm2-0/+235
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31243 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-11Just use abs_time_secs_to_str() to display UTC times, now that it has aguy1-14/+6
flag to tell it to format the time in UTC. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31239 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-11Protect against localtime() failing.guy1-8/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31238 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-11The pointer is "tmp", not "tm".guy1-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31237 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-11Squelch warnings.guy1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31236 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-11Add the time zone abbreviation to the result of abs_time_to_str() andguy1-25/+51
abs_time_secs_to_str(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31234 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-10From Clif Bratcher:jake1-0/+6
Add a tap hook to the IPv6 dissector. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31230 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-10Generated fields should not highlight any bytes in the packet bytes pane.sfisher1-1/+1
This is especially true in this case because the indication that an arp packet is gratuitous is determined with the following code, which checks multiple fields: if (((ar_op == ARPOP_REQUEST) || (ar_op == ARPOP_REPLY)) && (memcmp(spa_val, tpa_val, ar_pln) == 0)) is_gratuitous = TRUE; else is_gratuitous = FALSE; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31229 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-10Show absolute times as UTC, as was done before.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31228 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()guy22-105/+101
indicating whether the time should be shown as local time or UTC. For now, always pass FALSE, meaning "show as local time". Clean up some stuff in the SNMP dissector, use abs_time_secs_to_str() for times with one-second resolution, and update a comment in various macros in the WSP dissector, while we're at it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31227 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-10Well, not quite - proto_tree_add_item() doesn't work on FT_ABSOLUTE_TIMEguy1-1/+4
fields, as there are several different possible time formats, and there's not yet any way to specify the particular format. However, we don't need to format the time stamp - let the Wireshark core code do that. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31226 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-10Just use proto_tree_add_item(), don't use a fancy sequence of code thatguy1-5/+1
yields the same result. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31225 f5534014-38df-0310-8fa8-9805f1628bb7