aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2004-11-02Close a comment, and re-generate the GSM MAP dissector files.Guy Harris2-5/+3
2004-11-01When we dynamically discover a Kerberos key, it helps to add it to theGerald Combs1-11/+23
2004-11-01New GSM MAP files based on the asn2eth compiler.Anders Broman2-2442/+9051
2004-11-01Add support for the dhpublicnumber OID.Gerald Combs1-0/+129
2004-11-01Register OID dissectors correctly.Gerald Combs1-13/+20
2004-11-01From Ryuji Somegawa: dissect the Registration Update AuthenticationGuy Harris1-0/+1
2004-11-01Create a conversation only when we see a KDC_REQ. Gerald Combs1-17/+19
2004-10-31Make the protocol tree item for ICMPv6 cover the entire ICMPv6 packet,Guy Harris1-1/+1
2004-10-31Make sure we don't return a random value in an unset variable if anGuy Harris1-1/+11
2004-10-31Get rid of a bunch of trailing spaces.Guy Harris1-47/+47
2004-10-31Add a "hf_sec_rgy_pname_t_size" hf_ value and corresponding field, andGuy Harris1-4/+9
2004-10-30split capture_loop from capture.c, some more code cleanupUlf Lamping1-0/+3
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