aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Collapse)AuthorFilesLines
2009-03-29More size_t casts.Anders Broman10-26/+26
svn path=/trunk/; revision=27887
2009-03-29- Dissect Supplemental enhancement information (SEI).Anders Broman1-127/+317
- Use NULL instead of repeated text in blurb in hf[]; svn path=/trunk/; revision=27886
2009-03-29Fix code so changing port pref will work + other small changes:Bill Meier1-208/+207
- Use NULL instead of "" in blurb in hf[]; - Remove unnecessary #includes; - Make various internal functions static; - Use tabs consistently for indentation; - Some reformatting of statements; svn path=/trunk/; revision=27885
2009-03-29More size_t casts.Anders Broman4-7/+7
svn path=/trunk/; revision=27882
2009-03-29Fix:Anders Broman1-1/+1
packet-ldss.c: In function 'dissect_ldss_transfer': packet-ldss.c:469: warning: 'ldss_tree' may be used uninitialized in this function packet-ldss.c:469: warning: 'line_tree' may be used uninitialized in this function svn path=/trunk/; revision=27881
2009-03-29More size_t casts.Anders Broman6-12/+12
svn path=/trunk/; revision=27880
2009-03-29More size_t casts.Anders Broman4-11/+11
svn path=/trunk/; revision=27879
2009-03-29Squelch warning about variable may be used uninitialized in this functionStephen Fisher1-1/+1
svn path=/trunk/; revision=27878
2009-03-29Patch from enhancement bug #3265: LDSS (local download sharing service)Stephen Fisher2-0/+1018
svn path=/trunk/; revision=27877
2009-03-28Don't use sprintf() - use ep_strbufs and ep_strbuf_append_printf()Guy Harris1-12/+19
instead. svn path=/trunk/; revision=27876
2009-03-28Fix a couple items from the last checkin.Gerald Combs1-17/+18
svn path=/trunk/; revision=27874
2009-03-28Replace a lot of pointer tracking and some GStrings with emem_strbufs. AddGerald Combs1-140/+127
ep_strbuf_printf and ep_strbuf_append_c. svn path=/trunk/; revision=27873
2009-03-27Add initial support for string buffers - ep_allocated, growable stringsGerald Combs1-11/+9
similar to GLib's GStrings. Use them to create the list of TCP flags. svn path=/trunk/; revision=27872
2009-03-27Remove extra parenthesis on two linesStephen Fisher1-2/+2
svn path=/trunk/; revision=27871
2009-03-27Add request/response like tracking to the TFTP dissector. In this case, itStephen Fisher1-3/+28
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-27Put the new tvb_get_seasonal_string() function to good use.Stephen Fisher1-2/+2
svn path=/trunk/; revision=27869
2009-03-27More size_t casts.Gerald Combs3-4/+4
svn path=/trunk/; revision=27866
2009-03-27(Minor); if (! initialized) not req'd; move hf[] to proto_register;Bill Meier1-43/+35
Remove unnecessary include files. svn path=/trunk/; revision=27862
2009-03-27As suggested by Jakob Zawadzki: (Bug #3311): g_free() is NULL safe, so we ↵Bill Meier2-66/+57
don't need check against it. svn path=/trunk/; revision=27861
2009-03-27From Artem Tamazov:Anders Broman4-130/+555
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-27From Andreas Heise:Anders Broman1-11/+10
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-27In informationDirective use MSID instead of mobileIdentificationNumber.Anders Broman1-1/+1
svn path=/trunk/; revision=27858
2009-03-26From Peter <pva At gentoo.org>: Fix build err: "variable 'payload_len' might ↵Bill Meier1-1/+1
be clobbered by 'longjmp' or 'vfork'" Fixes Bug #3353 svn path=/trunk/; revision=27856
2009-03-26(Trivial): Fix a typoBill Meier1-1/+1
svn path=/trunk/; revision=27855
2009-03-26Repleace "" by NULL in hf-array (inspired by commit 27851).Jörg Mayer1-22/+22
svn path=/trunk/; revision=27854
2009-03-26From Vincent Helfre:Anders Broman1-4/+2
Fix unaligned bitfields. From me activate the SEQUENCE OF patch. svn path=/trunk/; revision=27853
2009-03-26(Trivial): Use NULL instead of "" in hfp[] blurbsBill Meier1-67/+67
svn path=/trunk/; revision=27851
2009-03-26Fix ESP Initialization Vector dissection.Balint Reczey1-17/+18
svn path=/trunk/; revision=27850
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.Anders Broman18-1586/+1603
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-25From Frederic Roudaut:Balint Reczey1-1/+72
Add CAST5-CBC and HMAC-RIPEMD160-96 support. svn path=/trunk/; revision=27847
2009-03-25Forgot Makefile.common (packet-wassp.c)Jörg Mayer1-0/+1
svn path=/trunk/; revision=27845
2009-03-24Andreas SchulerJörg Mayer1-10/+11
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-24Andreas SchulerJörg Mayer1-26/+65
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-24Beginnings of WASSP dissection - that's the protocol run betweenJörg Mayer1-0/+851
HiPath Wireless controllers and the APs. svn path=/trunk/; revision=27842
2009-03-24Only report CRC Status when we know it to be valid.Martin Mathieson3-15/+30
svn path=/trunk/; revision=27841
2009-03-24From David Castleford: ismacrypt dissectorBill Meier2-0/+1053
(See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3009) svn path=/trunk/; revision=27840
2009-03-24Removed code duplication in ASCII key computation.Balint Reczey1-62/+37
svn path=/trunk/; revision=27839
2009-03-23Add CRC error flag to frames, and show in stats window.Martin Mathieson3-3/+37
svn path=/trunk/; revision=27837
2009-03-23From Michael Lum:Anders Broman1-81/+58
ANSI MAP FeatureRequest update https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3349 svn path=/trunk/; revision=27836
2009-03-23Fix ASCII key computation.Balint Reczey1-2/+2
This fixes bug 2943 thus allows ESP decoding again, which was broken since r25264. svn path=/trunk/; revision=27835
2009-03-23Some updates and bug fixes.Anders Broman1-75/+95
svn path=/trunk/; revision=27833
2009-03-23Update to the 200903 release.Anders Broman1-290/+866
svn path=/trunk/; revision=27832
2009-03-23Fix: The AuthDir invoke is missing optional tags for a couple of parameters.Anders Broman1-9/+55
and FeatReq invoke fixes. svn path=/trunk/; revision=27831
2009-03-23Fixed some data types to remove some warnings.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=27830
2009-03-23Fixed some data types to remove some warnings.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=27829
2009-03-23Fixed some data types to remove some warnings.Stig Bjørlykke1-14/+12
svn path=/trunk/; revision=27828
2009-03-23Removed some "statement not reached" warnings.Stig Bjørlykke1-4/+4
svn path=/trunk/; revision=27827
2009-03-23Removed some "initializer does not fit or is out of range" warnings.Stig Bjørlykke7-10/+10
svn path=/trunk/; revision=27826
2009-03-23Fixed some data types to remove some warnings in the solaris build.Stig Bjørlykke5-35/+34
svn path=/trunk/; revision=27825
2009-03-22P64 changeBill Meier1-1/+1
svn path=/trunk/; revision=27824