summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2010-09-23- trunkated -> truncatedJörg Mayer1-8/+20
- Print "Type II" and "Type III" as versionstrings. - Make sure that version = 1 or 2 svn path=/trunk/; revision=34222
2010-09-23Jason Masker:Jörg Mayer1-17/+56
- Add decoding of direction bit for version 2 (type III) erspan. Me: - Decode the original direction bit as unknown in case of version 2. - The original unknown3 value seems to indicate whether the packet was too long to fit into a single mtu (trunkated). - "Timestamp(s)" -> "Timestamp" svn path=/trunk/; revision=34221
2010-09-23Store "Show Resolved" setting for custom columns.Stig Bjørlykke1-3/+9
svn path=/trunk/; revision=34220
2010-09-23(Trivial) Whitespace cleanup.Bill Meier1-10/+10
svn path=/trunk/; revision=34217
2010-09-23Make value_string ipproto_val static; It should only be referenced using ↵Bill Meier2-2/+1
ipproto_val_ext svn path=/trunk/; revision=34215
2010-09-23Use extended ipproto value_string (ipproto_val_ext).Bill Meier1-2/+2
svn path=/trunk/; revision=34214
2010-09-23Whitespace cleanup: convert "4 space tabs" to spaces.Bill Meier1-76/+76
svn path=/trunk/; revision=34213
2010-09-23Whitespace cleanup: Convert "4 space tabs" to spaces.Bill Meier1-230/+230
svn path=/trunk/; revision=34212
2010-09-23From Pascal Quantin:Anders Broman1-11/+75
NAS EPS] Wrong dissection of Non-current native NAS key set identifier https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5253 svn path=/trunk/; revision=34210
2010-09-23Jason Masker <jason at masker.net>:Jörg Mayer3-12/+44
Updates for the Cisco ERSPAN type III (version 2) protocol. svn path=/trunk/; revision=34209
2010-09-23Add some more casts.Jeff Morriss1-8/+8
svn path=/trunk/; revision=34208
2010-09-23Updates from Lukasz Kotasa.Stig Bjørlykke1-5/+5
svn path=/trunk/; revision=34207
2010-09-23Corrected check for attribute flag bits.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=34203
2010-09-23Show Abort source in info column.Stig Bjørlykke1-4/+18
svn path=/trunk/; revision=34202
2010-09-23H. Sivank <hsivank@gmail.com>Jörg Mayer1-1/+1
I try to configure Wireshark with cmake on macosx 10.6. It fails with : set_target_properties called with incorrect number of arguments. Attached a patch to fix this issue. svn path=/trunk/; revision=34201
2010-09-23Fix for bug 5252:Jaap Keuter1-2/+5
Use real IPv6 destination address when RH0 has 0 segments left. svn path=/trunk/; revision=34199
2010-09-23Revert 34191 and add some casts insteadJeff Morriss4-25/+24
svn path=/trunk/; revision=34193
2010-09-23Use gsize (size_t) in a couple of places to make the Win64 build happy.Jeff Morriss4-16/+17
svn path=/trunk/; revision=34191
2010-09-22Make buildbot happy again...Sake Blok2-1/+2
svn path=/trunk/; revision=34189
2010-09-22When using a custom column, make it possible to select which occurrence to ↵Sake Blok9-174/+246
show if the field has multiple occurrences. svn path=/trunk/; revision=34186
2010-09-22- reassembly code shouldn't be under 'if (tree)'Bill Meier1-39/+40
- ECDH Parameter - Content: Packet Bytes highlighting was off-by-one. svn path=/trunk/; revision=34185
2010-09-22Code cleanup: Bill Meier1-53/+52
- Fix incorrect uses of val_to_str which could cause inv mem refs; - Use tvb_reported_length instead of tvb_length; - (Trivial) Remove some unneeded '= NULL' initializations; - (A few other trivial changes). svn path=/trunk/; revision=34183
2010-09-22Code cleanup: Changed proto_tree_add_boolean() and proto_tree_add_bytes()Stig Bjørlykke1-21/+18
to proto_tree_add_item(). svn path=/trunk/; revision=34182
2010-09-22From Lukasz Kotasa and Lukasz Suchy via bug 5248:Stig Bjørlykke3-0/+1182
Added dissector for WAI authentication protocol. From me: Some cleanup. svn path=/trunk/; revision=34181
2010-09-22From Lukasz Kotasa via bug 5248:Stig Bjørlykke2-0/+10
Added ETHERTYPE_WAI. svn path=/trunk/; revision=34180
2010-09-22From Pascal Quantin:Anders Broman2-21/+8
[NAS EPS] Use Request Type IE defined in 3GPP 24.008 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5246 svn path=/trunk/; revision=34179
2010-09-22From Pascal Quantin:Anders Broman1-5/+30
[NAS EPS] Traffic Flow Template IE dissection bugs. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5243 svn path=/trunk/; revision=34177
2010-09-21The CLDAP attribute value on a CLDAP reply is no longer being decodedAnders Broman1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5239 It got broken in Revision 33390 I think, if attr_type is unset at this point it should be set in the calling function. http://anonsvn.wireshark.org/viewvc/trunk/asn1/ldap/ldap.cnf?r1=33388&r2=33390 svn path=/trunk/; revision=34176
2010-09-21As suggested by Kovarththanan Rajaratnam in ↵Jeff Morriss16-298/+298
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3548 : Clean up hf fields some more: mostly removing leading and trailing spaces from names and blurbs. svn path=/trunk/; revision=34165
2010-09-21Add a castJeff Morriss1-1/+1
svn path=/trunk/; revision=34164
2010-09-21Use size_t to keep the Windows compiler happyJeff Morriss1-1/+1
svn path=/trunk/; revision=34163
2010-09-21From Jakub Zawadzki via ↵Jeff Morriss1-96/+130
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3336 : We parse host & request page from headers, so we easily can construct full http uri. I was thinking about making it as field, so we could filter, print in column info, or do other fancy stuff, but for now this is imho enough. From me: add it as a (filterable) item. Clean up spacing and indentation in a few places. svn path=/trunk/; revision=34162
2010-09-20Fix sequence numbers reported when duplicate SN detected.Martin Mathieson1-4/+6
svn path=/trunk/; revision=34161
2010-09-20Put Abort reason in info column.Stig Bjørlykke1-9/+16
svn path=/trunk/; revision=34159
2010-09-19[Automatic manuf and enterprise-numbers update for 2010-09-19]Gerald Combs1-2/+170
svn path=/trunk/; revision=34155
2010-09-18Fix for bug 5220:Jaap Keuter1-13/+24
- Don't list codecs which are deleted by using port 0. - Use real concatenation i.s.o. reprint, which seems to fail in some circumstances. svn path=/trunk/; revision=34154
2010-09-17Copy the rev 34143 changes to packet-snmp.c over to the asn1 source.Jeff Morriss1-12/+12
hf_snmp_engineid_enterprise is now a BASE_EXT_STRING, not BASE_RANGE_STRING. This fixes the fuzz failure in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5233 svn path=/trunk/; revision=34151
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier18-37/+39
Also: packet-nhrp.c: #include sminmpec.h not req'd; svn path=/trunk/; revision=34143
2010-09-17Remove check_col(). Clean up some spacing/indentation too.Jeff Morriss3-656/+488
svn path=/trunk/; revision=34142
2010-09-17From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5197 :Jeff Morriss3-73/+386
The NFS dissector (all versions) show access types that have not been requested to be checked as "not allowed" in the call and reply. This is incorrect and misleading. At present one must manually compare what was requested in order to assess if access was actually denied for that type. When there are hundreds or thousands of these ACCESS requests in a capture, it is not possible or practical to manually check each one. The submitted patch does the following: * Passes the access mask in the call to the reply for comparison * Adds filterable fields for each supported (v4) and access type * Adds a pseudo field, nfs.access_denied * Lists the access types to be checked in the summary and tree * Separately lists the supported, denied, and allowed access types in the summary and tree The changes are applied to all NFS versions. From me: a couple of small changes to make it compile without warnings. svn path=/trunk/; revision=34141
2010-09-17Extensive V9/V10 code clean up, bug fixing & dissection display improvements:Bill Meier1-1433/+1648
Bugs fixed: - Invalid time display for various time fields; Millisecs for types 152, 153 are actually stored as 64 bit integers; Microsecs, nanosecs are actually stored in "NTP format"; Times for fields 158, 159 are relative to "export time"; SystemInitTime displayed incorrectly; ... - Options template not cached when only scope fields in template. - Templates not processed on first pass thru capture file: (In some cases data flows might not be handled until options template later displayed). - V9: number of options template entries limited to about 8 instead of intended 42; - Multiple options temlate flows in an Options Template flowset not handled; - "NotSentOctets" dislayed as "NotSentPackets"; ... Cleanups: - Options and data template processing code more or less rewritten; - options template displayed with format similar to that used for data templates; - Handling and display of PEN field (including use to indicate REVERSE) improved; - Don't use same filter name for two similar fields which only differ in size; - Handling & dislay of "variable length" fields improved; - sminmec lookup (PEN) done only during template processing & cached for later use; ... - Whitespace/Formatting svn path=/trunk/; revision=34140
2010-09-16Add "(BE)" to the big endian representations of the ICMP identifier andStephen Fisher1-2/+2
sequence number fields to match the "(LE)" ones. svn path=/trunk/; revision=34136
2010-09-16Make "4 NOP in a row" work again after changing the NOP name for TCP and IPStig Bjørlykke1-2/+3
in revisions 34095 and 34097. svn path=/trunk/; revision=34134
2010-09-15From Juha Siltanen :Sake Blok1-63/+91
When sorting a capture by protocol, some RTP packets are shown only as FLIP, even though the dissection windows shows the RTP tree. (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5215) svn path=/trunk/; revision=34128
2010-09-15Bug #5127 from Guenter Strubreiter:Stephen Fisher2-1/+2
for avoiding doubled definition of a table needed also by a tcap subdissector plugin a definition in libwirshark.def is needed: isup_calling_partys_category_value Me: Change extern to WS_VAR_IMPORT in header file svn path=/trunk/; revision=34126
2010-09-15Missed this one (check_col() removal)Martin Mathieson1-29/+17
svn path=/trunk/; revision=34125
2010-09-15Remove a few more calls to check_col()Martin Mathieson5-92/+49
svn path=/trunk/; revision=34124
2010-09-15Add expert info for timing adjustment control message, and tweak a label.Martin Mathieson1-3/+8
svn path=/trunk/; revision=34123
2010-09-15Revert 34081 and 34093 in preparation for a cleaner fix.Jeff Morriss1-3/+3
svn path=/trunk/; revision=34121
2010-09-15Follow up to bug 5209 and rev 34115:Jeff Morriss1-12/+18
%hh is C99 so remove it from packet-ssl-utils and add it to the banned list (similar to %ll) in checkAPIs.pl . svn path=/trunk/; revision=34120