Commit graph

10042 commits

Author SHA1 Message Date
Stig Bjørlykke
9ebac2bff6 g_free() is NULL safe, so we don't need check against it.
svn path=/trunk/; revision=27719
2009-03-13 22:21:22 +00:00
Stig Bjørlykke
62f60df6b4 From Jakub Zawadzki (bug 3331):
g_free() is NULL safe, so we don't need check against it.

svn path=/trunk/; revision=27718
2009-03-13 22:06:48 +00:00
Balint Reczey
10ab8cc28d Fix inverted interpretation of global_megaco_dissect_tree.
svn path=/trunk/; revision=27716
2009-03-13 16:51:40 +00:00
Stig Bjørlykke
cafdbc05f4 From Menno Andriesse:
Check for correct tx_mode in dissect_s5066_21() and dissect_s5066_25().

svn path=/trunk/; revision=27714
2009-03-12 22:06:59 +00:00
Stig Bjørlykke
1511ef5a88 From Chris Ridd (bug 3329):
There are two additional fields in PartialOutcomeQualifiers in X.500(2005) -
the entryCount CHOICE now has an "exact" option, and there's a "streamedResult"
flag.

svn path=/trunk/; revision=27713
2009-03-12 20:51:34 +00:00
Stig Bjørlykke
c16347358f From Jakub Zawadzki (bug3330):
Initialize hfinfo->display for FT_PROTOCOL.

svn path=/trunk/; revision=27711
2009-03-12 20:35:43 +00:00
Gerald Combs
5f1b7e8f27 More Win64 fixes.
svn path=/trunk/; revision=27707
2009-03-11 22:44:06 +00:00
Martin Mathieson
7bff5bf554 The abbreviation is "TOHC", not "RoHC".
svn path=/trunk/; revision=27700
2009-03-11 12:04:58 +00:00
Martin Mathieson
add4159aca Be careful not to show not-relevant context info.
svn path=/trunk/; revision=27699
2009-03-11 11:17:16 +00:00
Jaap Keuter
affc58bea9 From Brian Julin:
Add EnergyWise TLV dissection to CDP dissector.

svn path=/trunk/; revision=27698
2009-03-11 07:54:40 +00:00
Jaap Keuter
6acffc2357 Get the build going again on non-Windows compilers.
svn path=/trunk/; revision=27697
2009-03-11 07:35:43 +00:00
Anders Broman
564846935a From Carlos Mendioroz:
IAX2 calls statistics window ala RTP.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3217

svn path=/trunk/; revision=27696
2009-03-11 06:43:46 +00:00
Anders Broman
dd90adfe90 From Michael Lum:
More dissection of IOS parameters in ANSI MAP IOS Invoke/Response Data
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3323

svn path=/trunk/; revision=27695
2009-03-11 06:27:40 +00:00
Anders Broman
63398b72d2 Typo.
svn path=/trunk/; revision=27694
2009-03-11 06:19:35 +00:00
Anders Broman
bc366a6917 Prepare IE dissection.
svn path=/trunk/; revision=27693
2009-03-11 06:15:16 +00:00
Anders Broman
4465e9d053 From Michael Lum:
ISUP - added support for Calling Geodetic Location parameter.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3322

svn path=/trunk/; revision=27692
2009-03-11 06:14:18 +00:00
Jaap Keuter
108fe4f53a From Jakub Zawadzki:
Fix small memory leak when running from build directory.

svn path=/trunk/; revision=27691
2009-03-11 06:03:31 +00:00
Gerald Combs
e4892bb6c3 Make sure our offset increases, otherwise we'll go into a large loop.
svn path=/trunk/; revision=27682
2009-03-09 20:52:24 +00:00
Stig Bjørlykke
783fd3b199 Corrected oid names.
svn path=/trunk/; revision=27673
2009-03-09 13:26:47 +00:00
Stig Bjørlykke
093facc8c6 Corrected oid name.
svn path=/trunk/; revision=27672
2009-03-09 13:25:43 +00:00
Stig Bjørlykke
628f229936 Removed support for FT_UINT64/BASE_NONE/VALS combination.
svn path=/trunk/; revision=27671
2009-03-09 08:45:01 +00:00
Jaap Keuter
118a07bfde From Steve Karg:
Corrected the size of the for-loop counter declaration, added expert info and checksum_[good|bad] flags.
Added the MS/TP checksum bad setting to Checksum color filter.

svn path=/trunk/; revision=27670
2009-03-09 06:04:00 +00:00
Stig Bjørlykke
d52fd5e311 From Jakub Zawadzki and me (bug 3283):
Added display filter for packets with expert info.

svn path=/trunk/; revision=27668
2009-03-09 00:26:25 +00:00
Stig Bjørlykke
de14669997 Added FT_INT*/FT_UINT* with BASE_NONE and a value string as a valid combination.
With this combination we get tree items with only the string match and not
the value, and the filter is created with the string.  This is usefull
when having generated items with wireshark internals as values.

Also rewrote some string constructions.

svn path=/trunk/; revision=27667
2009-03-09 00:24:21 +00:00
Stig Bjørlykke
7870c69a91 Handle a empty string as "0" when checking numeric uat values, because
strtol() will set errno on some platforms and not on other platforms.
With this change we don't need to set a value in DLT_USER header size
and trailer size.

