aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2004-10-30from Mark Phillips: the length field in the UDP header includes theGuy Harris1-12/+19
2004-10-30Squelch some compile warnings.Guy Harris1-3/+4
2004-10-30The length of the protocol tree item passed to "dissect_ppp_common()"Guy Harris1-8/+9
2004-10-30The interface name field is 6 bytes if we *do* have UUID information inGuy Harris1-6/+6
2004-10-30From Martin Pichlmaier: the first 4 bytes of the Symantec firewallGuy Harris1-3/+9
2004-10-30change Extension to be implemented inside the conformance file and remove it ...Ronnie Sahlberg2-46/+74
2004-10-30implement AlgorithmIdentifier using the conformance file and remove it from t...Ronnie Sahlberg2-42/+66
2004-10-30fix call_ber_iod_callback() to move offset past the end of the current blob.Ronnie Sahlberg1-0/+9
2004-10-29update to cms to use workaround to lack of ANY and reducing the template sign...Ronnie Sahlberg2-142/+162
2004-10-29more updates of x509ifRonnie Sahlberg2-38/+25
2004-10-29new generated version of x509ifRonnie Sahlberg1-33/+70
2004-10-29From Yaniv Kaul: dissect authentication data as NTLMSSP only if itGuy Harris1-3/+7
2004-10-29As Sam Leffler notes, the radiotap header isn't BSD-only, it's also usedGuy Harris1-1/+1
2004-10-29Have the usual three separate buffers for "format_text()", so that itGuy Harris1-23/+26
2004-10-28Add support for pkauthdata and pkdhkeydata OIDs.Gerald Combs5-24/+284
2004-10-28fix small bug that gets offset confused for CHOICE { } OPTIONAL if there were...Ronnie Sahlberg1-2/+29
2004-10-28The offset to the first IFD in a TIFF file is 4 bytes long, not 2 bytesGuy Harris1-55/+84
2004-10-27"dissect_MAP_Dialogue()" returns no value; declare its return value asGuy Harris2-644/+643
2004-10-27Add a MapDialouge dissector ( can be tested with the file gsm-ss-01.snoop )Anders Broman3-0/+646
2004-10-27Improve OID dissection and make it possible to call an "OID" Dissector for Di...Anders Broman1-31/+69
2004-10-27Make it possible to register a string for an OID in the hash table.Anders Broman2-1/+7
2004-10-27Check to make sure we don't give a protocol tree item a negative length.Guy Harris2-15/+20
2004-10-27fix doxygen tagsUlf Lamping1-1/+1
2004-10-27fix doxygen generationUlf Lamping1-1/+1
2004-10-27Don't have two variables, in different scopes in the same routine, haveGuy Harris1-4/+4
2004-10-27Encapsulate into a macro the idiomGuy Harris1-35/+15
2004-10-26Fix the file name in the initial comment.Guy Harris1-1/+1
2004-10-26Rename the "boolean" enum to "val_boolean" lest the Microsoft compiler letGerald Combs1-14/+14
2004-10-26new cms dissector based on updated and cleaned up conformance and template file.Ronnie Sahlberg1-36/+55
2004-10-26Add a "data" item to the opt_info structure, containing a "const voidGuy Harris1-367/+345
2004-10-25Make yes_no work in "dissect_netware_ip_suboption()" the way it worksGuy Harris1-27/+28
2004-10-25"struct o43pxeclient_opt_info" and "struct o43cablelabs_opt_info" lookGuy Harris1-16/+6
2004-10-25Remove val_s_long as it's unimplemented and unused - put it back if it'sGuy Harris1-138/+169
2004-10-25Rename "ipv4" to "ipv4_list", as it's used for lists of IPv4 addresses,Guy Harris1-48/+58
2004-10-25Pass to the the routines that dissect suboption lists the offset of theGuy Harris1-219/+465
2004-10-24Restructure the DHCP option parsing a bit, to make it a bit clearer -Guy Harris1-132/+248
2004-10-24Don't display the FQDN in the FQDN option if the length of the FQDN isGuy Harris1-15/+17
2004-10-24Fix the length used for the name in the FQDN option.Guy Harris1-2/+2
2004-10-24make SEQUENCE OF and CHOICE handle indefinite length encodingsRonnie Sahlberg1-18/+75
2004-10-24From Yaniv Kaul: name some more interface calls.Guy Harris1-1/+5
2004-10-23Remove the include of <epan/prefs.h> from files that don't call anyGuy Harris3-3/+0
2004-10-23Put the name, as well as the value, of the family and subfamily fieldsGuy Harris1-1/+3
2004-10-22From Josh Bailey: fix the fetch of the IPDC payload length, it's only 10Guy Harris1-3/+6
2004-10-22From Alejandro Vaquero: start T.38 conversations for SDP sessions.Guy Harris4-5/+236
2004-10-22From Francisco Alcoba: declare the tap data as static, so it's stillGuy Harris1-1/+1
2004-10-22Include "Makefile.common" in the list of files to put into theGuy Harris1-2/+3
2004-10-20At least some versions of the OS X NFS client (and possibly some if notGuy Harris1-54/+67
2004-10-20From Tomas Kukosa: export bytes_to_str_punct().Guy Harris1-0/+1
2004-10-19From Jacques, Olivier: - Fixing enums recognition when an XML dictionary is ...Anders Broman1-1/+1
2004-10-19From Tomas Kukosa: add range preference functions.Guy Harris1-0/+2