aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-07-16It's "plugins", not "Plugins".Guy Harris1-1/+1
svn path=/trunk/; revision=14934
2005-07-16epan/dissectors/packet-gtp.h has rung down the curtain and joined theGuy Harris1-1/+0
Choir Invisible. svn path=/trunk/; revision=14933
2005-07-16Fix the name of the "svn:keywords" property.Guy Harris0-0/+0
svn path=/trunk/; revision=14932
2005-07-16Fix the RCS ID.Guy Harris1-1/+1
svn path=/trunk/; revision=14931
2005-07-15comments are ";" not ":"Luis Ontanon1-4/+4
svn path=/trunk/; revision=14930
2005-07-15propset and fix the filenameLuis Ontanon1-2/+2
svn path=/trunk/; revision=14929
2005-07-15forgot to add the (c) noticeLuis Ontanon2-0/+50
svn path=/trunk/; revision=14928
2005-07-15register the dissector by nameLuis Ontanon1-1/+3
svn path=/trunk/; revision=14927
2005-07-15Radius Dictionary SupportLuis Ontanon5-1/+207
Part 3: the makefiles svn path=/trunk/; revision=14926
2005-07-15Radius Dictionary SupportLuis Ontanon6-4756/+1840
Part 2: the code svn path=/trunk/; revision=14925
2005-07-15Radius dictionary supportLuis Ontanon61-0/+8306
Part 1: the dictionary svn path=/trunk/; revision=14924
2005-07-15Point to the latest Windows library tag and versions.Gerald Combs3-4/+4
svn path=/trunk/; revision=14923
2005-07-15Updare Id, and a comment.Anders Broman1-3/+12
svn path=/trunk/; revision=14922
2005-07-15- PER helper functions for SET/SEQUENCE OF dissection were changed to have ↵Tomas Kukosa6-529/+986
prototype similar to BER (per_sequence_t is used as parameter) - asn2eth was updated to support new PER helper functions for SET/SEQUENCE OF - #.FN_PARS implemented for SET/SEQUENCE OF and REAL - PER SET/SEQUENCE OF field can be FT_UINTxx to display number of items - PER dissectors regenerated svn path=/trunk/; revision=14921
2005-07-15make io-stat able to do SUM(*) for FT_RELATIVE_TIME fieldsRonnie Sahlberg1-0/+5
Example: SUM(tcp.analysis.rto) so one can plot the total amount of time that TCP sessions were idle due to waiting for a retransmission to occur. svn path=/trunk/; revision=14920
2005-07-14minor change: add TcpdumpManpage entityUlf Lamping2-3/+8
svn path=/trunk/; revision=14919
2005-07-14Packet-gtp.c - Fix up decoding of the rest of the IE:s use routines from ↵Anders Broman4-963/+510
packet-gsm_a.c Packet-uma.c Let packet-gsm_a handle som IE dissection. Packet-gsm.a add some IE dissection and export some routines. svn path=/trunk/; revision=14918
2005-07-14ISAKMP version2 has changed the payload format of a CertificateRequest.Ronnie Sahlberg1-8/+34
In version 2 this is just a concatenation of 20 byte SHA-1 hashes with no other encxapsulation. this resolves bug 281 svn path=/trunk/; revision=14917
2005-07-14moduleinfo.h was included twice.Jörg Mayer1-1/+0
svn path=/trunk/; revision=14916
2005-07-13fix a stringLuis Ontanon2-2/+2
svn path=/trunk/; revision=14915
2005-07-13From Ilya Konstantinov :Anders Broman1-1/+2
fixes a tiny bug which caused the boolean fields not to refer to the same offset as their parent. svn path=/trunk/; revision=14914
2005-07-13convert two other autogenerated dissectors to use FT_GUIDRonnie Sahlberg3-54/+140
svn path=/trunk/; revision=14913
2005-07-13make idl2eth generate FT_GUID hf fields for uuid_t and GUID types.Ronnie Sahlberg3-39/+48
make dissect_dcerpc_uuid_t() accept eitehr FT_STRING (old style) and FT_GUID (new style) hf fields. once all dissectors are modified to use FT_GUID we can remove the FT_STRING support here. regenerate the DRSUAPI interface with the new FT_GUID support. svn path=/trunk/; revision=14912
2005-07-13From Ilya Konstantinov :Anders Broman2-9/+281
A patch to the AIM dissector to support Client Auto Response messages. I still don't know the meaning of all the fields as they weren't all mapped but this patch decodes all the important ones. svn path=/trunk/; revision=14911
2005-07-12code cleanup: use "correct" proto_tree_add_... functions for li and tpdu ↵Ulf Lamping1-61/+46
code fields svn path=/trunk/; revision=14910
2005-07-12add some more textual explanations of the protocol and it's fieldsUlf Lamping1-4/+8
svn path=/trunk/; revision=14909
2005-07-12From Irene Ruengeler: Handle multiple gap reports correctly and use correct ↵Michael Tüxen2-11/+9
name of a button. svn path=/trunk/; revision=14908
2005-07-12Fix decoding of quintuplets.Anders Broman1-35/+86
svn path=/trunk/; revision=14907
2005-07-12Add value for FCS (no decoding).Jörg Mayer1-1/+2
Fix a signedness warning. svn path=/trunk/; revision=14905
2005-07-12Remove/replace SPACES at the beginning of Makefile.am/Makefile.commonJörg Mayer4-12/+13
files as not all make implementation work with this. Found by running grep '^ ' `find . -name "Makefile.am" -o -name "Makefile.common"` Gerald: Maybe adding this to the buildbot would be a good idea after all. svn path=/trunk/; revision=14904
2005-07-12Fix some more signed vs. unsigned warnings.Guy Harris6-121/+125
svn path=/trunk/; revision=14903
2005-07-11In NTLMSP_AUTH messages, include the domain name and user name in theGuy Harris1-7/+17
Info column. svn path=/trunk/; revision=14902
2005-07-11Add Jeremy j OuelletteAnders Broman1-0/+3
svn path=/trunk/; revision=14901
2005-07-11DIS dissectionAnders Broman1-0/+7
svn path=/trunk/; revision=14900
2005-07-11From Jeremy j Ouellette:Anders Broman7-0/+1916
DIS dissection. svn path=/trunk/; revision=14899
2005-07-11fix a syntax error in the "Routing" rule, reported by Jeff MorrissUlf Lamping1-1/+1
svn path=/trunk/; revision=14898
2005-07-11Dissect some more fieldsAnders Broman3-18/+216
svn path=/trunk/; revision=14897
2005-07-11Dissect some more fieldsAnders Broman3-7/+240
svn path=/trunk/; revision=14896
2005-07-10Just pass &cfile to select_tcpip_session(); we don't need to passGuy Harris1-17/+16
cfile.current_frame to it separately. Note that we shouldn't ever get a "Selected packet isn't a TCP segment" error any more; we can now handle all link layers. Give a little more detail in the message shown if there's *more than one* TCP header in the packet. svn path=/trunk/; revision=14895
2005-07-10Fix some comment typos.Guy Harris1-2/+2
Don't regenerate the packet list when generating the TCP stream graph - it won't be changing; just redissect and run the tap. svn path=/trunk/; revision=14894
2005-07-10Put the data (print job contents) in LPD requests under the LPD protocolGuy Harris1-3/+3
item, rather than making it a top-level item. svn path=/trunk/; revision=14893
2005-07-10Get rid of an unused argument.Guy Harris1-5/+5
svn path=/trunk/; revision=14892
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer41-81/+236
returned quite a list of files. Add them to MAINTAINERCLEANFILES. Whitespace changes (replace multiple spaces by TABs, in a few cases this needed to be done at the beginning of Makefile lines. svn path=/trunk/; revision=14891
2005-07-10For packets flagged as RetransmissionRonnie Sahlberg1-0/+73
calculate RTO as the delta between the retransmitted frame and the last previous frame seen for this session (in the same direction). while this is technically not the RTO this delta is in most cases more important/useful than the tru RTO anyway since this measure represents the amount of thiime that the link went idle while waiting for an RTO. It would be nice with a statistics tap for TCP where one couls see, seeion by session : Length in time of the session. Total bytes transferred Number of retransmissions Time spent waiting for an RTO Time spent waiting for an RTO in % of the total time. svn path=/trunk/; revision=14890
2005-07-10It works reasonably well with extensive testing so here goes :Ronnie Sahlberg1-249/+304
tcp-graph has been modified to extract tcp data from a TAP instead of reading and parsing directly from the capture file. This makes tcp graph work for any type of capture and for any transport. In the future someone with access to captures with TCP over something over TCP to add a dialog where the user can specify WHICH of the multiple TCP sessions to graph. svn path=/trunk/; revision=14889
2005-07-09MSVC: fix some guint64 related compiler errorsUlf Lamping1-6/+12
strange enough, MSVC cannot convert from guint64 to float, so cast guint64 -> gint64 -> float However, even gint64 might be big enough to prevent us from an overflow :-) svn path=/trunk/; revision=14888
2005-07-09MSVC: fix some guint64 related compiler warnings, could someone please ↵Ulf Lamping2-2/+6
review my comment(s), I don't think it's currently implemented correct svn path=/trunk/; revision=14887
2005-07-09Make a bunch of items in encryption code arrays of guint8, and make someGuy Harris4-21/+21
pointers either "void *" or "guint8 *", to reduce the level of compiler warnings (the data in question is largely binary in those cases). svn path=/trunk/; revision=14886
2005-07-09Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsGuy Harris19-86/+118
current signature ("class" is a "gint8 *", not a "guint8 *", and "tag" is a "gint32 *", not a "guint32 *"). Re-generate the dissectors from the ASN.1 and the .cnf files in the cases where the arguments were fixed in a .cnf file. Give some dissectors the right svn:keywords and svn:eol-style settings. svn path=/trunk/; revision=14885
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris29-86/+80
making pointers to byte data be "guint8 *" rather than "char *", and making buffers holding byte data arrays of "guint8" rather than arrays of "char"; making pointers to text strings "char *" rather than "guchar *"; appropriately casting pointers (cast to "guint8 *" when passing to routines expecting "guint8 *" or when assigning to "guint8 *"); making port-number preferences "guint"; making enum preferences "gint"; making hf_ variables "int". Clean up white space. svn path=/trunk/; revision=14884