aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-07-27From Florent Drouin:Jeff Morriss8-362/+1199
- add support of session management for tcap ANSI. (In fact, this support already exist for ANSI MAP subdissector, but as our simulators can reuse the tcap transaction Id, the decoding of the response may be wrong) - move the code related to asn1 in tcap.cnf, and update tcap.cnf - move the code related to the session management in tcap-persistentdata - add a compilation option to free the entry in the hashtable for a closed transaction. This is used only for tshark statistics generation, with huge file. - cleanup and add some comments Add Id tags to epan/tcap-persistentdata.{c,h} svn path=/trunk/; revision=22415
2007-07-27I think the intent, at least, is to allow people to build Wireshark fromGuy Harris2-31/+0
a source release tarball without having Flex (think of a source release tarball being as much a platform-independent distribution format for people *not* interested in development, and who are on platforms for which there aren't binary packages, as a way of getting the source to do development). Don't check Flex's capabilities in the configure script (handling reentrant scanners would have to be done differently). svn path=/trunk/; revision=22414
2007-07-27Check the length in unsigned32 AVP data fields.Martin Mathieson1-2/+44
svn path=/trunk/; revision=22413
2007-07-27Add fetch_tapped_dataJeff Morriss1-0/+1
svn path=/trunk/; revision=22412
2007-07-27- use #.FN_HDR where #.FN_BODY is not necessaryTomas Kukosa2-68/+100
- modify subtypes for individual TCMessage/ansi... fields instead of switching based on hf_index inside common TransactionPDU type svn path=/trunk/; revision=22411
2007-07-27Step 1 in adding support for reentrant Flex scanners if Flex supportsGuy Harris2-2/+30
them - check whether Flex supports them. svn path=/trunk/; revision=22410
2007-07-26Change a bunch of calls to col_append_*() to col_add_*() in places where weJeff Morriss3-110/+131
_want_ what's currently in the INFO column (usually a more generic message type from a lower level dissector) replaced (usually with a more specific--higher level--message type from the currect dissector). Add a comment there not to change it back and to explain the use of col_set_fence() in case someone finds data there that they _don't_ want replaced. svn path=/trunk/; revision=22409
2007-07-26Check COL_INFO before calling col_set_fence(..., COL_INFO) rather than ↵Jeff Morriss1-2/+2
COL_PROTOCOL svn path=/trunk/; revision=22408
2007-07-26remove unused variableTomas Kukosa1-1/+0
svn path=/trunk/; revision=22407
2007-07-26- export some ASN.1 functions from libwiresharkTomas Kukosa2-9/+14
- fill-in actx->created_item in dissect_ber_object_identifier() svn path=/trunk/; revision=22406
2007-07-26Filling in ChSrcDeb sectionJaap Keuter1-2/+14
svn path=/trunk/; revision=22405
2007-07-25Update the sections on submitting patches.Gerald Combs1-284/+305
svn path=/trunk/; revision=22404
2007-07-25from Florent DROUIN:Luis Ontanon1-8/+17
I did load an k12 file (.rf5), and want to save the selected frames in a new file. I got the error "Wireshark can't save this capture in that format" I think this is due to this correction: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22214 I have got a patch to force the type of file to libpcap, only if no other format is available. It should solve both problems. svn path=/trunk/; revision=22403
2007-07-25Small cosmetic change to show Named Property name.Graeme Lunt1-0/+3
svn path=/trunk/; revision=22402
2007-07-25Initialize a couple of variables to prevent a couple (false, I think) "could ↵Jeff Morriss1-2/+4
be used uninitialized" warnings from GCC svn path=/trunk/; revision=22401
2007-07-25fix unused parameter warning by adding _U_Ulf Lamping1-1/+1
svn path=/trunk/; revision=22400
2007-07-24From Francois-Xavier Le Bail:Jaap Keuter1-1/+51
The following patch decodes DHCP option 121. (RFC 3442) svn path=/trunk/; revision=22399
2007-07-24from HPfrommer@hilscher.com:Ulf Lamping1-35/+57
I’ve fixed a bug in the Profinet-Dissector (plugins/profinet/packet-dcerpc-pn-io.c). In PROFINET IO DCE RPC write-requests, only the first IR frame dataset in PDIRFrameData was dissected. I’ve fixed the problem, now all IR frame datasets are dissected into individual sub-trees. svn path=/trunk/; revision=22398
2007-07-24From Florent Drouin:Anders Broman4-68/+223
- add a subtree to the ApplyChargingXX Report - add a subtree to ReleaseCall and ReleaseSMS - synchronize Unix and Windows makefile. svn path=/trunk/; revision=22396
2007-07-24More space needed for wimax frames.Martin Mathieson1-1/+1
svn path=/trunk/; revision=22395
2007-07-24QSIG extended with SYNC-SIG operations (ECMA-245)Tomas Kukosa8-344/+743
svn path=/trunk/; revision=22394
2007-07-24(sigh): move packet-bacapp, packet-diameter, and packet-sctp back out of ↵Jeff Morriss1-3/+3
CLEAN_DISSECTOR_SRC. Next time: check the compile logs on the buildbots _before_ experimenting svn path=/trunk/; revision=22393
2007-07-23Getting brave (or foolish?): move packet-bacapp, packet-cops, ↵Jeff Morriss1-4/+4
packet-diameter, and packet-sctp to CLEAN_DISSECTOR_SRC svn path=/trunk/; revision=22392
2007-07-23Fix bugAnders Broman6-467/+733
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1699 Bad decoding of Camel PromptAndCollectUserInfo By fixing up the generation of HF vars for Arg etc Add an OID name to INAP. svn path=/trunk/; revision=22391
2007-07-23Move packet-isup to CLEAN_DISSECTOR_SRC--it compiles cleanly for me.Jeff Morriss1-1/+1
svn path=/trunk/; revision=22390
2007-07-23for the Ethernet conversation filter, don't use ethertype but the data link ↵Ulf Lamping1-2/+4
address type being Ethernet. If the ethertype field is a length (0-1500), it will contain 0 - and the filter wouldn't work that way svn path=/trunk/; revision=22389
2007-07-23use the right return type of update_pref(), to prevent a warningUlf Lamping1-1/+1
svn path=/trunk/; revision=22388
2007-07-23- add a column for the expert info severity levelUlf Lamping4-2/+19
- fix a column related bug introduced in SVN 20118 svn path=/trunk/; revision=22387
2007-07-23remove ProvCRID from expert info output, so the composite view is more compactUlf Lamping1-1/+1
svn path=/trunk/; revision=22386
2007-07-23add dissection of blocks:Ulf Lamping1-1/+83
{ 0x021E, "CheckSyncDifference"}, { 0x021F, "CheckMAUTypeDifference"}, svn path=/trunk/; revision=22385
2007-07-23show the number of fragment bytes in the info columnUlf Lamping1-7/+13
svn path=/trunk/; revision=22384
2007-07-23From Marc Petit-Huguenin: this is an update to the STUN2 dissector using theJeff Morriss2-227/+240
last draft, draft-ietf-behave-rfc3489bis-07. Changelog: * My employer is now sponsoring this work, so added a copyright line. * Added a comment for each method/attribute with the RFC/I-D where is it defined, so it will be easier to add new STUN usages. * Removed the SHARED-SECRET method. * Removed the PASSWORD and REFRESH-INTERVAL attributes. * Changed "Response" to "Success Response". * Changed "Error Reason Phase" to "Error Reason Phrase". * Added reassembly for TCP segments on STUN2. * Updated STUN acronym expansion. * Renamed STUN2_ERROR to ERROR_RESPONSE. * Changed the value of attribute FINGERPRINT from 0x8025 to 0x8028. * Display if an unknown attribute is comprehension-optional or comprehension-required. * Reorganized order of attributes in the dissector code. * The message length is now displayed in decimal. svn path=/trunk/; revision=22383
2007-07-23Make contributing items and hdr extensions proper fields.Martin Mathieson1-3/+33
svn path=/trunk/; revision=22382
2007-07-22register dissect_eth_maybefcs as "eth" users might find it useful.Luis Ontanon1-0/+1
svn path=/trunk/; revision=22381
2007-07-22Add some useful hints as examples of payload_protocols to the User DLT table ↵Luis Ontanon1-1/+1
description svn path=/trunk/; revision=22380
2007-07-22Add remark on FOP 0.93Jaap Keuter1-0/+1
svn path=/trunk/; revision=22379
2007-07-21Add examples of dissector and tapLuis Ontanon1-0/+123
svn path=/trunk/; revision=22378
2007-07-21$Id: $ and a fixLuis Ontanon1-1/+2
svn path=/trunk/; revision=22377
2007-07-21Pset wsluarm.xmlLuis Ontanon0-0/+0
svn path=/trunk/; revision=22376
2007-07-21Cleanup how WsLuaRm is insertedLuis Ontanon3-13/+58
Add a section introducing wslua and how scripts are loaded (to be completed). svn:ignore wsluarm (a dummy file to mark the generation of the various components of the reference manual) svn path=/trunk/; revision=22375
2007-07-21work out dependencies in a .common way and make sure we nmake wsluarmLuis Ontanon3-3/+10
svn path=/trunk/; revision=22374
2007-07-21Fix documentation commentsLuis Ontanon1-3/+9
svn path=/trunk/; revision=22373
2007-07-21fix xmlLuis Ontanon1-2/+2
svn path=/trunk/; revision=22372
2007-07-21according to RFC3588 6.7.2 Proxy-Info is a grouped avpLuis Ontanon1-1/+4
svn path=/trunk/; revision=22371
2007-07-21Fix dependenciesLuis Ontanon1-4/+4
svn path=/trunk/; revision=22370
2007-07-21Migrate the wslua ref man into wsugLuis Ontanon6-161/+76
svn path=/trunk/; revision=22369
2007-07-21Fix Windows Buildbot breakage. Remove an unneeded function and fix aGerald Combs1-50/+9
couple of memory leaks. svn path=/trunk/; revision=22368
2007-07-20Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifyGerald Combs11-107/+292
that "-D" and "-L" should produce machine-readable output. Use this to move an indirect get_pcap_linktype() call from the GUI to dumpcap. svn path=/trunk/; revision=22367
2007-07-20Make the lawyer happy - add a registered trademark symbol.Gerald Combs1-8/+20
svn path=/trunk/; revision=22366
2007-07-20From Jess Balint: modern versions of pkg-config want --cflags or --libs ↵Jeff Morriss1-2/+2
*before* the library we're asking about svn path=/trunk/; revision=22365