aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* Call LAPD-with-Linux-pseudoheader "linux-lapd", and fix its descriptionGuy Harris2012-04-101-2/+2
* Fix tpo.Guy Harris2012-04-101-1/+1
* It's "X.25", not "X25".Guy Harris2012-04-101-1/+1
* Mark some function static.Jakub Zawadzki2012-04-091-1/+1
* 1.7.1 → 1.7.2.Gerald Combs2012-04-061-1/+1
* Indicate where BACnet MS/TP is specified.Guy Harris2012-04-063-4/+14
* Use tabs more uniformly.Guy Harris2012-04-051-1/+1
* WTAP_ENCAP_MTP2 is for MTP2 *without* a pseudo-header giving directionGuy Harris2012-04-051-3/+3
* Allow loading xml files (file MUST start with <?xml).Jakub Zawadzki2012-04-041-1/+5
* Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2012-04-042-2/+2
* From Rolf Fiedler:Anders Broman2012-04-043-4/+18
* Set up table to help with ascii-hex -> hex conversion in advance toMartin Mathieson2012-04-031-18/+26
* Add initial support for dissecting packets encapsulated in Netfilter LOG (DLT...Jakub Zawadzki2012-03-312-1/+4
* From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=69...Jeff Morriss2012-03-301-15/+63
* Print the correct block size in a debug message.Gerald Combs2012-03-261-1/+1
* Don't mark the file as unsaved unless the capture or packet comments actually...Jeff Morriss2012-03-231-13/+16
* From Krishna:Anders Broman2012-03-223-4/+97
* Disable debug.Anders Broman2012-03-211-1/+1
* Try to make the buildbot happy.Anders Broman2012-03-201-10/+10
* Write ISB:s if we have them.Anders Broman2012-03-201-32/+173
* Set eol-style to native (just to make these files readable on *NIX).Jeff Morriss2012-03-191-445/+445
* Fix indentation.Guy Harris2012-03-171-1/+1
* When we're in a for(i=0,[...]) loop, don't reuse (and thus reset) 'i' in anot...Jeff Morriss2012-03-161-3/+3
* Initialize the new num_stat_entries and interface_statistics members ofGuy Harris2012-03-151-4/+7
* If we have one ISB, display the droped count from it.Anders Broman2012-03-151-3/+6
* - Store ISB data.Anders Broman2012-03-152-4/+75
* Don't free idb_inf in wtap_dump_open_ng(): free it in the callers. This fixe...Jeff Morriss2012-03-141-1/+0
* From Jose Pedro Oliveira:Anders Broman2012-03-131-1/+0
* Add data structure to hold information from ISB:sAnders Broman2012-03-133-2/+27
* From Jose Pedro Oliveira:Anders Broman2012-03-121-2909/+2909
* From Jose Pedro Oliveira: Add ModlinesAnders Broman2012-03-121-0/+13
* In pcapng.c use the units per second value from the interface instead ofGerald Combs2012-03-101-73/+73
* From Jose Pedro Oliveira: Corrects several 'wdh->bytes_dumped += ...' lines. ...Anders Broman2012-03-091-5/+5
* The User & Network direction is reversed https://bugs.wireshark.org/bugzilla/...Anders Broman2012-03-071-3/+3
* From Martin Kaiser: correct sorting for wiretap's file type listAnders Broman2012-03-071-6/+8
* From Mike Wakerly: Add wiretap suport for LINKTYPE_NFC_LLCPAnders Broman2012-03-063-1/+52
* Use correct lenght when writing if_filter_str.Anders Broman2012-03-051-1/+3
* Fix calculation of pading for if_filter_str.Anders Broman2012-03-051-1/+1
* From Martin Kaiser:Anders Broman2012-03-051-2/+3
* From Martin Kaiser:Anders Broman2012-03-051-0/+13
* Squelch a can't-really-happen uninitialized reference warning.Guy Harris2012-03-041-1/+1
* Use parenthesesAnders Broman2012-03-041-1/+1
* if_filter isn't a string per se,The first byte of the Option Data keeps a cod...Anders Broman2012-03-043-25/+74
* Make sure all names in NRB records are null-terminated; report an errorGuy Harris2012-03-041-13/+138
* From Jose Pedro Oliveira: Fix typosAnders Broman2012-03-031-9/+9
* Don't look at the interface_id field of the packet header ifGuy Harris2012-03-031-1/+10
* Flag mp2t file as really having only relative time stamps. Put theGuy Harris2012-03-022-1/+3
* The additional_file_extensions member of struct file_type_info need notGuy Harris2012-03-021-1/+1
* Get rid of no-longer-needed argument to pcapng_write_section_header_block().Guy Harris2012-03-021-25/+3
* Skip an intermediating wtapng_block_t in the code path to writeGuy Harris2012-03-021-78/+44