Commit Graph

27039 Commits

Author SHA1 Message Date
Stephen Fisher ab972611da Remove extra parenthesis on two lines
svn path=/trunk/; revision=27871
2009-03-27 20:16:15 +00:00
Stephen Fisher 956c2e2dc6 Add request/response like tracking to the TFTP dissector. In this case, it
is used to show the source or destination filename being trasnferred on
every packet of that transfer as a generated item.


svn path=/trunk/; revision=27870
2009-03-27 19:45:46 +00:00
Stephen Fisher d3be9b80a9 Put the new tvb_get_seasonal_string() function to good use.
svn path=/trunk/; revision=27869
2009-03-27 19:41:18 +00:00
Stephen Fisher 1a71ec7c45 Introduce two new functions:
tvb_get_seasonal_string();
  tvb_get_seasonal_stringz();

.. which work the same as the ephemeral versions of the functions, but use
se_alloc() instead of ep_alloc().


svn path=/trunk/; revision=27868
2009-03-27 19:40:23 +00:00
Gerald Combs 411f9c9cf1 Add a note about 10.5.
svn path=/trunk/; revision=27867
2009-03-27 16:25:49 +00:00
Gerald Combs c12114d6e1 More size_t casts.
svn path=/trunk/; revision=27866
2009-03-27 16:17:31 +00:00
Bill Meier 62f9c749c2 (Trivial): fix a typo
svn path=/trunk/; revision=27865
2009-03-27 14:47:49 +00:00
Bill Meier a0eee8c299 Replace some unnecessary use of g_snprintf and g_strdup_printf
svn path=/trunk/; revision=27864
2009-03-27 14:46:54 +00:00
Bill Meier e284ca63d5 (Minor): Remove unnecessary use of g_snprintf
svn path=/trunk/; revision=27863
2009-03-27 14:30:51 +00:00
Bill Meier e1f255fbda (Minor); if (! initialized) not req'd; move hf[] to proto_register;
Remove unnecessary include files.