Also remove an unused strdup.

svn path=/trunk/; revision=27664
2009-03-08 22:36:43 +00:00
Stig Bjørlykke
b4c2f2044a Don't use ep_strndup() to copy the uat protocol name, because the value
can be free'ed before we use it.  Allocate the string like we do for
other strings and copy/free the memory in the appropriate copy_cb/free_cb
functions.  This is only used in the DLT_USER table yet.

svn path=/trunk/; revision=27663
2009-03-08 22:31:28 +00:00
Jaap Keuter
dc0426a532 Redesign GeoIP information presentation.
svn path=/trunk/; revision=27655
2009-03-08 14:11:01 +00:00
Stig Bjørlykke
e39edbb176 From Peter (bug 3314):
Fixed some 'longjmp' issues.

svn path=/trunk/; revision=27654
2009-03-08 14:00:09 +00:00
Stig Bjørlykke
089622fe33 Indicate hexadecimal preferences.
svn path=/trunk/; revision=27652
2009-03-08 12:00:14 +00:00
Stig Bjørlykke
4c4666e4a7 Indicate hexadecimal preferences.
svn path=/trunk/; revision=27651
2009-03-08 11:57:44 +00:00
Stig Bjørlykke
2445e38d88 Indicate hexadecimal preferences.
svn path=/trunk/; revision=27650
2009-03-08 11:55:44 +00:00
Stig Bjørlykke
c2e2fa98b5 Use UAT_FLD_PATHNAME for paths.
svn path=/trunk/; revision=27643
2009-03-07 14:39:39 +00:00
Stig Bjørlykke
90f6c29b8c Move packet-pres.c to dirty ASN.1 dissectors until we fix the warning
for data_ptr in uat_new().

svn path=/trunk/; revision=27642
2009-03-07 10:27:37 +00:00
Stig Bjørlykke
b43af91fe0 Added an expert info when dissector is not available.
svn path=/trunk/; revision=27632
2009-03-07 00:31:03 +00:00
Stig Bjørlykke
7ff188128b Added a users context list to map a presentation context identifier to an
object identifier when the capture does not contain a PRES package with a
presentation context definition list for the conversation.

Added a few expert infos.

svn path=/trunk/; revision=27631
2009-03-07 00:28:34 +00:00
Bill Meier
262f40505a Adjust some indentation; reformat a line or two.
svn path=/trunk/; revision=27628
2009-03-06 22:55:02 +00:00
Bill Meier
8c685a67e7 Rename a variable ('free') so checkAPIs doesn't incorrectly flag it.
svn path=/trunk/; revision=27627
2009-03-06 22:49:27 +00:00
Stig Bjørlykke
d7d058214e From Alexis La Goutte (bug 3308):
Add DHCP(v4 & v6) Option for CAPWAP (RFC5417)

svn path=/trunk/; revision=27625
2009-03-06 19:43:45 +00:00
Jaap Keuter
055a9393b6 From Steve Karg:
BACnet TimeSync message of 12:20 was displayed as 12:20 AM.  
It should have displayed as 12:20 PM.

svn path=/trunk/; revision=27624
2009-03-06 19:25:49 +00:00
Stig Bjørlykke
e3224c052e From Petr Sumbera (bug 3309):
Including openssl.h does not seem to be needed, so try removing it.

svn path=/trunk/; revision=27623
2009-03-06 19:03:42 +00:00
Bill Meier
6485cd2d62 From Michael Speck: Fix so compiles with VC6
svn path=/trunk/; revision=27620
2009-03-06 15:41:02 +00:00
Bill Meier
4272291577 Correct bug in heuristic so as to strengthen it a bit.
Specifically: a little research verifies that the correct
 heuristic is: Succeed if the byte at offset 0 is an STX *and* the
 bytes at offset 3/4 correspond to a valid OICQ command.
 The code was actually effectively doing an *or* and thus the
 heuristic was quite weak.

svn path=/trunk/; revision=27619
2009-03-06 00:24:06 +00:00
Stig Bjørlykke
db57a3b6fb Use some default true_false_string's.
Fixed a typo.

svn path=/trunk/; revision=27618
2009-03-05 22:29:15 +00:00
Stig Bjørlykke
ba6a734bdf Addded tfs_used_notused.
svn path=/trunk/; revision=27617
2009-03-05 22:25:36 +00:00
Bill Meier
8d15bd9a47 Remove stuff that's really "non-public" from .h files.
(Include in .c files as needed).

svn path=/trunk/; revision=27616
2009-03-05 16:41:50 +00:00
Jaap Keuter
5cb3009eca Addition of Ping and PingAck messages.
svn path=/trunk/; revision=27615
2009-03-05 07:21:43 +00:00
Stephen Fisher
3fbc57cfde Remove an unused variable.
svn path=/trunk/; revision=27614
2009-03-05 04:55:51 +00:00
Bill Meier
219ed7c2d0 Oops! Fix the fix
svn path=/trunk/; revision=27613
2009-03-05 04:32:08 +00:00
Bill Meier
1c0924f622 Minor rework of reg_handoff ...
svn path=/trunk/; revision=27612
2009-03-05 04:14:01 +00:00
Bill Meier
bd07a900e6 Prefs callback not req'd ...
svn path=/trunk/; revision=27611
2009-03-05 04:12:12 +00:00