aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-07-04export of proto_tree_add_guid...() functionsTomas Kukosa1-0/+3
svn path=/trunk/; revision=14846
2005-07-04new field type FT_GUIDTomas Kukosa7-1/+217
svn path=/trunk/; revision=14845
2005-07-04- use tvb instead of offset and length in dissect_per_octet_string() for ↵Tomas Kukosa18-423/+441
value returning - asn2eth: #.FN_PARS support for OCTET STRING - usage of #.FN_PARS in h225 and h245 - h225: ParallelH245Control support - h245: better support of NonStandardParameter - usage of MAX_OID_STR_LEN constant - all PER dissectors regenerated svn path=/trunk/; revision=14844
2005-07-04add a link to special documentationUlf Lamping1-0/+1
svn path=/trunk/; revision=14843
2005-07-04Mark stub data as such if no dissector claims it.Guy Harris1-2/+20
svn path=/trunk/; revision=14842
2005-07-03from Jaap Keuter: some improvements to the custom PDF creation stylesheetUlf Lamping1-0/+11
svn path=/trunk/; revision=14841
2005-07-03Add an exported value stringAnders Broman3-6/+5
svn path=/trunk/; revision=14840
2005-07-03Add an exported value stringAnders Broman1-0/+1
svn path=/trunk/; revision=14839
2005-07-03Change gsm_a.c to use value strings in some places in preparation to use it ↵Anders Broman2-315/+384
from packet-uma.c and gsm_map. Some bug fixes to packet-uma.c svn path=/trunk/; revision=14838
2005-07-03Add packet-mms.h Anders Broman1-0/+1
svn path=/trunk/; revision=14837
2005-07-03New protocol :Ronnie Sahlberg10-0/+13696
MMS Manufacturing Message Specification svn path=/trunk/; revision=14836
2005-07-03export a few more symbols from acseRonnie Sahlberg4-6/+23
svn path=/trunk/; revision=14835
2005-07-03Note that the MPLS extension dissector will misdissect ICMP packets thatGuy Harris1-0/+4
contain more than 128 bytes of the original datagram. (Yes, RFC 1812 and the ICMP Extensions for MPLS draft collide here, as the draft in question notes.) svn path=/trunk/; revision=14834
2005-07-02Use brackets instead of parentheses for the checksum info, which is generated.Michael Tüxen1-8/+8
svn path=/trunk/; revision=14833
2005-07-02Chris Lydick: Support for Sniffer 2.003 files.Jörg Mayer2-1/+10
Modified to match the current codebase. svn path=/trunk/; revision=14832
2005-07-02Have separate fields for NFSv2, NFSv3, and NFSv4 return statuses, usingGuy Harris1-180/+282
the names in the v2, v3, and v4 specs for values, so that they display correctly and can be filtered on correctly. Have "nfs.status" as a hidden field, with a name table giving just "OK" and "ERR_" values, and having items for v2, v3, and v4 status values (the only collision is that the v3 JUKEBOX error is the v4 DELAY error), so that filters on "nfs.status" will still work, but will now be able to filter symbolically on values from v2, v3, and v4. Show 33 status values in the Info column and the summary entry using the table of v3 status values and names, not the table of v2 status values and names. Fix some v3 dissectors to use the v3 return status field rather than the v2 return status field. svn path=/trunk/; revision=14831
2005-07-01fixed various issues (two serious ones) found by "private" fuzz-testingUlf Lamping4-1/+31
svn path=/trunk/; revision=14830
2005-07-01fix #271: don't do:Ulf Lamping1-1/+0
g_free(bytes); twice, probably a copy/paste error svn path=/trunk/; revision=14829
2005-07-01beter displaying of true/false strings in dissect_ber_bitstring()Tomas Kukosa1-4/+7
svn path=/trunk/; revision=14828
2005-06-30add some more information to the DCE/RPC packet details summary lineUlf Lamping1-2/+53
svn path=/trunk/; revision=14827
2005-06-30add a new DCE/RPC related column, which contains the call_id for connection ↵Ulf Lamping5-10/+34
oriented packets or the sequence number for connectionless (datagram) packets. This is extremely useful, to keep track of the corresponding request/response packets of a DCE/RPC call (which can be quite a lot packets if fragmentation is used). svn path=/trunk/; revision=14826
2005-06-30Add Karl Knoebl as an author.Anders Broman1-3/+2
svn path=/trunk/; revision=14825
2005-06-30From Karl KnoeblAnders Broman1-656/+707
Accept SP as separator and * provide info to COL_INFO and some "prettification" Cleaned up some comments as well. svn path=/trunk/; revision=14824
2005-06-30fix a bug in the conformance file for CMIP to make it compile againRonnie Sahlberg3-111/+145
(semi-recent changes to asn2eth and PARAM handling makes us have to use double %% in some BODY statements) at the same time, regenerate it so it also benefit from bugfixes to handling of indefinite length svn path=/trunk/; revision=14823
2005-06-30make reading of observer files work againRonnie Sahlberg1-1/+11
for some reason we have forgotten to skip the initial (always 8?) bytes prior to the start of the frame. svn path=/trunk/; revision=14822
2005-06-29If only part of an entry in an object fits in the object, don't reportGuy Harris1-3/+3
the stuff that didn't fit as a negative number of junk bytes. The difference between two pointers isn't guaranteed to have a particular size; cast it to "long" and display it with "%ld". svn path=/trunk/; revision=14821
2005-06-29Add the usual (minimal) protection against email address harvesting.Guy Harris1-3/+3
Fix one entry to have tabs between the name and the address. svn path=/trunk/; revision=14820
2005-06-29add fix for bug 224Ronnie Sahlberg1-2/+4
we now put generated items as top-level items in the decode pane so we should not check and abort if such are found. svn path=/trunk/; revision=14819
2005-06-29fromRonnie Sahlberg2-1/+362
Maria-Luiza Crivat and Brice Augustin ICMP MPLS extensions svn path=/trunk/; revision=14818
2005-06-29fix a typo for the name of a bitRonnie Sahlberg2-5/+5
svn path=/trunk/; revision=14817
2005-06-29make dissect_CBA_Connection_Data available for pluginsUlf Lamping2-1/+2
svn path=/trunk/; revision=14816
2005-06-29add references to the corresponding request of datagram ping and ack packetsUlf Lamping1-0/+38
svn path=/trunk/; revision=14815
2005-06-29be more careful when attempting to dissect an unknown ber field not to read ↵Ronnie Sahlberg1-2/+9
beyond the end and triggering a [malformed packet] also prettify the error when finding "unknown" entries inside a SEQUENCE to make it easier to track down what went wrong. svn path=/trunk/; revision=14814
2005-06-28Squelch a compiler warning.Guy Harris1-1/+1
svn path=/trunk/; revision=14813
2005-06-28More constification.Guy Harris1-1/+1
svn path=/trunk/; revision=14812
2005-06-28"Handle" a couple of cases in the switch statement by adding them to theGuy Harris1-0/+2
"not supported" case, to suppress compiler warnings. svn path=/trunk/; revision=14811
2005-06-28"mtp3_sum_draw()" is never called with a null "table" argument - theGuy Harris1-5/+0
code before the call would have blown up if "table" were null. Remove the check for a null pointer; this squelches some unset-variable warnings you get from GCC4 because its dataflow analysis runs across function boundaries. svn path=/trunk/; revision=14810
2005-06-28Declare "decrypt_krb5_data()" for use by the KINK dissector.Guy Harris1-0/+7
svn path=/trunk/; revision=14809
2005-06-28Fix to SendAuthenticationInfoResAnders Broman2-10/+12
svn path=/trunk/; revision=14808
2005-06-28Fix to SendAuthenticationInfoRes.Anders Broman1-9/+11
svn path=/trunk/; revision=14807
2005-06-28Regenerated Tango with the latest idl2eth and the tango.idlAnders Broman1-470/+509
svn path=/trunk/; revision=14806
2005-06-28Add the Tango IDL file from Paolo Frigo.Anders Broman1-0/+736
svn path=/trunk/; revision=14805
2005-06-28Add missing commas.Gerald Combs1-3/+3
svn path=/trunk/; revision=14804
2005-06-28Terminate a bunch of value_strings.Gerald Combs1-6/+15
svn path=/trunk/; revision=14803
2005-06-28addition of NBS9 Ronnie Sahlberg3-461/+552
and bugfix for FTAM where we sometimes forgot to check if the tag was implicit. svn path=/trunk/; revision=14802
2005-06-27regenerate FTAM with the bugfix for GraphicString in asn2ethRonnie Sahlberg2-3/+3
svn path=/trunk/; revision=14801
2005-06-27fix for BER string tagsTomas Kukosa1-1/+1
svn path=/trunk/; revision=14800
2005-06-27fix two bugs when updating offset incorrectly that could lead to an infinite ↵Ronnie Sahlberg1-2/+2
loop when trying to decode an unknown ber structure svn path=/trunk/; revision=14799
2005-06-27remove a \n in the preference string to prevent it from creating a ↵Ronnie Sahlberg1-2/+2
garbage/invalid preference file entry. svn path=/trunk/; revision=14798
2005-06-27Missed from previous commit.Anders Broman1-0/+1
svn path=/trunk/; revision=14797