ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 6718] Wiretap API needs to handle pcap-NG ISB blocks

Date: Fri, 9 Mar 2012 11:05:22 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6718

Jose Pedro Oliveira <jpo@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #7989|                            |review_for_checkin?
              Flags|                            |

--- Comment #19 from Jose Pedro Oliveira <jpo@xxxxxxxxxxxx> 2012-03-09 11:05:21 PST ---
Created attachment 7989
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7989
Add and enforce the modelines in {dumpcap.c, pcapio.c, wiretap/pcapng.c}

I hope this is not a very pedantic request as the attached file eliminates the
mixed tab/space indentation by doing the following:

 * dumpcap.c

        i) enforces the existent modeline (vim retab operation)
       ii) manually un-indents the parameters of the two 
           libpcap_write_interface_description_block() function calls

 * pcapio.c and wiretap/pcapng.c

        i) appends the emacs/vim modelines at the end of the files
           (modelines copied from dumpcap.c)
       ii) enforces the files modeline (vim retab operation)

/jpo

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.