summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-09-23Undo some part of Jörg Mayer1-13/+6
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34224 This fix is wrong. We need to find out why this fails and correct it in svn path=/trunk/; revision=34226
2010-09-23H.sivank:Jörg Mayer3-5/+13
Cmake fixes. svn path=/trunk/; revision=34225
2010-09-23Some CMake fixes from H.sivank:Stig Bjørlykke1-12/+18
- Apple gcc does not like "-Wl,--as-needed". - Fix plugins link step on OSX. - Put AUTHORS-SHORT, AUTHORS-SHORT-FORMAT and wireshark.pod in build directory. svn path=/trunk/; revision=34224
2010-09-23Fix crash creating a filter (using "Expression ...") for a field with an ↵Bill Meier1-1/+4
extended value_string svn path=/trunk/; revision=34223
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ørlykke2-4/+14
svn path=/trunk/; revision=34220
2010-09-23Do not set custom occurrence in recent file, this is used for column width.Stig Bjørlykke2-2/+2
svn path=/trunk/; revision=34219
2010-09-23Generate the value_string array sminmpec_values[] with "gaps"Bill Meier1-0/+17
filled in (using name "(Unknown)" so that direct (indexed) access to the value_string is possible. Note that this represents a slight API change in that match_strval() on sminmpec_values will no longer return NULL for missing enterprise numbers (less than the maximum in the array) but will return the string "(Unknown)". AFAIKT this change does not materially affect existing Wireshark use of the sminmpec value_string array. svn path=/trunk/; revision=34218
2010-09-23(Trivial) Whitespace cleanup.Bill Meier1-10/+10
svn path=/trunk/; revision=34217
2010-09-23Disable sorting while capturing.Stig Bjørlykke2-3/+26
svn path=/trunk/; revision=34216
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 Mayer4-12/+47
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-23Consistency: Replace tabs by spacesJörg Mayer1-10/+10
svn path=/trunk/; revision=34206
2010-09-23Copy behaviour ofJörg Mayer3-1/+4
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34145 to cmake. svn path=/trunk/; revision=34205
2010-09-23Add check for HAVE_GZCLEARERR.Jörg Mayer1-0/+4
svn path=/trunk/; revision=34204
2010-09-23Corrected check for attribute flag bits.Stig Bjørlykke2-2/+2
svn path=/trunk/; revision=34203
2010-09-23Show Abort source in info column.Stig Bjørlykke2-4/+30
svn path=/trunk/; revision=34202
2010-09-23H. Sivank <hsivank@gmail.com>Jörg Mayer22-34/+34
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-23Try to add support to learn the HTML_VIEWER variable and the DOC_DIR ↵Jörg Mayer2-1/+10
variables from the environment - not yet working svn path=/trunk/; revision=34200
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-23Install guides into DOC_DIR if definedJörg Mayer2-6/+25
svn path=/trunk/; revision=34198
2010-09-23Put the guides into the "guides" subdirectory of DOC_DIRJörg Mayer1-2/+2
svn path=/trunk/; revision=34197
2010-09-23Enable Python in HEAD to find problems during testing.Jörg Mayer1-1/+1
svn path=/trunk/; revision=34196
2010-09-23Enable Python for HEAD to make sure build problems are found.Jörg Mayer1-1/+1
svn path=/trunk/; revision=34195
2010-09-23Remove unnecessary include: register.hJeff Morriss30-185/+155
svn path=/trunk/; revision=34194
2010-09-23Revert 34191 and add some casts insteadJeff Morriss4-25/+24
svn path=/trunk/; revision=34193
2010-09-23Assume we HAVE_GZCLEARERR on Windows and when using cmakeJeff Morriss3-0/+5
svn path=/trunk/; revision=34192
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-23Remove a trailing space from an AVP name (which becomes a hf name)Jeff Morriss1-7/+7
svn path=/trunk/; revision=34190
2010-09-22Make buildbot happy again...Sake Blok2-1/+2
svn path=/trunk/; revision=34189
2010-09-22Very old versions of libz (such as the one that comes with Solaris 10) don't ↵Jeff Morriss2-0/+8
have gzclearerr(). Check for that function and only use it if we have it. svn path=/trunk/; revision=34187
2010-09-22When using a custom column, make it possible to select which occurrence to ↵Sake Blok14-187/+371
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-22Fix for bug 5172:Jaap Keuter1-1/+1
Properly retrieve the H.245 endpoint IP address. svn path=/trunk/; revision=34184
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ørlykke4-2/+1188
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-22interlink type is decimalUwe Girlich1-2/+2
some keyword substitution added svn path=/trunk/; revision=34178
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 Broman2-2/+2
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-21Make it compile.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=34175