svn path=/trunk/; revision=27862
2009-03-27 12:48:11 +00:00
Bill Meier cb3db511f6 As suggested by Jakob Zawadzki: (Bug #3311): g_free() is NULL safe, so we don't need check against it.
svn path=/trunk/; revision=27861
2009-03-27 12:16:02 +00:00
Anders Broman 07a02beb98 From Artem Tamazov:
Added: FR MPLS PW support. Expanded: "default MPLS payload" menu.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3325

svn path=/trunk/; revision=27860
2009-03-27 07:17:05 +00:00
Anders Broman 4e5748c125 From Andreas Heise:
SIP dissector fix: mismatch of P-Asserted-Identity and P-Answer-State headers
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3356

svn path=/trunk/; revision=27859
2009-03-27 07:08:07 +00:00
Anders Broman 44c3d1b3ad In informationDirective use MSID instead of mobileIdentificationNumber.
svn path=/trunk/; revision=27858
2009-03-27 06:59:15 +00:00
Stephen Fisher 53f215d8be Set svn:keywords Id and svn:eol-style native
svn path=/trunk/; revision=27857
2009-03-27 02:33:23 +00:00
Bill Meier 90b9182895 From Peter <pva At gentoo.org>: Fix build err: "variable 'payload_len' might be clobbered by 'longjmp' or 'vfork'"
Fixes Bug #3353

svn path=/trunk/; revision=27856
2009-03-26 22:34:53 +00:00
Bill Meier 9a8ab9dd23 (Trivial): Fix a typo
svn path=/trunk/; revision=27855
2009-03-26 21:46:07 +00:00
Jörg Mayer c025bc7263 Repleace "" by NULL in hf-array (inspired by commit 27851).
svn path=/trunk/; revision=27854
2009-03-26 18:33:50 +00:00
Anders Broman 98d0847eda From Vincent Helfre:
Fix unaligned bitfields.
From me activate the SEQUENCE OF patch.

svn path=/trunk/; revision=27853
2009-03-26 18:01:26 +00:00
Anders Broman 9e23da3eff Add missing files to the distribution.
svn path=/trunk/; revision=27852
2009-03-26 17:59:30 +00:00
Bill Meier eb88a5ea1f (Trivial): Use NULL instead of "" in hfp[] blurbs
svn path=/trunk/; revision=27851
2009-03-26 17:17:06 +00:00
Balint Reczey 974074c316 Fix ESP Initialization Vector dissection.
svn path=/trunk/; revision=27850
2009-03-26 14:40:18 +00:00
Jeff Morriss 8ca1535f3e Move iax2_analysis.c from WIRESHARK_GTK_SRC to WIRESHARK_TAP_SRC
svn path=/trunk/; revision=27849
2009-03-26 13:30:58 +00:00
Anders Broman 99bbe55222 Make it possible to check for extension marker in SEQUENCE OF and SET OF.
Fore some reason  the trace in bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3360 does not decode properly
if dissecting the exension marker so leave that code #if 0:ed out for now.

svn path=/trunk/; revision=27848
2009-03-25 22:04:23 +00:00
Balint Reczey 124533ce95 From Frederic Roudaut:
Add CAST5-CBC and HMAC-RIPEMD160-96 support.


svn path=/trunk/; revision=27847
2009-03-25 18:04:30 +00:00
Martin Mathieson b9449d68d9 Show number of UEs in label above table.
svn path=/trunk/; revision=27846
2009-03-25 15:36:23 +00:00
Jörg Mayer 85102f7a8f Forgot Makefile.common (packet-wassp.c)
svn path=/trunk/; revision=27845
2009-03-25 00:28:54 +00:00
Jörg Mayer 46ac6b6e53 Andreas Schuler
Fix display problems with b-fields:
increase the length of the string and use sprintf.

Original German comment:

weiter hab ich festgestellt das das b-field nicht richtig dargestellt wird .
Entweder ist g_snprintf broken , oder wir sind beide zu unf\344hig die
funktion zu benutzen .
Der string wird aus 16x %.2x + leerzeichen zusammengesetzt , was nach
meinen berechnungen eine h\366chstl\344nge von 144 zeichen + nullbyte ergibt .
deshalb hab ich die stringvariable auf 145 hochgesetzt und benutze wieder
sprintf . hier der patch dazu .


svn path=/trunk/; revision=27844
2009-03-24 22:13:18 +00:00
Jörg Mayer d50755f465 Andreas Schuler
small fix:
In a  PP packet TA=7 gets dissected as Paging tail.  In case of PP it
is really an Mt .


svn path=/trunk/; revision=27843
2009-03-24 22:09:21 +00:00
Jörg Mayer 0210800d08 Beginnings of WASSP dissection - that's the protocol run between
HiPath Wireless controllers and the APs.

svn path=/trunk/; revision=27842
2009-03-24 22:02:05 +00:00
Martin Mathieson d1fec1b985 Only report CRC Status when we know it to be valid.
svn path=/trunk/; revision=27841
2009-03-24 17:28:30 +00:00
Bill Meier 43682eea00 From David Castleford: ismacrypt dissector
(See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3009)

svn path=/trunk/; revision=27840
2009-03-24 17:00:53 +00:00
Balint Reczey 40fd250351 Removed code duplication in ASCII key computation.
svn path=/trunk/; revision=27839
2009-03-24 11:54:56 +00:00
Tomas Kukosa c61d3c4bb5 add native-nmake.cmd into EXTRA_DIST
svn path=/trunk/; revision=27838
2009-03-24 07:01:22 +00:00
Martin Mathieson f474eaedd8 Add CRC error flag to frames, and show in stats window.
svn path=/trunk/; revision=27837
2009-03-23 22:16:25 +00:00
Anders Broman 84bea61368 From Michael Lum:
ANSI MAP FeatureRequest update
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3349

svn path=/trunk/; revision=27836
2009-03-23 21:24:04 +00:00
Balint Reczey 59fd8b7d32 Fix ASCII key computation.
This fixes bug 2943 thus allows ESP decoding again, which was 
broken since r25264.

svn path=/trunk/; revision=27835
2009-03-23 18:14:28 +00:00
Anders Broman 45799ebc34 Get rid of another Clist.
svn path=/trunk/; revision=27834
2009-03-23 17:33:20 +00:00
Anders Broman 226805b6b1 Some updates and bug fixes.
svn path=/trunk/; revision=27833
2009-03-23 17:32:39 +00:00
Anders Broman c84056b66d Update to the 200903 release.
svn path=/trunk/; revision=27832
2009-03-23 17:31:50 +00:00
Anders Broman aa4ddb790d Fix: The AuthDir invoke is missing optional tags for a couple of parameters.
and FeatReq invoke fixes.

svn path=/trunk/; revision=27831
2009-03-23 17:30:38 +00:00
Stig Bjørlykke b511818b09 Fixed some data types to remove some warnings.
svn path=/trunk/; revision=27830
2009-03-23 13:31:04 +00:00
Stig Bjørlykke 0c1f7c06f2 Fixed some data types to remove some warnings.
svn path=/trunk/; revision=27829
2009-03-23 13:15:56 +00:00
Stig Bjørlykke 9d70ae5470 Fixed some data types to remove some warnings.
svn path=/trunk/; revision=27828
2009-03-23 13:13:05 +00:00
Stig Bjørlykke 8b156ecfc8 Removed some "statement not reached" warnings.
svn path=/trunk/; revision=27827
2009-03-23 13:03:18 +00:00
Stig Bjørlykke df120bc8d2 Removed some "initializer does not fit or is out of range" warnings.
svn path=/trunk/; revision=27826
2009-03-23 12:44:50 +00:00
Stig Bjørlykke c11055cda9 Fixed some data types to remove some warnings in the solaris build.
svn path=/trunk/; revision=27825
2009-03-23 12:41:56 +00:00
Bill Meier 6d4606e9e8 P64 change
svn path=/trunk/; revision=27824
2009-03-22 22:15:23 +00:00
Anders Broman 00b5a6f1b8 Dissect all the ESM messages.
svn path=/trunk/; revision=27823
2009-03-22 21:20:56 +00:00
Bill Meier d6a5a7c761 P64 changes: Fix some cases for which size_t is not required
svn path=/trunk/; revision=27822
2009-03-22 20:55:31 +00:00